aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic94xx/aic94xx_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-19scsi: libsas: Delete lldd_clear_aca callbackJohn Garry1-1/+0
2021-06-22scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu1-0/+1
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-07-15scsi: aic94xx: Demote seemingly unintentional kerneldoc headerLee Jones1-1/+1
2020-06-15scsi: Wire up ata_scsi_dma_need_drain for SAS HBA driversChristoph Hellwig1-0/+1
2020-01-03compat_ioctl: scsi: handle HDIO commands from driversArnd Bergmann1-0/+3
2019-07-30scsi: aic94xx: Remove unnecessary null checkYueHaibing1-6/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 411Thomas Gleixner1-19/+1
2019-02-25scsi: aic94xx: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-3/+5
2019-02-01scsi: aic94xx: fix module loadingJames Bottomley1-4/+4
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-10-17scsi: aic94xx: fully convert to the generic DMA APIChristoph Hellwig1-7/+2
2018-08-08scsi: aic94xx: fix an error code in aic94xx_init()Dan Carpenter1-1/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2017-08-25scsi: libsas: move bus_reset_handler() to target_reset_handler()Hannes Reinecke1-1/+1
2017-08-07scsi: remove DRIVER_ATTR() usageGreg Kroah-Hartman1-2/+2
2017-04-21scsi: sas: move scsi_remove_host call into sas_remove_hostJohannes Thumshirn1-1/+0
2015-11-12Merge tag '4.4-scsi-mkp' into miscJames Bottomley1-1/+1
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-1/+0
2015-11-09aic94xx: remove SCSI host before detaching from SAS transportJack Wang1-1/+1
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-6/+1
2015-08-26aic94xx: set an error code on failureDan Carpenter1-0/+1
2015-08-10cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams1-6/+1
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke1-1/+0
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-1/+0
2014-11-27libsas: remove task_collector modeChristoph Hellwig1-11/+0
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-0/+1
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-0/+1
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-12/+11
2012-10-06sections: fix section conflicts in drivers/scsiAndi Kleen1-1/+1
2012-02-29[SCSI] libsas: async ata scanningDan Williams1-1/+0
2012-02-19[SCSI] libsas: use ->set_dmamode to notify lldds of NCQ parametersDan Williams1-0/+2
2012-02-19[SCSI] libsas: introduce sas_drain_work()Dan Williams1-1/+1
2012-02-19[SCSI] libsas: kill sas_slave_destroyDan Williams1-1/+0
2011-05-24[SCSI] aic94xx: world-writable sysfs update_bios fileVasiliy Kulikov1-1/+1
2010-08-11drivers/scsi/aic94xx/aic94xx_init.c: correct the size argument to kmallocJulia Lawall1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
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-2/+2
2008-05-02[SCSI] aic94xx: fix section mismatchSam Ravnborg1-3/+3
2008-04-07[SCSI] aic94xx: cleanupsAdrian Bunk1-4/+4
2008-04-07[SCSI] aic94xx: Use sas_request_addr() to provide SAS WWN if the adapter lacks oneDarrick J. Wong1-2/+0
2008-02-23[SCSI] aic94xx: plumb in I_T_nexus_reset task management functionJames Bottomley1-1/+1
2008-01-11[SCSI] aic94xx: fix section mismatchesRandy Dunlap1-3/+3
2008-01-11[SCSI] aic94xx: update BIOS image from user space.Gilbert Wu1-0/+184
2007-10-12[SCSI] aic94xx: Free scsi host on errorMatthew Wilcox1-8/+9
2007-10-12[SCSI] aic94xx: Add new PCI ID for ASC58300Gilbert Wu1-16/+9
2007-07-26[SCSI] libsas: Remove PCI dependenciesJeff Garzik1-3/+1
2007-07-22Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+3
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2