summaryrefslogtreecommitdiff
path: root/drivers/scsi/megaraid/megaraid_sas_base.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-20scsi: megaraid_sas: Fix invalid node indexChen Yu1-1/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-09Merge branch '6.15/scsi-queue' into 6.15/scsi-fixesMartin K. Petersen1-2/+7
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-5/+5
2025-04-03scsi: megaraid_sas: Block zero-length ATA VPD inquiryChandrakanth Patil1-2/+7
2025-03-11scsi: megaraid_sas: Make most module parameters staticDr. David Alan Gilbert1-5/+5
2025-01-27Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+8
2025-01-10Merge branch '6.13/scsi-fixes' into 6.14/scsi-stagingMartin K. Petersen1-1/+4
2024-12-23scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner1-2/+1
2024-12-10scsi: Constify struct pci_device_idChristophe JAILLET1-1/+1
2024-12-04scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche1-3/+3
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche1-4/+4
2024-12-02Merge branch '6.13/scsi-queue' into 6.13/scsi-fixesMartin K. Petersen1-1/+4
2024-11-21scsi: megaraid_sas: Fix for a potential deadlockTomas Henzl1-1/+4
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-13scsi: megaraid_sas: Remove trailing space after \n newlineColin Ian King1-1/+1
2024-06-28megaraid_sas: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig1-2/+0
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2024-05-16scsi: megaraid_sas: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-2/+2
2024-04-12scsi: megaraid_sas: Switch to using ->device_configureChristoph Hellwig1-12/+17
2023-10-13Merge patch series "megaraid_sas: Driver version update to 07.727.03.00-rc1"Martin K. Petersen1-2/+2
2023-10-13scsi: megaraid_sas: Increase register read retry rount from 3 to 30 for selec...Chandrakanth patil1-2/+2
2023-09-05scsi: megaraid_sas: Fix deadlock on firmware crashdumpJunxiao Bi1-12/+9
2023-08-21scsi: megaraid_sas: Use pci_dev_id() to simplify the codeJialin Zhang1-1/+1
2023-05-26overflow: Add struct_size_t() helperKees Cook1-6/+6
2023-04-01Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen1-1/+1
2023-03-25scsi: megaraid_sas: Fix fw_crash_buffer_show()Tomas Henzl1-1/+1
2023-03-25scsi: megaraid: Declare SCSI host template constBart Van Assche1-1/+1
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+3
2022-10-22scsi: core: Change the return type of .eh_timed_out()Bart Van Assche1-4/+3
2022-10-21Merge branch '6.1/scsi-queue' into 6.1/scsi-fixesMartin K. Petersen1-19/+8
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-13/+11
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-4/+2
2022-10-01scsi: megaraid_sas: Move megasas_dbg_lvl init to megasas_init()Guixin Liu1-1/+1
2022-10-01scsi: megaraid_sas: Remove unnecessary memset()Guixin Liu1-4/+0
2022-10-01scsi: megaraid_sas: Simplify megasas_update_device_listGuixin Liu1-12/+5
2022-10-01scsi: megaraid_sas: Correct an error messageGuixin Liu1-1/+1
2022-10-01scsi: megaraid_sas: Correct value passed to scsi_device_lookup()Guixin Liu1-1/+1
2022-09-01scsi: megaraid_sas: Use struct_size() in code related to struct MR_PD_CFG_SEQ...Gustavo A. R. Silva1-7/+7
2022-09-01scsi: megaraid_sas: Use struct_size() in code related to struct MR_FW_RAID_MAPGustavo A. R. Silva1-3/+3
2022-09-01scsi: megaraid_sas: Replace one-element array with flexible-array member in M...Gustavo A. R. Silva1-2/+2
2022-09-01scsi: megaraid_sas: Replace one-element array with flexible-array member in M...Gustavo A. R. Silva1-1/+1
2022-09-01scsi: megaraid: Remove redundant assignment to variable mfiStatusColin Ian King1-3/+1
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-4/+2
2022-08-20Merge branch '5.20/scsi-queue' into 6.0/scsi-fixesMartin K. Petersen1-6/+2
2022-08-12scsi: megaraid_sas: Remove unnecessary kfree()Guixin Liu1-6/+2
2022-08-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2022-07-14scsi: megaraid: Clear READ queue map's nr_queuesMing Lei1-0/+3
2022-07-08scsi: megaraid_sas: Clean up some inconsistent indentingJiapeng Chong1-2/+2
2022-04-19Merge branch '5.18/scsi-fixes' into 5.19/scsi-stagingMartin K. Petersen1-0/+7