aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic94xx/aic94xx_hwi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 411Thomas Gleixner1-19/+1
2018-11-21scsi: aic94xx: Use dma_pool_zallocSouptick Joarder1-2/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+4
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+0
2017-10-27scsi: aic94xx: Convert timers to use timer_setup()Kees Cook1-2/+1
2017-09-15scsi: libsas: kill useless ha_event and do some cleanupJason Yan1-3/+0
2016-11-29scsi: aic94xx: Add a missing call to kfreeQuentin Lambert1-1/+4
2016-08-25scsi: aic94xx: Add missing error code assignment before testChristophe JAILLET1-1/+1
2016-04-18treewide: Fix typos in printkMasanari Iida1-1/+1
2014-11-27libsas: remove task_collector modeChristoph Hellwig1-2/+1
2013-05-10[SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device_typeJames Bottomley1-1/+1
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
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-04-07[SCSI] aic94xx: cleanupsAdrian Bunk1-12/+12
2008-04-07[SCSI] aic94xx: Use sas_request_addr() to provide SAS WWN if the adapter lacks oneDarrick J. Wong1-11/+9
2008-01-11[SCSI] libsas: Convert sas_proto users to sas_protocolDarrick J. Wong1-1/+1
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-2/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-11-09[SCSI] aic94xx SCSI timeout fixmalahal@us.ibm.com1-0/+18
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+1
2006-09-24[PATCH] SCSI gfp_t annotationsAl Viro1-4/+4
2006-09-07[SCSI] SAS: consolidate linkspeed definitionsJames Bottomley1-1/+1
2006-08-29[SCSI] aic94xx: new driverJames Bottomley1-0/+1376