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
/
mpi3mr
Age
Commit message (
Expand
)
Author
Lines
2026-02-28
scsi: mpi3mr: Clear reset history on ready and recheck state after timeout
Ranjan Kumar
-0
/
+10
2026-02-23
Merge branch '7.0/scsi-queue' into 7.0/scsi-fixes
Martin K. Petersen
-15
/
+19
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-4
/
+3
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-8
/
+8
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-26
/
+22
2026-02-17
scsi: mpi3mr: Add NULL checks when resetting request and reply queues
Ranjan Kumar
-15
/
+19
2026-02-12
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-49
/
+485
2026-02-03
scsi: mpi3mr: Make driver probing asynchronous
Guixin Liu
-1
/
+4
2026-01-23
Merge patch series "mpi3mr: Enhancements for mpi3mr"
Martin K. Petersen
-40
/
+478
2026-01-23
scsi: mpi3mr: Driver version update to 8.17.0.3.50
Ranjan Kumar
-2
/
+2
2026-01-23
scsi: mpi3mr: Fixed the W=1 compilation warning
Ranjan Kumar
-5
/
+7
2026-01-23
scsi: mpi3mr: Record and report controller firmware faults
Ranjan Kumar
-0
/
+135
2026-01-23
scsi: mpi3mr: Update MPI Headers to revision 39
Ranjan Kumar
-12
/
+197
2026-01-23
scsi: mpi3mr: Use negotiated link rate from DevicePage0
Ranjan Kumar
-12
/
+111
2026-01-23
scsi: mpi3mr: Avoid redundant diag-fault resets
Ranjan Kumar
-3
/
+10
2026-01-23
scsi: mpi3mr: Rename log data save helper to reflect threaded/BH context
Ranjan Kumar
-4
/
+9
2026-01-23
scsi: mpi3mr: Add module parameter to control threaded IRQ polling
Ranjan Kumar
-2
/
+7
2026-01-23
scsi: Change the return type of the .queuecommand() callback
Bart Van Assche
-2
/
+2
2026-01-11
scsi: mpi3mr: Simplify the workqueue allocation code
Bart Van Assche
-6
/
+1
2025-12-16
scsi: mpi3mr: Read missing IOCFacts flag for reply queue full overflow
Chandrakanth Patil
-0
/
+3
2025-11-29
scsi: mpi3mr: Prevent duplicate SAS/SATA device entries in channel 1
Suganath Prabu S
-3
/
+5
2025-10-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-15
/
+88
2025-08-25
scsi: mpi3mr: Update driver version to 8.15.0.5.50
Chandrakanth Patil
-2
/
+2
2025-08-25
scsi: mpi3mr: Fix premature TM timeouts on virtual drives
Chandrakanth Patil
-5
/
+17
2025-08-25
scsi: mpi3mr: Update MPI headers to revision 37
Chandrakanth Patil
-2
/
+41
2025-08-25
scsi: mpi3mr: Fix I/O failures during controller reset
Chandrakanth Patil
-0
/
+5
2025-08-25
scsi: mpi3mr: Fix controller init failure on fault during queue creation
Chandrakanth Patil
-0
/
+10
2025-08-25
scsi: mpi3mr: Fix device loss during enclosure reboot due to zero link speed
Chandrakanth Patil
-6
/
+13
2025-08-13
scsi: switch ->bios_param() to passing gendisk
Al Viro
-2
/
+2
2025-07-14
Merge patch series "mpi3mr: Few minor bug fixes"
Martin K. Petersen
-8
/
+21
2025-07-14
scsi: mpi3mr: Update driver version to 8.14.0.5.50
Ranjan Kumar
-2
/
+2
2025-07-14
scsi: mpi3mr: Serialize admin queue BAR writes on 32-bit systems
Ranjan Kumar
-4
/
+17
2025-07-14
scsi: mpi3mr: Drop unnecessary volatile from __iomem pointers
Ranjan Kumar
-3
/
+3
2025-07-14
scsi: mpi3mr: Fix race between config read submit and interrupt completion
Ranjan Kumar
-1
/
+1
2025-06-24
scsi: mpi3mr: Fix kernel-doc issues in mpi3mr_app.c
Randy Dunlap
-4
/
+6
2025-06-19
scsi: mpi3mr: Correctly handle ATA device errors
Damien Le Moal
-1
/
+19
2025-04-28
scsi: mpi3mr: Event processing debug improvement
Ranjan Kumar
-17
/
+50
2025-04-28
Merge branch '6.15/scsi-fixes' into 6.16/scsi-staging
Martin K. Petersen
-1
/
+7
2025-04-21
scsi: mpi3mr: Fix typo and grammar
Chelsy Ratnawat
-3
/
+3
2025-04-21
scsi: mpi3mr: Add level check to control event logging
Ranjan Kumar
-0
/
+3
2025-04-11
scsi: mpi3mr: Reset the pending interrupt flag
Ranjan Kumar
-0
/
+3
2025-04-11
scsi: mpi3mr: Fix pending I/O counter
Ranjan Kumar
-1
/
+1
2025-03-26
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-28
/
+460
2025-03-10
scsi: mpi3mr: Task Abort EH Support
Chandrakanth Patil
-0
/
+99
2025-02-28
scsi: mpi3mr: Mark device strings as nonstring
Kees Cook
-4
/
+4
2025-02-24
Merge patch series "mpi3mr: Few Enhancements and minor fixes"
Martin K. Petersen
-6
/
+80
2025-02-24
scsi: mpi3mr: Update driver version to 8.13.0.5.50
Ranjan Kumar
-2
/
+2
2025-02-24
scsi: mpi3mr: Check admin reply queue from Watchdog
Ranjan Kumar
-1
/
+12
2025-02-24
scsi: mpi3mr: Update timestamp only for supervisor IOCs
Ranjan Kumar
-1
/
+4
[next]