index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
megaraid
Age
Commit message (
Expand
)
Author
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-12
/
+6
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-13
/
+13
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-33
/
+28
2026-01-23
scsi: Change the return type of the .queuecommand() callback
Bart Van Assche
-7
/
+10
2026-01-23
scsi: megaraid_sas: Return SCSI_MLQUEUE_HOST_BUSY instead of 1
Bart Van Assche
-5
/
+5
2025-10-20
scsi: megaraid_sas: Avoid a couple -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
-5
/
+12
2025-08-13
scsi: switch ->bios_param() to passing gendisk
Al Viro
-2
/
+2
2025-07-01
scsi: use block layer helpers to calculate num of queues
Daniel Wagner
-6
/
+9
2025-06-19
scsi: megaraid_sas: Fix invalid node index
Chen Yu
-1
/
+5
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-3
/
+3
2025-05-08
treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()
Ingo Molnar
-2
/
+2
2025-04-08
Merge branch '6.15/scsi-queue' into 6.15/scsi-fixes
Martin K. Petersen
-5
/
+13
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-8
/
+8
2025-04-03
scsi: megaraid_sas: Driver version update to 07.734.00.00-rc1
Chandrakanth Patil
-2
/
+2
2025-04-03
scsi: megaraid_sas: Block zero-length ATA VPD inquiry
Chandrakanth Patil
-3
/
+11
2025-03-10
scsi: megaraid_sas: Make most module parameters static
Dr. David Alan Gilbert
-5
/
+5
2025-02-12
scsi: usb: Rename the RESERVE and RELEASE constants
Bart Van Assche
-5
/
+5
2025-01-26
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-10
/
+10
2025-01-10
Merge branch '6.13/scsi-fixes' into 6.14/scsi-staging
Martin K. Petersen
-1
/
+4
2024-12-23
scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
Daniel Wagner
-2
/
+1
2024-12-09
scsi: Constify struct pci_device_id
Christophe JAILLET
-2
/
+2
2024-12-09
scsi: Eliminate scsi_register() and scsi_unregister() usage & docs
Randy Dunlap
-1
/
+1
2024-12-04
scsi: Rename .device_configure() into .sdev_configure()
Bart Van Assche
-3
/
+3
2024-12-04
scsi: Rename .slave_alloc() and .slave_destroy()
Bart Van Assche
-4
/
+4
2024-12-02
Merge branch '6.13/scsi-queue' into 6.13/scsi-fixes
Martin K. Petersen
-1
/
+4
2024-11-20
scsi: megaraid_sas: Fix for a potential deadlock
Tomas Henzl
-1
/
+4
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
-1
/
+1
2024-09-12
scsi: megaraid_sas: Remove trailing space after \n newline
Colin Ian King
-1
/
+1
2024-08-22
Merge patch series "Simplify multiple create*_workqueue() invocations"
Martin K. Petersen
-2
/
+2
2024-08-22
scsi: Expand all create*_workqueue() invocations
Bart Van Assche
-2
/
+2
2024-08-02
scsi: megaraid_sas: struct MR_HOST_DEVICE_LIST: Replace 1-element array with ...
Kees Cook
-2
/
+2
2024-08-02
scsi: megaraid_sas: struct MR_LD_VF_MAP: Replace 1-element arrays with flexib...
Kees Cook
-1
/
+1
2024-06-28
megaraid_sas: don't set QUEUE_FLAG_NOMERGES
Christoph Hellwig
-2
/
+0
2024-05-21
Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-2
/
+2
2024-05-16
scsi: megaraid_sas: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY
Damien Le Moal
-2
/
+2
2024-04-12
Merge patch series "convert SCSI to atomic queue limits, part 1 (v3)"
Martin K. Petersen
-14
/
+20
2024-04-11
scsi: megaraid_sas: Switch to using ->device_configure
Christoph Hellwig
-14
/
+20
2024-04-08
scsi: megaraid: Indent Kconfig option help text
Prasad Pandit
-57
/
+56
2023-10-13
Merge patch series "megaraid_sas: Driver version update to 07.727.03.00-rc1"
Martin K. Petersen
-4
/
+7
2023-10-13
scsi: megaraid_sas: Driver version update to 07.727.03.00-rc1
Chandrakanth patil
-2
/
+2
2023-10-13
scsi: megaraid_sas: Log message when controller reset is requested but not is...
Chandrakanth patil
-0
/
+3
2023-10-13
scsi: megaraid_sas: Increase register read retry rount from 3 to 30 for selec...
Chandrakanth patil
-2
/
+2
2023-09-05
scsi: megaraid_sas: Fix deadlock on firmware crashdump
Junxiao Bi
-13
/
+10
2023-08-21
scsi: megaraid: Use pci_dev_id() to simplify the code
Jialin Zhang
-1
/
+1
2023-08-21
scsi: megaraid_sas: Use pci_dev_id() to simplify the code
Jialin Zhang
-1
/
+1
2023-06-30
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-8
/
+6
2023-05-31
scsi: Add HAS_IOPORT dependencies
Niklas Schnelle
-3
/
+3
2023-05-26
overflow: Add struct_size_t() helper
Kees Cook
-9
/
+9
2023-05-16
scsi: megaraid_sas: Convert union megasas_sgl to flex-arrays
Kees Cook
-5
/
+3
[next]