aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/gdth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2008-11-30gdth section fixesAl Viro1-6/+6
2008-10-09block: unify request timeout handlingJens Axboe1-22/+38
2008-06-20gdth: cdev lock_kernel() pushdownJonathan Corbet1-0/+3
2008-05-08[SCSI] gdth: fix Error: Driver 'gdth' is already registered, aborting...James Bottomley1-5/+8
2008-05-08[SCSI] gdth: fix timer handlingJames Bottomley1-12/+26
2008-05-02[SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh1-1/+1
2008-04-07[SCSI] gdth: remove command accessorsBoaz Harrosh1-59/+14
2008-04-07[SCSI] gdth: convert to PCI hotplug APIJeff Garzik1-102/+94
2008-04-07[SCSI] gdth: PCI probe cleanups, prep for PCI hotplug API conversionJeff Garzik1-31/+28
2008-03-14[SCSI] gdth: Allocate sense_buffer to prevent NULL pointer dereferenceSven Schnelle1-0/+7
2008-02-27[SCSI] gdth: fix to internal commands executionBoaz Harrosh1-18/+12
2008-02-27[SCSI] gdth: bugfix for the at-exit problemsBoaz Harrosh1-54/+28
2008-02-13[SCSI] gdth: update deprecated pci_find_deviceSergio Luis1-2/+5
2008-02-13[SCSI] gdth: scan for scsi devicesBoaz Harrosh1-0/+9
2008-01-11[SCSI] gdth: kill unneeded 'irq' argumentJeff Garzik1-12/+10
2007-10-23Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+3
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-3/+3
2007-10-18[SCSI] gdth: __init fixesAdrian Bunk1-3/+3
2007-10-15scsi/gdth: fix crash in gdth_timeout if no gdth controllers foundLinus Torvalds1-0/+4
2007-10-12[SCSI] gdth: fix CONFIG_ISA build failureDhaval Giani1-1/+1
2007-10-12[SCSI] gdth: !use_sg cleanup and use of scsi accessorsBoaz Harrosh1-119/+109
2007-10-12[SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2Boaz Harrosh1-87/+90
2007-10-12[SCSI] gdth: Setup proper per-command private dataBoaz Harrosh1-34/+77
2007-10-12[SCSI] gdth: Remove gdth_ctr_tab[]Boaz Harrosh1-58/+51
2007-10-12[SCSI] gdth: switch to modern scsi host registrationChristoph Hellwig1-164/+156
2007-10-12[SCSI] gdth: gdth_interrupt() gdth_get_status() & gdth_wait() fixesBoaz Harrosh1-50/+43
2007-10-12[SCSI] gdth: clean up host private dataBoaz Harrosh1-311/+247
2007-10-12[SCSI] gdth: Remove virt hostsChristoph Hellwig1-76/+12
2007-10-12[SCSI] gdth: Reorder scsi_host_template intitializersJeff Garzik1-3/+3
2007-10-12[SCSI] gdth: kill gdth_{read,write}[bwl] wrappersJeff Garzik1-160/+153
2007-10-12[SCSI] gdth: Remove 2.4.x support, in-kernel changelogJeff Garzik1-394/+2
2007-10-12[SCSI] gdth: split out pci probingChristoph Hellwig1-145/+167
2007-10-12[SCSI] gdth: split out eisa probingChristoph Hellwig1-126/+159
2007-10-12[SCSI] gdth: split out isa probingChristoph Hellwig1-134/+162
2007-10-12gdth: Make one abuse of scsi_cmnd less obviousMatthew Wilcox1-16/+19
2007-10-12[SCSI] gdth: Stop abusing ->done for internal commandsMatthew Wilcox1-8/+11
2007-10-12[SCSI] kmalloc + memset conversion to kzallocMariusz Kozlowski1-4/+3
2007-07-31[SCSI] gdth: remove redundant PCI stuffJeff Garzik1-26/+22
2007-05-30[SCSI] gdth: Fix obvious typo "spin_lock_irqrestore()"Robert P. J. Day1-1/+1
2007-05-30[SCSI] gdth: fix ambiguous gdthtable definitionDavid Rientjes1-1/+1
2007-03-11[SCSI] gdth: fix oops in gdth_copy_cmd()Joerg Dorchain1-0/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven1-1/+1
2006-11-10[SCSI] gdth: Fix && typosJean Delvare1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+3
2006-10-01[PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra1-2/+2
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner1-3/+3
2006-06-10[SCSI] remove scsi_request infrastructureChristoph Hellwig1-4/+4