summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic94xx (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace open-coded flex arrays in unionsKees Cook2021-10-181-2/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-111-0/+1
|\
| * scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu2021-06-231-0/+1
* | Merge tag 'Wimplicit-fallthrough-clang-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds2021-07-071-1/+3
|\ \ | |/ |/|
| * scsi: aic94xx: Fix fall-through warning for ClangGustavo A. R. Silva2021-07-061-1/+3
* | scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche2021-06-021-1/+1
|/
* scsi: aic94xx: Avoid -Wempty-body warningArnd Bergmann2021-04-021-1/+1
* scsi: aic94xx: Correct misspelling of function asd_dump_seq_state()Lee Jones2021-03-191-1/+1
* scsi: aic94xx: Remove code that has been unused for at least 13 yearsLee Jones2021-03-161-184/+0
* scsi: aic94xx: Fix asd_erase_nv_sector()'s headerLee Jones2021-03-161-1/+1
* scsi: aic94xx: Fix a couple of misnamed function namesLee Jones2021-03-161-2/+2
* scsi: aic94xx: Switch back to original libsas event notifiersAhmed S. Darwish2021-01-231-16/+13
* scsi: aic94xx: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish2021-01-231-9/+16
* scsi: libsas: Remove notifier indirectionJohn Garry2021-01-231-11/+9
* scsi: aic94xx: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-022-0/+4
* scsi: Remove unneeded break statementsTom Rix2020-10-261-1/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-151-8/+0
|\
| * scsi: aic94xx: Remove unused inline functionYueHaibing2020-09-151-8/+0
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-242-6/+6
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-076-10/+13
|\
| * scsi: aic94xx: Fix kerneldoc formatting issue with 'task'Lee Jones2020-07-251-1/+1
| * scsi: aic94xx: Fix a couple of kerneldoc formatting issuesLee Jones2020-07-251-2/+2
| * scsi: aic94xx: Fix a couple of formatting and bitrot issuesLee Jones2020-07-151-3/+3
| * scsi: aic94xx: Document 'lseq' and repair asd_update_port_links() headerLee Jones2020-07-151-1/+5
| * scsi: aic94xx: Repair kerneldoc formatting error and remove extra paramLee Jones2020-07-151-2/+1
| * scsi: aic94xx: Demote seemingly unintentional kerneldoc headerLee Jones2020-07-151-1/+1
* | scsi: Wire up ata_scsi_dma_need_drain for SAS HBA driversChristoph Hellwig2020-06-161-0/+1
|/
* scsi: libsas: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-121-7/+7
* compat_ioctl: scsi: handle HDIO commands from driversArnd Bergmann2020-01-031-0/+3
* scsi: aic94xx: Remove unnecessary null checkYueHaibing2019-07-301-6/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-121-3/+1
|\
| * scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry2019-06-201-3/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 457Thomas Gleixner2019-06-191-19/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 411Thomas Gleixner2019-06-0519-357/+19
|/
* scsi: aic94xx: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2019-02-261-3/+5
* scsi: aic94xx: fix module loadingJames Bottomley2019-02-021-4/+4
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-1/+0
* scsi: aic94xx: Use dma_pool_zallocSouptick Joarder2018-11-221-2/+1
* scsi: aic94xx: fully convert to the generic DMA APIChristoph Hellwig2018-10-182-30/+25
* scsi: aic94xx: mark expected switch fall-throughsGustavo A. R. Silva2018-10-171-0/+5
* scsi: aic94xx: fix an error code in aic94xx_init()Dan Carpenter2018-08-091-1/+3
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-3/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-3/+4
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-222-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-151-3/+0
|\
| * scsi: libsas: kill useless ha_event and do some cleanupJason Yan2017-09-161-3/+0
* | scsi: aic94xx: Convert timers to use timer_setup()Kees Cook2017-10-274-15/+12
|/
* scsi: libsas: move bus_reset_handler() to target_reset_handler()Hannes Reinecke2017-08-251-1/+1
* scsi: remove DRIVER_ATTR() usageGreg Kroah-Hartman2017-08-071-2/+2
* scsi: sas: move scsi_remove_host call into sas_remove_hostJohannes Thumshirn2017-04-211-1/+0