aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic94xx/aic94xx_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-18[SCSI] Add SATA support to libsasDarrick J. Wong1-0/+3
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-7/+2
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner1-1/+1
2007-02-03[SCSI] aic94xx: Add default bus reset handlerDarrick J. Wong1-0/+1
2007-01-27[SCSI] aic94xx: Register eh_device_reset_handlerDarrick J. Wong1-0/+1
2007-01-27[SCSI] aic94xx: fix typos and update verison numberAlexis Bruemmer1-1/+1
2007-01-13[SCSI] aic94xx: Scan SAS devices asynchronouslyDarrick J. Wong1-13/+28
2007-01-13[SCSI] aic94xx: Fix DDB and SCB initializationDarrick J. Wong1-1/+1
2007-01-13[SCSI] aic94xx: Match request_firmware with release_firmwareDarrick J. Wong1-0/+1
2007-01-13[SCSI] aic94xx: Set lldd_max_execute_num in sas_haDarrick J. Wong1-0/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2