summaryrefslogtreecommitdiff
path: root/drivers/scsi/gdth.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 148Thomas Gleixner
2019-03-25scsi: gdth: Only call dma_free_coherent when buf is not NULL in ioc_generalNathan Chancellor
2019-01-08scsi: gdth: use generic DMA APIChristoph Hellwig
2019-01-08scsi: gdth: remove interrupt coalescing supportChristoph Hellwig
2019-01-08scsi: gdth: remove dead dma statistics codeChristoph Hellwig
2019-01-08scsi: gdth: remove dead rtc codeChristoph Hellwig
2019-01-08scsi: gdth: remove direct serial port accessChristoph Hellwig
2019-01-08scsi: gdth: remove ISA and EISA supportChristoph Hellwig
2019-01-08scsi: gdth: remove gdth_{alloc,free}_ioctlChristoph Hellwig
2019-01-08scsi: gdth: refactor ioc_generalChristoph Hellwig
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2018-06-19scsi: core: remove Scsi_Cmnd typedefJohannes Thumshirn
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig
2017-10-27scsi: gdth: Convert timers to use timer_setup()Kees Cook
2017-08-07scsi: gdth: avoid buffer overflow warningArnd Bergmann
2017-04-20Annotate hardware config module parameters in drivers/scsi/David Howells
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-02-25gdth: replace struct timeval with ktime_get_real_seconds()Alison Schofield
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig
2014-03-19[SCSI] remove deprecated IRQF_DISABLED from SCSIMichael Opdenacker
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Jingoo Han
2013-04-09gdth: switch to ->show_info()Al Viro
2013-01-29[SCSI] gdth: Remove buggy ROM handlingBjorn Helgaas
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-20scsi: remove the second argument of k[un]map_atomic()Cong Wang
2010-12-31[SCSI] gdth: Add missing call to gdth_ioctl_freeJulia Lawall
2010-11-16SCSI host lock push-downJeff Garzik
2010-10-25[SCSI] gdth: integer overflow in ioctlDan Carpenter
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-09-15scsi: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-08-11gdth: unmap ccb_phys when scsi_add_host() fails in gdth_eisa_probe_one()Roel Kluin
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds
2010-05-17scsi: Push down BKL into ioctl functionsArnd Bergmann
2010-04-11[SCSI] gdth: fix buffer overflowRoel Kluin
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-18[SCSI] gdth: Convert to use regular kernel types.Dave Jones
2009-11-11[SCSI] gdth: Prevent negative offsets in ioctl CVE-2009-3080Dave Jones
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2008-11-30gdth section fixesAl Viro
2008-10-09block: unify request timeout handlingJens Axboe
2008-06-20gdth: cdev lock_kernel() pushdownJonathan Corbet
2008-05-08[SCSI] gdth: fix Error: Driver 'gdth' is already registered, aborting...James Bottomley
2008-05-08[SCSI] gdth: fix timer handlingJames Bottomley
2008-05-02[SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh
2008-04-07[SCSI] gdth: remove command accessorsBoaz Harrosh