summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-12/+6
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-13/+13
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-33/+28
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche-7/+10
2026-01-23scsi: megaraid_sas: Return SCSI_MLQUEUE_HOST_BUSY instead of 1Bart Van Assche-5/+5
2025-10-20scsi: megaraid_sas: Avoid a couple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-5/+12
2025-08-13scsi: switch ->bios_param() to passing gendiskAl Viro-2/+2
2025-07-01scsi: use block layer helpers to calculate num of queuesDaniel Wagner-6/+9
2025-06-19scsi: megaraid_sas: Fix invalid node indexChen Yu-1/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-3/+3
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar-2/+2
2025-04-08Merge branch '6.15/scsi-queue' into 6.15/scsi-fixesMartin K. Petersen-5/+13
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-8/+8
2025-04-03scsi: megaraid_sas: Driver version update to 07.734.00.00-rc1Chandrakanth Patil-2/+2
2025-04-03scsi: megaraid_sas: Block zero-length ATA VPD inquiryChandrakanth Patil-3/+11
2025-03-10scsi: megaraid_sas: Make most module parameters staticDr. David Alan Gilbert-5/+5
2025-02-12scsi: usb: Rename the RESERVE and RELEASE constantsBart Van Assche-5/+5
2025-01-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-10/+10
2025-01-10Merge branch '6.13/scsi-fixes' into 6.14/scsi-stagingMartin K. Petersen-1/+4
2024-12-23scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner-2/+1
2024-12-09scsi: Constify struct pci_device_idChristophe JAILLET-2/+2
2024-12-09scsi: Eliminate scsi_register() and scsi_unregister() usage & docsRandy Dunlap-1/+1
2024-12-04scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche-3/+3
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche-4/+4
2024-12-02Merge branch '6.13/scsi-queue' into 6.13/scsi-fixesMartin K. Petersen-1/+4
2024-11-20scsi: megaraid_sas: Fix for a potential deadlockTomas Henzl-1/+4
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-12scsi: megaraid_sas: Remove trailing space after \n newlineColin Ian King-1/+1
2024-08-22Merge patch series "Simplify multiple create*_workqueue() invocations"Martin K. Petersen-2/+2
2024-08-22scsi: Expand all create*_workqueue() invocationsBart Van Assche-2/+2
2024-08-02scsi: megaraid_sas: struct MR_HOST_DEVICE_LIST: Replace 1-element array with ...Kees Cook-2/+2
2024-08-02scsi: megaraid_sas: struct MR_LD_VF_MAP: Replace 1-element arrays with flexib...Kees Cook-1/+1
2024-06-28megaraid_sas: don't set QUEUE_FLAG_NOMERGESChristoph Hellwig-2/+0
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2024-05-16scsi: megaraid_sas: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal-2/+2
2024-04-12Merge patch series "convert SCSI to atomic queue limits, part 1 (v3)"Martin K. Petersen-14/+20
2024-04-11scsi: megaraid_sas: Switch to using ->device_configureChristoph Hellwig-14/+20
2024-04-08scsi: megaraid: Indent Kconfig option help textPrasad Pandit-57/+56
2023-10-13Merge patch series "megaraid_sas: Driver version update to 07.727.03.00-rc1"Martin K. Petersen-4/+7
2023-10-13scsi: megaraid_sas: Driver version update to 07.727.03.00-rc1Chandrakanth patil-2/+2
2023-10-13scsi: megaraid_sas: Log message when controller reset is requested but not is...Chandrakanth patil-0/+3
2023-10-13scsi: megaraid_sas: Increase register read retry rount from 3 to 30 for selec...Chandrakanth patil-2/+2
2023-09-05scsi: megaraid_sas: Fix deadlock on firmware crashdumpJunxiao Bi-13/+10
2023-08-21scsi: megaraid: Use pci_dev_id() to simplify the codeJialin Zhang-1/+1
2023-08-21scsi: megaraid_sas: Use pci_dev_id() to simplify the codeJialin Zhang-1/+1
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-8/+6
2023-05-31scsi: Add HAS_IOPORT dependenciesNiklas Schnelle-3/+3
2023-05-26overflow: Add struct_size_t() helperKees Cook-9/+9
2023-05-16scsi: megaraid_sas: Convert union megasas_sgl to flex-arraysKees Cook-5/+3