summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpt3sas/mpt3sas_base.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-08scsi: mpt3sas: Fix incorrect 4GB boundary checkSreekanth Reddy1-13/+12
2022-03-23scsi: mpt3sas: Page fault in reply q processingMatt Lupfer1-2/+3
2021-12-01scsi: mpt3sas: Fix incorrect system timestampSreekanth Reddy1-2/+2
2021-09-14scsi: mpt3sas: Call cpu_relax() before calling udelay()Sreekanth Reddy1-1/+3
2021-09-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-24/+293
2021-08-12Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen1-16/+16
2021-08-12scsi: mpt3sas: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-2/+2
2021-08-10scsi: mpt3sas: Fix incorrectly assigned error return and checkColin Ian King1-1/+1
2021-08-10scsi: mpt3sas: Use firmware recommended queue depthSuganath Prabu S1-0/+70
2021-08-10scsi: mpt3sas: Add io_uring iopoll supportSreekanth Reddy1-22/+221
2021-07-20scsi: mpt3sas: Transition IOC to Ready state during shutdownSreekanth Reddy1-16/+16
2021-06-19scsi: mpt3sas: Fix Coverity reported issueSuganath Prabu S1-1/+1
2021-06-02scsi: mpt3sas: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-06-01scsi: mpt3sas: Handle firmware faults during second half of IOC initSuganath Prabu S1-4/+4
2021-06-01scsi: mpt3sas: Handle firmware faults during first half of IOC initSuganath Prabu S1-73/+180
2021-05-10scsi: mpt3sas: Documentation cleanupRandy Dunlap1-49/+50
2021-04-16scsi: mpt3sas: Fix two kernel-doc headersBart Van Assche1-2/+2
2021-04-06scsi: mpt3sas: Block PCI config access from userspace during resetSreekanth Reddy1-0/+4
2021-04-06Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen1-2/+6
2021-03-25scsi: mpt3sas: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-25scsi: mpt3sas: Fix error return code of mpt3sas_base_attach()Jia-Ju Bai1-2/+6
2021-03-19scsi: mpt3sas: Force reply post array allocations to be within same 4 GB regionSuganath Prabu S1-16/+39
2021-03-19scsi: mpt3sas: Force reply post buffer allocations to be within same 4 GB regionSuganath Prabu S1-17/+42
2021-03-19scsi: mpt3sas: Force reply buffer allocations to be within same 4 GB regionSuganath Prabu S1-23/+40
2021-03-19scsi: mpt3sas: Force sense buffer allocations to be within same 4 GB regionSuganath Prabu S1-46/+40
2021-03-19scsi: mpt3sas: Force chain buffer allocations to be within same 4 GB regionSuganath Prabu S1-26/+57
2021-03-17scsi: mpt3sas: Force PCIe scatterlist allocations to be within same 4 GB regionSuganath Prabu S1-47/+112
2021-03-16scsi: mpt3sas: Fix misspelling of _base_put_smid_default_atomic()Lee Jones1-1/+1
2021-03-05scsi: core: Replace sdev->device_busy with sbitmapMing Lei1-2/+1
2021-02-09scsi: mpt3sas: Additional diagnostic buffer query interfaceSuganath Prabu S1-1/+4
2021-02-09scsi: mpt3sas: Add support for shared host tagset for CPU hotplugSreekanth Reddy1-17/+33
2021-02-09scsi: mpt3sas: Fix ReplyPostFree pool allocationSreekanth Reddy1-1/+2
2021-01-23scsi: mpt3sas: Simplify bool comparisonYANG LI1-2/+2
2021-01-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2020-12-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+434
2020-12-09scsi: mpt3sas: Signedness bug in _base_get_diag_triggers()Dan Carpenter1-1/+1
2020-12-09scsi: mpt3sas: Handle trigger page after firmware updateSuganath Prabu S1-1/+49
2020-12-09scsi: mpt3sas: Add persistent MPI trigger pageSuganath Prabu S1-1/+60
2020-12-09scsi: mpt3sas: Add persistent SCSI sense trigger pageSuganath Prabu S1-0/+59
2020-12-09scsi: mpt3sas: Add persistent Event trigger pageSuganath Prabu S1-0/+60
2020-12-09scsi: mpt3sas: Add persistent Master trigger pageSuganath Prabu S1-0/+46
2020-12-09scsi: mpt3sas: Add persistent trigger pages supportSuganath Prabu S1-0/+70
2020-12-09scsi: mpt3sas: Sync time periodically between driver and firmwareSuganath Prabu S1-2/+91
2020-12-01scsi: mpt3sas: Increase IOCInit request timeout to 30sSreekanth Reddy1-1/+1
2020-11-03scsi: mpt3sas: Fix timeouts observed while reenabling IRQSreekanth Reddy1-0/+7
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-21/+46
2020-09-16scsi: mpt3sas: A small correction in _base_process_reply_queueTomas Henzl1-1/+1
2020-09-16scsi: mpt3sas: Fix sync irqsTomas Henzl1-5/+9
2020-09-15Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen1-1/+1
2020-09-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1