aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic94xx (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2021-07-07Merge tag 'Wimplicit-fallthrough-clang-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-1/+3
2021-07-06scsi: aic94xx: Fix fall-through warning for ClangGustavo A. R. Silva1-1/+3
2021-06-22scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu1-0/+1
2021-06-02scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche1-1/+1
2021-04-01scsi: aic94xx: Avoid -Wempty-body warningArnd Bergmann1-1/+1
2021-03-18scsi: aic94xx: Correct misspelling of function asd_dump_seq_state()Lee Jones1-1/+1
2021-03-15scsi: aic94xx: Remove code that has been unused for at least 13 yearsLee Jones1-184/+0
2021-03-15scsi: aic94xx: Fix asd_erase_nv_sector()'s headerLee Jones1-1/+1
2021-03-15scsi: aic94xx: Fix a couple of misnamed function namesLee Jones1-2/+2
2021-01-22scsi: aic94xx: Switch back to original libsas event notifiersAhmed S. Darwish1-16/+13
2021-01-22scsi: aic94xx: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish1-9/+16
2021-01-22scsi: libsas: Remove notifier indirectionJohn Garry1-11/+9
2020-12-02scsi: aic94xx: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+4
2020-10-26scsi: Remove unneeded break statementsTom Rix1-1/+0
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+0
2020-09-15scsi: aic94xx: Remove unused inline functionYueHaibing1-8/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-6/+6
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-10/+13
2020-07-24scsi: aic94xx: Fix kerneldoc formatting issue with 'task'Lee Jones1-1/+1
2020-07-24scsi: aic94xx: Fix a couple of kerneldoc formatting issuesLee Jones1-2/+2
2020-07-15scsi: aic94xx: Fix a couple of formatting and bitrot issuesLee Jones1-3/+3
2020-07-15scsi: aic94xx: Document 'lseq' and repair asd_update_port_links() headerLee Jones1-1/+5
2020-07-15scsi: aic94xx: Repair kerneldoc formatting error and remove extra paramLee Jones1-2/+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-05-11scsi: libsas: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-7/+7
2020-01-03compat_ioctl: scsi: handle HDIO commands from driversArnd Bergmann1-0/+3
2019-07-30scsi: aic94xx: Remove unnecessary null checkYueHaibing1-6/+3
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+1
2019-06-20scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry1-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 457Thomas Gleixner1-19/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 411Thomas Gleixner19-357/+19
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-11-21scsi: aic94xx: Use dma_pool_zallocSouptick Joarder1-2/+1
2018-10-17scsi: aic94xx: fully convert to the generic DMA APIChristoph Hellwig2-30/+25
2018-10-16scsi: aic94xx: mark expected switch fall-throughsGustavo A. R. Silva1-0/+5
2018-08-08scsi: aic94xx: fix an error code in aic94xx_init()Dan Carpenter1-1/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-3/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+4
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2-2/+2
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 Cook4-15/+12
2017-09-15scsi: libsas: kill useless ha_event and do some cleanupJason Yan1-3/+0
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
2016-11-29scsi: aic94xx: Add a missing call to kfreeQuentin Lambert1-1/+4