aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/3w-9xxx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-3/+3
2008-06-20Add a bunch of cycle_kernel_lock() callsJonathan Corbet1-2/+3
2008-06-20Add "no BKL needed" comments to several driversJonathan Corbet1-0/+2
2008-05-23scsi: fix integer as NULL pointer warningHarvey Harrison1-3/+3
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-4/+5
2008-04-07[SCSI] 3w-9xxx, 3w-xxxx: memset not needed in probeDenis Cheng1-2/+0
2008-04-07[SCSI] 3w-9xxx: use sg buffer copy helper functionsFUJITA Tomonori1-12/+9
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley1-1/+0
2008-01-11[SCSI] 3w-9xxx: fix abysmal write performance on some motherboardsTony Battersby1-0/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-2/+2
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori1-0/+1
2007-07-22Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-26/+41
2007-07-21[SCSI] 3w-9xxx: add support for 9690SAadam radford1-26/+41
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-05-31[SCSI] 3w-9xxx: eliminate missed map_single pathFUJITA Tomonori1-7/+1
2007-05-30[SCSI] 3w-9xxx: convert to use the data buffer accessorsFUJITA Tomonori1-97/+42
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven1-1/+1
2006-11-09[SCSI] 3ware 9000 add support for 9650SEadam radford1-56/+85
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-26[SCSI] pci_module_init conversion in scsi subsystemHenrik Kretzschmar1-1/+1
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-06[SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig1-1/+1
2006-04-13[SCSI] 3ware 9000 disable local irqs during kmap_atomicadam radford1-2/+7
2006-03-28[PATCH] Typo fixesAlexey Dobriyan1-1/+1
2006-03-19[SCSI] 3ware 9000 add big endian supportadam radford1-70/+68
2006-02-05[SCSI] 3ware 9000 driver >4GB memory fixadam radford1-3/+4
2006-01-14[SCSI] sem2mutex 3w-[x9]xxxJes Sorensen1-3/+4
2005-11-07[PATCH] kfree cleanup: drivers/scsiJesper Juhl1-2/+1
2005-10-28[SCSI] use sfoo_printk() in driversJeff Garzik1-1/+3
2005-09-25[SCSI] 3ware 9000: Add support for 9550SX controllersadam radford1-8/+47
2005-09-09[SCSI] 3ware 9000: handle use_sg != 0 for emulated commandsadam radford1-6/+24
2005-06-27[PATCH] PCI: make drivers use the pci shutdown callback instead of the driver core callback.Greg Kroah-Hartman1-5/+3
2005-06-17[SCSI] allow sleeping in ->eh_host_reset_handler()Jeff Garzik1-3/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2167