summaryrefslogtreecommitdiff
path: root/drivers/message
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-282-2/+2
|\
| * scsi: message: fusion: Mark mpt_halt_firmware() __noreturnJosh Poimboeuf2023-04-142-2/+2
* | scsi: message: mptlan: Fix use after free bug in mptlan_remove() due to race ...Zheng Wang2023-03-241-0/+2
* | Merge patch series "Constify most SCSI host templates"Martin K. Petersen2023-03-243-3/+3
|\ \
| * | scsi: message: fusion: Declare SCSI host template members constBart Van Assche2023-03-243-3/+3
| |/
* | scsi: message: fusion: Avoid flush_scheduled_work() usageTetsuo Handa2023-03-091-1/+0
* | scsi: message: fusion: Remove unused sas_persist_task workTetsuo Handa2023-03-091-1/+0
|/
* scsi: message: fusion: Remove variable 'where'Colin Ian King2022-11-081-2/+0
* scsi: core: Change the return type of .eh_timed_out()Bart Van Assche2022-10-221-4/+4
* scsi: message: fusion: Remove redundant variable iocnumColin Ian King2022-08-311-4/+2
* scsi: message: fusion: Drop redundant "the"Jiang Jian2022-06-211-1/+1
* scsi: message: fusion: Remove unused variable retvalAlexander Vorwerk2022-04-251-3/+0
* scsi: message: fusion: Remove redundant variable dmpColin Ian King2022-04-061-2/+2
* scsi: message: fusion: Use GFP_KERNEL instead of GFP_ATOMIC in non-atomic con...Christophe JAILLET2022-02-271-1/+1
* scsi: message: fusion: Use GFP_KERNELJulia Lawall2022-02-111-1/+1
* scsi: message: fusion: mptctl: Use dma_alloc_coherent()Christophe JAILLET2022-01-101-12/+19
* scsi: message: fusion: mptsas: Use dma_alloc_coherent()Christophe JAILLET2022-01-101-20/+20
* scsi: message: fusion: Use dma_alloc_coherent() in mptsas_exp_repmanufacture_...Christophe JAILLET2022-01-101-1/+2
* scsi: message: fusion: mptbase: Use dma_alloc_coherent()Christophe JAILLET2022-01-101-20/+32
* scsi: message: fusion: Use dma_alloc_coherent() in mpt_alloc_fw_memory()Christophe JAILLET2022-01-101-1/+2
* scsi: message: fusion: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-01-104-132/+154
* scsi: mptfusion: Remove redundant variable rColin Ian King2021-12-061-4/+2
* Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-064-9/+6
|\
| * scsi: message: fusion: Remove unused mpt_pci driver .probe() 'id' parameterUwe Kleine-König2021-10-124-9/+6
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-055-29/+37
|\ \
| * | scsi: message: fusion: Switch to attribute groupsBart Van Assche2021-10-165-18/+26
| * | scsi: message: fusion: Call scsi_done() directlyBart Van Assche2021-10-164-11/+11
| |/
* | mpt fusion: use dev_addr_set()Jakub Kicinski2021-10-281-1/+1
|/
* scsi: message: mptfc: Switch from pci_ to dma_ APIChristophe JAILLET2021-06-221-17/+18
* scsi: message: fusion: Remove redundant assignment to rcJiapeng Chong2021-05-141-2/+0
* scsi: message: fusion: Documentation cleanupRandy Dunlap2021-05-101-56/+63
* scsi: message: fusion: Remove unused local variable 'vtarget'Jiapeng Chong2021-04-131-2/+0
* scsi: message: fusion: Remove unused local variable 'status'Jiapeng Chong2021-04-131-2/+1
* scsi: message: fusion: Remove unused local variable 'port'Zhen Lei2021-04-131-6/+0
* scsi: message: fusion: Remove unused local variable 'time_count'Zhen Lei2021-04-131-2/+0
* scsi: message: fusion: Use BUG_ON instead of if condition followed by BUGzhouchuangao2021-04-051-4/+2
* scsi: message: mptlan: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-04-012-8/+5
* scsi: message: fusion: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-04-011-1/+1
* scsi: message: fusion: Avoid -Wempty-body warningsArnd Bergmann2021-04-011-3/+4
* scsi: message: fusion: Remove unnecessary castWang Qing2021-03-241-3/+3
* scsi: fusion: Fix a typo in the file mptbase.hBhaskar Chowdhury2021-03-181-1/+1
* scsi: core: Add scsi_device_busy() wrapperMing Lei2021-03-041-1/+1
* scsi: message: fusion: Fix 'physical' typosBjorn Helgaas2021-01-262-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-12-166-26/+41
|\
| * scsi: message: fusion: Remove in_interrupt() usage in mptsas_cleanup_fw_event...Sebastian Andrzej Siewior2020-12-012-10/+36
| * scsi: message: fusion: Remove in_interrupt() usage in mpt_config()Thomas Gleixner2020-12-014-15/+5
| * scsi: message: fusion: Remove unneeded breakTom Rix2020-10-261-1/+0
* | scsi: mptfusion: Fix null pointer dereferences in mptscsih_remove()Helge Deller2020-10-261-5/+8
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-143-9/+5
|\
| * scsi: mptscsih: Remove set but not used 'timeleft'Jason Yan2020-09-011-2/+1