index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
mpt3sas
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
3
-13
/
+9
2026-02-22
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
3
-10
/
+5
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
5
-22
/
+22
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
5
-66
/
+60
2026-01-24
scsi: Change the return type of the .queuecommand() callback
Bart Van Assche
1
-2
/
+2
2026-01-12
scsi: mpt3sas: Simplify the workqueue allocation code
Bart Van Assche
2
-8
/
+3
2025-12-17
scsi: mpt3sas: Fixed the W=1 compilation warning
Ranjan Kumar
1
-4
/
+4
2025-12-17
scsi: mpt3sas: Add configurable command retry limit for slow-to-respond devices
Ranjan Kumar
1
-6
/
+78
2025-12-17
scsi: mpt3sas: Add firmware event requeue support for busy devices
Ranjan Kumar
1
-18
/
+112
2025-12-17
scsi: mpt3sas: Improve device discovery and readiness handling for slow devices
Ranjan Kumar
3
-17
/
+1119
2025-12-17
scsi: mpt3sas: Added no_turs flag to device unblock logic
Ranjan Kumar
1
-3
/
+11
2025-10-04
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
3
-8
/
+15
2025-09-25
scsi: mpt3sas: Update driver version to 54.100.00.00
Ranjan Kumar
1
-2
/
+2
2025-09-25
scsi: mpt3sas: Add support for 22.5 Gbps SAS link rate
Ranjan Kumar
1
-0
/
+3
2025-09-25
scsi: mpt3sas: Suppress unnecessary IOCLogInfo on CONFIG_INVALID_PAGE
Ranjan Kumar
1
-1
/
+7
2025-09-25
scsi: mpt3sas: Fix crash in transport port remove by using ioc_info()
Ranjan Kumar
1
-5
/
+3
2025-08-13
scsi: switch ->bios_param() to passing gendisk
Al Viro
1
-2
/
+2
2025-07-25
scsi: mpt3sas: Fix a fw_event memory leak
Tomas Henzl
1
-2
/
+1
2025-06-20
scsi: mpt3sas: Correctly handle ATA device errors
Damien Le Moal
1
-0
/
+19
2025-06-16
scsi: mpt3sas: Drop unused variable in mpt3sas_send_mctp_passthru_req()
André Draszik
1
-3
/
+0
2025-05-21
scsi: mpt3sas: Fix _ctl_get_mpt_mctp_passthru_adapter() to return IOC pointer
Shivasharan S
1
-1
/
+2
2025-03-27
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
9
-98
/
+414
2025-03-04
scsi: mpt3sas: Fix buffer overflow in mpt3sas_send_mctp_passthru_req()
Dan Carpenter
1
-1
/
+1
2025-02-28
scsi: mpt3sas: Mark device strings as nonstring
Kees Cook
2
-5
/
+5
2025-02-25
scsi: mpt3sas: Fix spelling mistake "receveid" -> "received"
Colin Ian King
1
-1
/
+1
2025-02-21
Merge patch series "mpt3sas driver udpates"
Martin K. Petersen
7
-6
/
+405
2025-02-21
scsi: mpt3sas: update driver version to 52.100.00.00
Shivasharan S
1
-2
/
+2
2025-02-21
scsi: mpt3sas: Send a diag reset if target reset fails
Shivasharan S
1
-2
/
+10
2025-02-21
scsi: mpt3sas: Report driver capability as part of IOCINFO command
Shivasharan S
2
-1
/
+8
2025-02-21
scsi: mpt3sas: Add support for MCTP Passthrough commands
Shivasharan S
3
-0
/
+318
2025-02-21
scsi: mpt3sas: Update MPI headers to 02.00.62 version
Shivasharan S
3
-1
/
+67
2025-02-19
scsi: mpt3sas: Fix a locking bug in an error path
Bart Van Assche
1
-5
/
+7
2025-02-13
scsi: mpt3sas: Reduce log level of ignore_delay_remove message to KERN_INFO
Paul Menzel
1
-1
/
+1
2025-02-04
scsi: mpt3sas: Remove unused config functions
Dr. David Alan Gilbert
2
-85
/
+0
2025-02-04
scsi: Constify struct pci_error_handlers
Christophe JAILLET
1
-1
/
+1
2025-01-27
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-15
/
+14
2025-01-10
Merge branch '6.13/scsi-fixes' into 6.14/scsi-staging
Martin K. Petersen
2
-5
/
+10
2025-01-02
scsi: mpt3sas: Set ioc->manu_pg11.EEDPTagMode directly to 1
Paul Menzel
1
-2
/
+1
2025-01-02
scsi: mpt3sas: Add details to EEDPTagMode error message
Paul Menzel
1
-1
/
+1
2024-12-23
scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
Daniel Wagner
1
-2
/
+1
2024-12-04
scsi: Rename .device_configure() into .sdev_configure()
Bart Van Assche
1
-4
/
+4
2024-12-04
scsi: Rename .slave_alloc() and .slave_destroy()
Bart Van Assche
1
-8
/
+8
2024-12-04
scsi: mpt3sas: Update driver version to 51.100.00.00
Ranjan Kumar
1
-4
/
+4
2024-12-04
scsi: mpt3sas: Diag-Reset when Doorbell-In-Use bit is set during driver load ...
Ranjan Kumar
1
-1
/
+6
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
2
-2
/
+2
2024-09-29
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+2
2024-09-19
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
3
-8
/
+4
2024-09-13
scsi: mpt3sas: Remove trailing space after \n newline
Colin Ian King
1
-3
/
+2
2024-08-23
scsi: mpt3sas: Simplify an alloc_ordered_workqueue() invocation
Bart Van Assche
2
-6
/
+2
2024-08-23
scsi: Expand all create*_workqueue() invocations
Bart Van Assche
1
-2
/
+2
[next]