summaryrefslogtreecommitdiffstats
path: root/drivers/message
Commit message (Expand)AuthorAgeFilesLines
* scsi: message: fusion: Remove redundant pointer 'hd'Colin Ian King2024-01-231-3/+1
* scsi: message: fusion: Initialize return value in mptfc_bus_reset()Hannes Reinecke2023-10-241-1/+1
* Merge patch series "scsi: EH rework prep patches, part 1"Martin K. Petersen2023-10-133-30/+120
|\
| * scsi: message: fusion: Open-code mptfc_block_error_handler() for bus resetHannes Reinecke2023-10-131-3/+14
| * scsi: message: fusion: Correct definitions for mptscsih_dev_reset()Hannes Reinecke2023-10-132-1/+55
| * scsi: message: fusion: Simplify mptfc_block_error_handler()Hannes Reinecke2023-10-131-29/+54
* | scsi: message: fusion: Replace deprecated strncpy() with strscpy()Justin Stitt2023-10-091-8/+8
* | scsi: message: fusion: Replace deprecated strncpy() with strscpy_pad()Justin Stitt2023-10-091-10/+9
|/
* scsi: message: fusion: Add HAS_IOPORT dependenciesNiklas Schnelle2023-05-311-1/+1
* scsi: message: fusion: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2023-05-312-3/+3
* 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