aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/initio.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-20SCSI: initio: remove duplicate module device tableGravatar Arnd Bergmann 1-16/+0
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateGravatar Hannes Reinecke 1-1/+0
2014-03-19[SCSI] remove deprecated IRQF_DISABLED from SCSIGravatar Michael Opdenacker 1-1/+1
2013-01-03Drivers: scsi: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2010-11-16SCSI host lock push-downGravatar Jeff Garzik 1-1/+3
2010-08-11drivers/scsi: remove unnecessary NULL testGravatar Julia Lawall 1-1/+0
2010-02-09tree-wide: Assorted spelling fixesGravatar Daniel Mack 1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Gravatar Yang Hongyang 1-1/+1
2008-12-29[SCSI] Clean up my email address and use a single standard address for everyt...Gravatar Alan Cox 1-1/+1
2008-05-02[SCSI] Let scsi_cmnd->cmnd use request->cmd bufferGravatar Boaz Harrosh 1-1/+1
2008-04-11[SCSI] initio: fix big endian problems for auto request senseGravatar Grant Grundler 1-4/+5
2008-01-30[SCSI] remove use_sg_chainingGravatar James Bottomley 1-1/+0
2008-01-23[SCSI] initio: fix module hangs on loadingGravatar Stuart Swales 1-2/+6
2007-12-18[SCSI] initio: bugfix for accessors patchGravatar Boaz Harrosh 1-0/+1
2007-12-18[SCSI] initio: fix conflict when loading driverGravatar Alan Cox 1-0/+1
2007-10-17[SCSI] initio: Fix merge falloutGravatar Alan Cox 1-2/+4
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateGravatar FUJITA Tomonori 1-0/+1
2007-05-26[SCSI] initio: convert to use the data buffer accessorsGravatar FUJITA Tomonori 1-25/+11
2007-05-22[SCSI] initio: Convert into a real Linux driver and update to modern styleGravatar Alan Cox 1-1990/+1833
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 1-1/+1
2006-11-25[SCSI] initio: fix section mismatches with HOTPLUG=nGravatar Randy Dunlap 1-1/+1
2006-10-18[initio] Add pci dev table for module auto loading.Gravatar Ben Collins 1-9/+10
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-1/+1
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroGravatar Tobias Klauser 1-2/+1
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKGravatar Matthias Gehre 1-1/+2
2005-07-27[PATCH] turn many #if $undefined_string into #ifdef $undefined_stringGravatar Olaf Hering 1-1/+1
2005-06-25[PATCH] drivers/scsi/initio.c: cleanupsGravatar Adrian Bunk 1-49/+36
2005-06-17[SCSI] allow sleeping in ->eh_bus_reset_handler()Gravatar Jeff Garzik 1-0/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+3184