summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/gdth.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: gdth: Convert timers to use timer_setup()Kees Cook2017-10-271-4/+2
* scsi: gdth: avoid buffer overflow warningArnd Bergmann2017-08-071-1/+1
* Annotate hardware config module parameters in drivers/scsi/David Howells2017-04-201-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* gdth: replace struct timeval with ktime_get_real_seconds()Alison Schofield2016-02-251-5/+2
* scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke2014-11-241-2/+2
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-1/+0
* [SCSI] remove deprecated IRQF_DISABLED from SCSIMichael Opdenacker2014-03-191-3/+3
* [SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen2013-11-291-0/+1
* SCSI: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-141-2/+0
* gdth: switch to ->show_info()Al Viro2013-04-091-1/+2
* [SCSI] gdth: Remove buggy ROM handlingBjorn Helgaas2013-01-291-8/+2
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-9/+8
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* scsi: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* [SCSI] gdth: Add missing call to gdth_ioctl_freeJulia Lawall2010-12-311-1/+3
* SCSI host lock push-downJeff Garzik2010-11-161-2/+4
* [SCSI] gdth: integer overflow in ioctlDan Carpenter2010-10-251-0/+8
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | scsi: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-151-5/+6
|/
* gdth: unmap ccb_phys when scsi_add_host() fails in gdth_eisa_probe_one()Roel Kluin2010-08-111-1/+1
* Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds2010-05-241-5/+15
|\
| * scsi: Push down BKL into ioctl functionsArnd Bergmann2010-05-171-5/+15
* | [SCSI] gdth: fix buffer overflowRoel Kluin2010-04-111-1/+1
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] gdth: Convert to use regular kernel types.Dave Jones2010-01-181-215/+215
* [SCSI] gdth: Prevent negative offsets in ioctl CVE-2009-3080Dave Jones2009-11-111-1/+1
* 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