index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
wd33c93.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-06-21
enhance device info matching for multiple tables
James Bottomley
2
-22
/
+240
2009-06-21
qla2xxx: Update version number to 8.03.01-k4.
Andrew Vasquez
1
-1
/
+1
2009-06-21
qla2xxx: Correct (again) overflow during dump-processing on large-memory ISP2...
Andrew Vasquez
1
-1
/
+1
2009-06-21
qla2xxx: Limit querying to supported mailbox-registers while reading FW state.
Andrew Vasquez
1
-5
/
+10
2009-06-21
qla2xxx: Correct iiDMA-update calling conventions.
Harish Zunjarrao
2
-7
/
+8
2009-06-21
qla2xxx: Fixed a bug in number of response queue creation logic.
Anirban Chakraborty
1
-1
/
+1
2009-06-21
fix race that can give duplicate host number
Joe Eykholt
1
-2
/
+6
2009-06-21
block: revert "bsg: setting rq->bio to NULL"
FUJITA Tomonori
1
-3
/
+0
2009-06-21
scsi_transport_sas: needs to call blk_end_request_all for SMP requests
FUJITA Tomonori
1
-2
/
+2
2009-06-21
libiscsi: add conn and scsi eh log debug flags
Erez Zilber
1
-44
/
+65
2009-06-21
iscsi_tcp: propogate EAGAIN from sendpage to libiscsi
Mike Christie
1
-5
/
+9
2009-06-21
libiscsi: don't run scsi eh if iscsi task is making progress
Mike Christie
3
-15
/
+57
2009-06-21
cxgb3i: suppot of different kernel page sizes
Karen Xie
1
-0
/
+36
2009-06-21
cxgb3i: use kref to track ddp usage
Karen Xie
2
-21
/
+35
2009-06-21
sd: Block limits VPD support
Martin K. Petersen
1
-0
/
+24
2009-06-21
sd: Detect non-rotational devices
Martin K. Petersen
1
-0
/
+26
2009-06-21
sd: Physical block size and alignment support
Martin K. Petersen
2
-2
/
+22
2009-06-21
mm: page_alloc: clear PG_locked before checking flags on free
Johannes Weiner
1
-5
/
+4
2009-06-21
x86, 64-bit: Clean up user address masking
Linus Torvalds
4
-12
/
+4
2009-06-20
x86: don't use 'access_ok()' as a range check in get_user_pages_fast()
Linus Torvalds
1
-2
/
+7
2009-06-20
fat: Fix the removal of opts->fs_dmask
OGAWA Hirofumi
1
-1
/
+1
2009-06-20
microblaze: Add missing symbols for CONSTRUCTORS support
Michal Simek
1
-5
/
+6
2009-06-20
microblaze: remove init_mm
Arnd Bergmann
1
-2
/
+0
2009-06-20
kernel-doc: fix param matching for array params
Randy Dunlap
1
-0
/
+17
2009-06-20
kernel-doc: ignore kmemcheck_bitfield_begin/end
Randy Dunlap
1
-0
/
+2
2009-06-20
kallsyms: fix inverted valid symbol checking
Mike Frysinger
1
-3
/
+3
2009-06-20
kbuild: fix build error during make htmldocs
Amerigo Wang
1
-1
/
+1
2009-06-20
perfcounter: Handle some IO return values
Frederic Weisbecker
2
-3
/
+11
2009-06-20
perf_counter: Push perf_sample_data through the swcounter code
Peter Zijlstra
1
-26
/
+29
2009-06-20
ide-cd: prevent null pointer deref via cdrom_newpc_intr
Rainer Weikusat
1
-1
/
+1
2009-06-20
Input: add driver for Synaptics I2C touchpad
Mike Rapoport
3
-0
/
+695
2009-06-20
Input: synaptics - add support for reporting x/y resolution
Tero Saarni
4
-3
/
+41
2009-06-20
tracing/urgent: warn in case of ftrace_start_up inbalance
Frederic Weisbecker
1
-0
/
+7
2009-06-20
tracing/urgent: fix unbalanced ftrace_start_up
Frederic Weisbecker
1
-3
/
+5
2009-06-20
agp/intel: Make intel_i965_mask_memory use dma_addr_t for physical addresses
Pierre Willenbrock
1
-1
/
+1
2009-06-20
MAINTAINERS: kmemtrace pattern update
Joe Perches
1
-1
/
+1
2009-06-20
MAINTAINERS: ieee802154 fix pattern typo
Joe Perches
1
-1
/
+1
2009-06-20
MAINTAINERS: update wireless.h path
Joe Perches
1
-1
/
+1
2009-06-20
MAINTAINERS: update Ftrace documentation pattern
Joe Perches
1
-1
/
+1
2009-06-20
MAINTAINERS: fix Atheros pattern paths
Joe Perches
1
-3
/
+3
2009-06-20
fbdev: do not allow VESA modes without compiled-in drivers
Krzysztof Helt
1
-2
/
+4
2009-06-20
MAINTAINERS: pair names/addresses in EDAC-I82975X
Joe Perches
1
-1
/
+1
2009-06-20
dma-mapping: mark dma_sync_single and dma_sync_sg as deprecated
FUJITA Tomonori
1
-3
/
+14
2009-06-20
dma-mapping: mark DMA_nBITS_MASK as deprecated
Jiri Slaby
1
-12
/
+14
2009-06-20
convert some DMA_nnBIT_MASK() callers
Andrew Morton
4
-12
/
+13
2009-06-20
char: moxa, prevent opening unavailable ports
Dirk Eibach
1
-1
/
+6
2009-06-20
istallion: add missing __devexit marking
Mike Frysinger
1
-1
/
+1
2009-06-20
dtlk: off by one in {read,write}_tts()
Roel Kluin
1
-3
/
+3
2009-06-20
ptrace: wait_task_zombie: do not account traced sub-threads
Oleg Nesterov
1
-2
/
+5
2009-06-20
rtc: make rtc_update_irq callable with irqs enabled
Atsushi Nemoto
6
-24
/
+9
[next]