index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
mpt3sas
/
mpt3sas_base.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-19
scsi: mpt3sas: Transition IOC to Ready state during shutdown
Sreekanth Reddy
1
-16
/
+16
2021-06-18
scsi: mpt3sas: Fix Coverity reported issue
Suganath Prabu S
1
-1
/
+1
2021-06-02
scsi: mpt3sas: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-05-31
scsi: mpt3sas: Handle firmware faults during second half of IOC init
Suganath Prabu S
1
-4
/
+4
2021-05-31
scsi: mpt3sas: Handle firmware faults during first half of IOC init
Suganath Prabu S
1
-73
/
+180
2021-05-10
scsi: mpt3sas: Documentation cleanup
Randy Dunlap
1
-49
/
+50
2021-04-15
scsi: mpt3sas: Fix two kernel-doc headers
Bart Van Assche
1
-2
/
+2
2021-04-05
scsi: mpt3sas: Block PCI config access from userspace during reset
Sreekanth Reddy
1
-0
/
+4
2021-04-05
Merge branch '5.12/scsi-fixes' into 5.13/scsi-staging
Martin K. Petersen
1
-2
/
+6
2021-03-24
scsi: mpt3sas: Fix a typo
Bhaskar Chowdhury
1
-1
/
+1
2021-03-24
scsi: mpt3sas: Fix error return code of mpt3sas_base_attach()
Jia-Ju Bai
1
-2
/
+6
2021-03-18
scsi: mpt3sas: Force reply post array allocations to be within same 4 GB region
Suganath Prabu S
1
-16
/
+39
2021-03-18
scsi: mpt3sas: Force reply post buffer allocations to be within same 4 GB region
Suganath Prabu S
1
-17
/
+42
2021-03-18
scsi: mpt3sas: Force reply buffer allocations to be within same 4 GB region
Suganath Prabu S
1
-23
/
+40
2021-03-18
scsi: mpt3sas: Force sense buffer allocations to be within same 4 GB region
Suganath Prabu S
1
-46
/
+40
2021-03-18
scsi: mpt3sas: Force chain buffer allocations to be within same 4 GB region
Suganath Prabu S
1
-26
/
+57
2021-03-17
scsi: mpt3sas: Force PCIe scatterlist allocations to be within same 4 GB region
Suganath Prabu S
1
-47
/
+112
2021-03-15
scsi: mpt3sas: Fix misspelling of _base_put_smid_default_atomic()
Lee Jones
1
-1
/
+1
2021-03-04
scsi: core: Replace sdev->device_busy with sbitmap
Ming Lei
1
-2
/
+1
2021-02-08
scsi: mpt3sas: Additional diagnostic buffer query interface
Suganath Prabu S
1
-1
/
+4
2021-02-08
scsi: mpt3sas: Add support for shared host tagset for CPU hotplug
Sreekanth Reddy
1
-17
/
+33
2021-02-08
scsi: mpt3sas: Fix ReplyPostFree pool allocation
Sreekanth Reddy
1
-1
/
+2
2021-01-22
scsi: mpt3sas: Simplify bool comparison
YANG LI
1
-2
/
+2
2021-01-01
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-1
/
+1
2020-12-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+434
2020-12-09
scsi: mpt3sas: Signedness bug in _base_get_diag_triggers()
Dan Carpenter
1
-1
/
+1
2020-12-09
scsi: mpt3sas: Handle trigger page after firmware update
Suganath Prabu S
1
-1
/
+49
2020-12-09
scsi: mpt3sas: Add persistent MPI trigger page
Suganath Prabu S
1
-1
/
+60
2020-12-09
scsi: mpt3sas: Add persistent SCSI sense trigger page
Suganath Prabu S
1
-0
/
+59
2020-12-09
scsi: mpt3sas: Add persistent Event trigger page
Suganath Prabu S
1
-0
/
+60
2020-12-09
scsi: mpt3sas: Add persistent Master trigger page
Suganath Prabu S
1
-0
/
+46
2020-12-09
scsi: mpt3sas: Add persistent trigger pages support
Suganath Prabu S
1
-0
/
+70
2020-12-09
scsi: mpt3sas: Sync time periodically between driver and firmware
Suganath Prabu S
1
-2
/
+91
2020-12-01
scsi: mpt3sas: Increase IOCInit request timeout to 30s
Sreekanth Reddy
1
-1
/
+1
2020-11-02
scsi: mpt3sas: Fix timeouts observed while reenabling IRQ
Sreekanth Reddy
1
-0
/
+7
2020-10-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-21
/
+46
2020-09-15
scsi: mpt3sas: A small correction in _base_process_reply_queue
Tomas Henzl
1
-1
/
+1
2020-09-15
scsi: mpt3sas: Fix sync irqs
Tomas Henzl
1
-5
/
+9
2020-09-15
Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufs
Martin K. Petersen
1
-1
/
+1
2020-09-08
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-1
/
+1
2020-09-02
scsi: mpt3sas: Don't call disable_irq from IRQ poll handler
Tomas Henzl
1
-1
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-20
scsi: mpt3sas: Remove superfluous memset()
Li Heng
1
-1
/
+0
2020-08-20
scsi: mpt3sas: Postprocessing of target and LUN reset
Suganath Prabu S
1
-1
/
+5
2020-08-20
scsi: mpt3sas: Rename and export interrupt mask/unmask functions
Suganath Prabu S
1
-13
/
+11
2020-08-20
scsi: mpt3sas: Dump system registers for debugging
Suganath Prabu S
1
-0
/
+20
2020-07-08
scsi: mpt3sas: Fix kdoc comments format
Damien Le Moal
1
-6
/
+8
2020-06-02
scsi: mpt3sas: Fix memset() in non-RDPQ mode
Suganath Prabu S
1
-4
/
+1
2020-05-26
scsi: mpt3sas: Fix reply queue count in non RDPQ mode
Suganath Prabu S
1
-4
/
+5
2020-05-11
scsi: mpt3sas: Fix double free warnings
Suganath Prabu S
1
-0
/
+2
[prev]
[next]