summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/gdth.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 148Thomas Gleixner2019-05-301-13/+1
* scsi: gdth: Only call dma_free_coherent when buf is not NULL in ioc_generalNathan Chancellor2019-03-251-2/+3
* scsi: gdth: use generic DMA APIChristoph Hellwig2019-01-081-31/+29
* scsi: gdth: remove interrupt coalescing supportChristoph Hellwig2019-01-081-139/+12
* scsi: gdth: remove dead dma statistics codeChristoph Hellwig2019-01-081-18/+0
* scsi: gdth: remove dead rtc codeChristoph Hellwig2019-01-081-32/+0
* scsi: gdth: remove direct serial port accessChristoph Hellwig2019-01-081-70/+0
* scsi: gdth: remove ISA and EISA supportChristoph Hellwig2019-01-081-686/+23
* scsi: gdth: remove gdth_{alloc,free}_ioctlChristoph Hellwig2019-01-081-4/+4
* scsi: gdth: refactor ioc_generalChristoph Hellwig2019-01-081-118/+132
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* scsi: core: remove Scsi_Cmnd typedefJohannes Thumshirn2018-06-191-32/+35
* block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-291-1/+1
* 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