summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-11-22[SCSI] aic94xx: fix pointer to integer conversion warningJames Bottomley1-1/+1
2006-11-22[PATCH] aic94xx: delete ascb timers when freeing queuesDarrick J. Wong1-0/+9
2006-11-22[PATCH] aic94xx: handle REQ_DEVICE_RESETDarrick J. Wong3-8/+46
2006-11-16[SCSI] fix module unload induced compile warningIngo Molnar1-1/+1
2006-11-16[SCSI] scsi: t128 scsi_cmnd convertionHenne1-19/+20
2006-11-16[SCSI] ips: fix soft lockup during reset initializationAndrew Morton1-3/+6
2006-11-16[SCSI] qla2xxx: make some functions staticAdrian Bunk2-10/+10
2006-11-16[SCSI] minor bug fixes and cleanupsJeff Garzik4-14/+24
2006-11-16[SCSI] revert "[SCSI] ips soft lockup during reset/initialization"Andrew Morton1-14/+14
2006-11-16[SCSI] SCSI/aha1740: handle SCSI API errorsJeff Garzik1-2/+8
2006-11-16[SCSI] st: log message changesKai Makisara1-8/+8
2006-11-16[SCSI] sd: clearer output of disk cache stateLuben Tuikov1-6/+7
2006-11-15[SCSI] kill scsi_assign_lockChristoph Hellwig1-2/+2
2006-11-15[SCSI] untangle scsi_prep_fnChristoph Hellwig1-147/+166
2006-11-15[SCSI] use one-element sg list in scsi_send_eh_cmndChristoph Hellwig1-9/+24
2006-11-15[SCSI] aic94xx: handle REQ_TASK_ABORTDarrick J. Wong1-17/+66
2006-11-15[SCSI] libsas: add sas_abort_taskDarrick J. Wong1-0/+60
2006-11-15[SCSI] libsas: modify error handler to use scsi_eh_* functionsDarrick J. Wong2-4/+27
2006-11-15[SCSI] Reduce polling in sd.cAlan Stern1-8/+8
2006-10-11[SCSI] Add ability to scan scsi busses asynchronouslyMatthew Wilcox4-6/+233
2006-10-11ACPI: Allow setting SCI_EN bit in PM1_CONTROL registerLinus Torvalds1-2/+0
2006-10-11[PATCH] firmware/dcdbas: fix bug in error cleanupJeff Garzik1-1/+1
2006-10-11[PATCH] irda: donauboe fixes, cleanupsJeff Garzik1-13/+7
2006-10-11Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds4-49/+45
2006-10-11[PATCH] endianness annotations in s2ioAl Viro1-161/+161
2006-10-11[PATCH] chelsio: add endian annotationsAlexey Dobriyan1-3/+3
2006-10-11[PATCH] cdrom: add endianness annotationsAlexey Dobriyan1-3/+3
2006-10-11[PATCH] use %p for pointersAl Viro1-1/+1
2006-10-11[PATCH] use %zu for size_tAl Viro1-1/+1
2006-10-11[PATCH] em28xx NULL noise removalAl Viro1-1/+1
2006-10-11[PATCH] __user annotations: loop.cAl Viro1-1/+1
2006-10-11[PATCH] openprom NULL noise removalAl Viro1-1/+1
2006-10-11[PATCH] trivial iomem annotations: sata_promiseAl Viro1-1/+1
2006-10-11[PATCH] gfp annotations: scsi_errorAl Viro1-1/+1
2006-10-11[PATCH] trivial iomem annotations: istallionAl Viro1-29/+29
2006-10-11[PATCH] acpi NULL noise removalAl Viro1-2/+2
2006-10-11[PATCH] passing pointer to setup_timer() should be via unsigned longAl Viro1-1/+1
2006-10-11[PATCH] mtd: remove several bogus casts to void * in iounmap() argumentAl Viro2-2/+2
2006-10-11[PATCH] drivers/dma trivial annotationsAl Viro2-4/+4
2006-10-11[PATCH] devio __user annotationsAl Viro1-3/+3
2006-10-11[PATCH] misc sata __iomem annotationsAl Viro2-3/+3
2006-10-11[PATCH] fix misannotations in loop.cAl Viro1-3/+3
2006-10-11[PATCH] NULL noise removal: advansysAl Viro1-2/+2
2006-10-11[PATCH] __iomem annotations in sunzilogAl Viro1-1/+1
2006-10-11[PATCH] drivers/s390 misc sparse annotationsAl Viro1-1/+1
2006-10-11[PATCH] advansys __iomem annotationsAl Viro1-1/+1
2006-10-10IB/mthca: Fix off-by-one in mthca SRQ creationMichael S. Tsirkin1-2/+4
2006-10-10IPoIB: Check for DMA mapping error for TX packetsRoland Dreier1-0/+5
2006-10-10RDMA/amso1100: Fix build with debugging offRoland Dreier1-2/+0
2006-10-10IB/cm: Send DREP in response to unmatched DREQSean Hefty1-1/+29