summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpt3sas/mpt3sas_base.c
AgeCommit message (Expand)Author
2021-09-13scsi: mpt3sas: Call cpu_relax() before calling udelay()Sreekanth Reddy
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-08-11Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen
2021-08-11scsi: mpt3sas: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-08-09scsi: mpt3sas: Fix incorrectly assigned error return and checkColin Ian King
2021-08-09scsi: mpt3sas: Use firmware recommended queue depthSuganath Prabu S
2021-08-09scsi: mpt3sas: Add io_uring iopoll supportSreekanth Reddy
2021-07-19scsi: mpt3sas: Transition IOC to Ready state during shutdownSreekanth Reddy
2021-06-18scsi: mpt3sas: Fix Coverity reported issueSuganath Prabu S
2021-06-02scsi: mpt3sas: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-05-31scsi: mpt3sas: Handle firmware faults during second half of IOC initSuganath Prabu S
2021-05-31scsi: mpt3sas: Handle firmware faults during first half of IOC initSuganath Prabu S
2021-05-10scsi: mpt3sas: Documentation cleanupRandy Dunlap
2021-04-15scsi: mpt3sas: Fix two kernel-doc headersBart Van Assche
2021-04-05scsi: mpt3sas: Block PCI config access from userspace during resetSreekanth Reddy
2021-04-05Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen
2021-03-24scsi: mpt3sas: Fix a typoBhaskar Chowdhury
2021-03-24scsi: mpt3sas: Fix error return code of mpt3sas_base_attach()Jia-Ju Bai
2021-03-18scsi: mpt3sas: Force reply post array allocations to be within same 4 GB regionSuganath Prabu S
2021-03-18scsi: mpt3sas: Force reply post buffer allocations to be within same 4 GB regionSuganath Prabu S
2021-03-18scsi: mpt3sas: Force reply buffer allocations to be within same 4 GB regionSuganath Prabu S
2021-03-18scsi: mpt3sas: Force sense buffer allocations to be within same 4 GB regionSuganath Prabu S
2021-03-18scsi: mpt3sas: Force chain buffer allocations to be within same 4 GB regionSuganath Prabu S
2021-03-17scsi: mpt3sas: Force PCIe scatterlist allocations to be within same 4 GB regionSuganath Prabu S
2021-03-15scsi: mpt3sas: Fix misspelling of _base_put_smid_default_atomic()Lee Jones
2021-03-04scsi: core: Replace sdev->device_busy with sbitmapMing Lei
2021-02-08scsi: mpt3sas: Additional diagnostic buffer query interfaceSuganath Prabu S
2021-02-08scsi: mpt3sas: Add support for shared host tagset for CPU hotplugSreekanth Reddy
2021-02-08scsi: mpt3sas: Fix ReplyPostFree pool allocationSreekanth Reddy
2021-01-22scsi: mpt3sas: Simplify bool comparisonYANG LI
2021-01-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-12-09scsi: mpt3sas: Signedness bug in _base_get_diag_triggers()Dan Carpenter
2020-12-09scsi: mpt3sas: Handle trigger page after firmware updateSuganath Prabu S
2020-12-09scsi: mpt3sas: Add persistent MPI trigger pageSuganath Prabu S
2020-12-09scsi: mpt3sas: Add persistent SCSI sense trigger pageSuganath Prabu S
2020-12-09scsi: mpt3sas: Add persistent Event trigger pageSuganath Prabu S
2020-12-09scsi: mpt3sas: Add persistent Master trigger pageSuganath Prabu S
2020-12-09scsi: mpt3sas: Add persistent trigger pages supportSuganath Prabu S
2020-12-09scsi: mpt3sas: Sync time periodically between driver and firmwareSuganath Prabu S
2020-12-01scsi: mpt3sas: Increase IOCInit request timeout to 30sSreekanth Reddy
2020-11-02scsi: mpt3sas: Fix timeouts observed while reenabling IRQSreekanth Reddy
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-09-15scsi: mpt3sas: A small correction in _base_process_reply_queueTomas Henzl
2020-09-15scsi: mpt3sas: Fix sync irqsTomas Henzl
2020-09-15Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen
2020-09-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-09-02scsi: mpt3sas: Don't call disable_irq from IRQ poll handlerTomas Henzl
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20scsi: mpt3sas: Remove superfluous memset()Li Heng