index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
mpi3mr
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-36
/
+22
2021-10-18
scsi: mpi3mr: Use scnprintf() instead of snprintf()
Dan Carpenter
1
-2
/
+2
2021-10-16
scsi: mpi3mr: Fix duplicate device entries when scanning through sysfs
Sreekanth Reddy
1
-1
/
+1
2021-10-16
scsi: mpi3mr: Call scsi_done() directly
Bart Van Assche
1
-13
/
+13
2021-10-04
scsi: mpi3mr: Clean up mpi3mr_print_ioc_info()
Dan Carpenter
1
-23
/
+9
2021-08-24
scsi: mpi3mr: Set up IRQs in resume path
Kashyap Desai
3
-25
/
+44
2021-08-12
scsi: mpi3mr: Use the proper SCSI midlayer interfaces for PI
Martin K. Petersen
1
-39
/
+20
2021-08-11
scsi: mpi3mr: Use scsi_cmd_to_rq() instead of scsi_cmnd.request
Bart Van Assche
1
-4
/
+4
2021-07-12
scsi: mpi3mr: Fix W=1 compilation warnings
Sreekanth Reddy
1
-8
/
+7
2021-06-29
scsi: mpi3mr: Fix warnings reported by smatch
Sreekanth Reddy
1
-2
/
+3
2021-06-18
scsi: mpi3mr: Make some symbols static
Yang Yingliang
3
-3
/
+3
2021-06-18
scsi: mpi3mr: Fix error return code in mpi3mr_init_ioc()
Yang Yingliang
1
-0
/
+2
2021-06-18
scsi: mpi3mr: Fix missing unlock on error
Yang Yingliang
1
-2
/
+2
2021-06-09
scsi: mpi3mr: Fix error handling in mpi3mr_setup_isr()
Dan Carpenter
1
-11
/
+13
2021-06-09
scsi: mpi3mr: Delete unnecessary NULL check
Dan Carpenter
1
-2
/
+1
2021-06-09
scsi: mpi3mr: Fix a double free
Tomas Henzl
1
-6
/
+1
2021-06-07
scsi: mpi3mr: Fix fall-through warning for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-06-02
Merge branch '5.14/scsi-result' into 5.14/scsi-staging
Martin K. Petersen
1
-10
/
+5
2021-06-02
scsi: mpi3mr: Add event handling debug prints
Kashyap Desai
2
-1
/
+280
2021-06-02
scsi: mpi3mr: Add EEDP DIF DIX support
Kashyap Desai
3
-5
/
+308
2021-06-02
scsi: mpi3mr: Add support for DSN secure firmware check
Kashyap Desai
2
-0
/
+89
2021-06-02
scsi: mpi3mr: Add support for PM suspend and resume
Kashyap Desai
1
-0
/
+84
2021-06-02
scsi: mpi3mr: Wait for pending I/O completions upon detection of VD I/O timeout
Kashyap Desai
3
-0
/
+58
2021-06-02
scsi: mpi3mr: Print pending host I/Os for debugging
Kashyap Desai
1
-0
/
+69
2021-06-02
scsi: mpi3mr: Complete support for soft reset
Kashyap Desai
2
-2
/
+247
2021-06-02
scsi: mpi3mr: Add support for threaded ISR
Kashyap Desai
2
-3
/
+88
2021-06-02
scsi: mpi3mr: Hardware workaround for UNMAP commands to NVMe drives
Kashyap Desai
1
-0
/
+100
2021-06-02
scsi: mpi3mr: Allow certain commands during pci-remove hook
Kashyap Desai
1
-1
/
+22
2021-06-02
scsi: mpi3mr: Add change queue depth support
Kashyap Desai
2
-0
/
+33
2021-06-02
scsi: mpi3mr: Implement SCSI error handler hooks
Kashyap Desai
3
-0
/
+385
2021-06-02
scsi: mpi3mr: Add bios_param SCSI host template hook
Kashyap Desai
1
-0
/
+41
2021-06-02
scsi: mpi3mr: Print IOC info for debugging
Kashyap Desai
2
-0
/
+96
2021-06-02
scsi: mpi3mr: Add support for timestamp sync with firmware
Kashyap Desai
2
-0
/
+77
2021-06-02
scsi: mpi3mr: Add support for recovering controller
Kashyap Desai
3
-42
/
+478
2021-06-02
scsi: mpi3mr: Additional event handling
Kashyap Desai
2
-0
/
+39
2021-06-02
scsi: mpi3mr: Add support for PCIe device event handling
Kashyap Desai
2
-0
/
+203
2021-06-02
scsi: mpi3mr: Add support for device add/remove event handling
Kashyap Desai
5
-3
/
+3768
2021-06-02
scsi: mpi3mr: Add support for internal watchdog thread
Kashyap Desai
3
-1
/
+140
2021-06-02
scsi: mpi3mr: Add support for queue command processing
Kashyap Desai
3
-2
/
+927
2021-06-02
scsi: mpi3mr: Create operational request and reply queue pair
Kashyap Desai
3
-1
/
+655
2021-06-02
scsi: mpi3mr: Base driver code
Kashyap Desai
5
-0
/
+2761
2021-06-02
scsi: mpi3mr: Add mpi30 Rev-R headers and Kconfig
Kashyap Desai
5
-0
/
+1849