aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/gdth.c
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-1/+1
* gdth section fixesAl Viro2008-11-301-6/+6
* block: unify request timeout handlingJens Axboe2008-10-091-22/+38
* gdth: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-0/+3
* [SCSI] gdth: fix Error: Driver 'gdth' is already registered, aborting...James Bottomley2008-05-081-5/+8
* [SCSI] gdth: fix timer handlingJames Bottomley2008-05-081-12/+26
* [SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh2008-05-021-1/+1
* [SCSI] gdth: remove command accessorsBoaz Harrosh2008-04-071-59/+14
* [SCSI] gdth: convert to PCI hotplug APIJeff Garzik2008-04-071-102/+94
* [SCSI] gdth: PCI probe cleanups, prep for PCI hotplug API conversionJeff Garzik2008-04-071-31/+28
* [SCSI] gdth: Allocate sense_buffer to prevent NULL pointer dereferenceSven Schnelle2008-03-141-0/+7
* [SCSI] gdth: fix to internal commands executionBoaz Harrosh2008-02-271-18/+12
* [SCSI] gdth: bugfix for the at-exit problemsBoaz Harrosh2008-02-271-54/+28
* [SCSI] gdth: update deprecated pci_find_deviceSergio Luis2008-02-131-2/+5
* [SCSI] gdth: scan for scsi devicesBoaz Harrosh2008-02-131-0/+9
* [SCSI] gdth: kill unneeded 'irq' argumentJeff Garzik2008-01-111-12/+10
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-10-231-3/+3
|\
| * [SCSI] gdth: __init fixesAdrian Bunk2007-10-181-3/+3
* | [SG] Update drivers to use sg helpersJens Axboe2007-10-221-3/+3
|/
* scsi/gdth: fix crash in gdth_timeout if no gdth controllers foundLinus Torvalds2007-10-151-0/+4
* [SCSI] gdth: fix CONFIG_ISA build failureDhaval Giani2007-10-121-1/+1
* [SCSI] gdth: !use_sg cleanup and use of scsi accessorsBoaz Harrosh2007-10-121-119/+109
* [SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2Boaz Harrosh2007-10-121-87/+90
* [SCSI] gdth: Setup proper per-command private dataBoaz Harrosh2007-10-121-34/+77
* [SCSI] gdth: Remove gdth_ctr_tab[]Boaz Harrosh2007-10-121-58/+51
* [SCSI] gdth: switch to modern scsi host registrationChristoph Hellwig2007-10-121-164/+156
* [SCSI] gdth: gdth_interrupt() gdth_get_status() & gdth_wait() fixesBoaz Harrosh2007-10-121-50/+43
* [SCSI] gdth: clean up host private dataBoaz Harrosh2007-10-121-311/+247
* [SCSI] gdth: Remove virt hostsChristoph Hellwig2007-10-121-76/+12
* [SCSI] gdth: Reorder scsi_host_template intitializersJeff Garzik2007-10-121-3/+3
* [SCSI] gdth: kill gdth_{read,write}[bwl] wrappersJeff Garzik2007-10-121-160/+153
* [SCSI] gdth: Remove 2.4.x support, in-kernel changelogJeff Garzik2007-10-121-394/+2
* [SCSI] gdth: split out pci probingChristoph Hellwig2007-10-121-145/+167
* [SCSI] gdth: split out eisa probingChristoph Hellwig2007-10-121-126/+159
* [SCSI] gdth: split out isa probingChristoph Hellwig2007-10-121-134/+162
* gdth: Make one abuse of scsi_cmnd less obviousMatthew Wilcox2007-10-121-16/+19
* [SCSI] gdth: Stop abusing ->done for internal commandsMatthew Wilcox2007-10-121-8/+11
* [SCSI] kmalloc + memset conversion to kzallocMariusz Kozlowski2007-10-121-4/+3
* [SCSI] gdth: remove redundant PCI stuffJeff Garzik2007-07-311-26/+22
* [SCSI] gdth: Fix obvious typo "spin_lock_irqrestore()"Robert P. J. Day2007-05-301-1/+1
* [SCSI] gdth: fix ambiguous gdthtable definitionDavid Rientjes2007-05-301-1/+1
* [SCSI] gdth: fix oops in gdth_copy_cmd()Joerg Dorchain2007-03-111-0/+2
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-121-1/+1
* [SCSI] gdth: Fix && typosJean Delvare2006-11-101-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-3/+3
* [PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra2006-10-011-2/+2
* [PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner2006-07-021-3/+3
* [SCSI] remove scsi_request infrastructureChristoph Hellwig2006-06-101-4/+4