summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/gdth.c
AgeCommit message (Expand)AuthorLines
2008-05-08[SCSI] gdth: fix Error: Driver 'gdth' is already registered, aborting...James Bottomley-5/+8
2008-05-08[SCSI] gdth: fix timer handlingJames Bottomley-12/+26
2008-05-02[SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh-1/+1
2008-04-07[SCSI] gdth: remove command accessorsBoaz Harrosh-59/+14
2008-04-07[SCSI] gdth: convert to PCI hotplug APIJeff Garzik-102/+94
2008-04-07[SCSI] gdth: PCI probe cleanups, prep for PCI hotplug API conversionJeff Garzik-31/+28
2008-03-14[SCSI] gdth: Allocate sense_buffer to prevent NULL pointer dereferenceSven Schnelle-0/+7
2008-02-27[SCSI] gdth: fix to internal commands executionBoaz Harrosh-18/+12
2008-02-27[SCSI] gdth: bugfix for the at-exit problemsBoaz Harrosh-54/+28
2008-02-13[SCSI] gdth: update deprecated pci_find_deviceSergio Luis-2/+5
2008-02-13[SCSI] gdth: scan for scsi devicesBoaz Harrosh-0/+9
2008-01-11[SCSI] gdth: kill unneeded 'irq' argumentJeff Garzik-12/+10
2007-10-23Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-3/+3
2007-10-22[SG] Update drivers to use sg helpersJens Axboe-3/+3
2007-10-18[SCSI] gdth: __init fixesAdrian Bunk-3/+3
2007-10-15scsi/gdth: fix crash in gdth_timeout if no gdth controllers foundLinus Torvalds-0/+4
2007-10-12[SCSI] gdth: fix CONFIG_ISA build failureDhaval Giani-1/+1
2007-10-12[SCSI] gdth: !use_sg cleanup and use of scsi accessorsBoaz Harrosh-119/+109
2007-10-12[SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2Boaz Harrosh-87/+90
2007-10-12[SCSI] gdth: Setup proper per-command private dataBoaz Harrosh-34/+77
2007-10-12[SCSI] gdth: Remove gdth_ctr_tab[]Boaz Harrosh-58/+51
2007-10-12[SCSI] gdth: switch to modern scsi host registrationChristoph Hellwig-164/+156
2007-10-12[SCSI] gdth: gdth_interrupt() gdth_get_status() & gdth_wait() fixesBoaz Harrosh-50/+43
2007-10-12[SCSI] gdth: clean up host private dataBoaz Harrosh-311/+247
2007-10-12[SCSI] gdth: Remove virt hostsChristoph Hellwig-76/+12
2007-10-12[SCSI] gdth: Reorder scsi_host_template intitializersJeff Garzik-3/+3
2007-10-12[SCSI] gdth: kill gdth_{read,write}[bwl] wrappersJeff Garzik-160/+153
2007-10-12[SCSI] gdth: Remove 2.4.x support, in-kernel changelogJeff Garzik-394/+2
2007-10-12[SCSI] gdth: split out pci probingChristoph Hellwig-145/+167
2007-10-12[SCSI] gdth: split out eisa probingChristoph Hellwig-126/+159
2007-10-12[SCSI] gdth: split out isa probingChristoph Hellwig-134/+162
2007-10-12gdth: Make one abuse of scsi_cmnd less obviousMatthew Wilcox-16/+19
2007-10-12[SCSI] gdth: Stop abusing ->done for internal commandsMatthew Wilcox-8/+11
2007-10-12[SCSI] kmalloc + memset conversion to kzallocMariusz Kozlowski-4/+3
2007-07-31[SCSI] gdth: remove redundant PCI stuffJeff Garzik-26/+22
2007-05-30[SCSI] gdth: Fix obvious typo "spin_lock_irqrestore()"Robert P. J. Day-1/+1
2007-05-30[SCSI] gdth: fix ambiguous gdthtable definitionDavid Rientjes-1/+1
2007-03-11[SCSI] gdth: fix oops in gdth_copy_cmd()Joerg Dorchain-0/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven-1/+1
2006-11-10[SCSI] gdth: Fix && typosJean Delvare-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-3/+3
2006-10-01[PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra-2/+2
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner-3/+3
2006-06-10[SCSI] remove scsi_request infrastructureChristoph Hellwig-4/+4
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser-2/+2
2006-06-10[SCSI] remove the scsi_request interface from the gdth driverLeubner, Achim-275/+236
2006-06-06[SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig-1/+1
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre-3/+4
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern-3/+6