aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_base.c
AgeCommit message (Expand)Author
2024-02-26scsi: mpt3sas: Prevent sending diag_reset when the controller is readyRanjan Kumar
2023-11-15scsi: mpt3sas: Replace a dynamic allocation with a local variableJames Seo
2023-11-15scsi: mpt3sas: Fix typo of "TRIGGER"James Seo
2023-11-15scsi: mpt3sas: Remove the iounit_pg8 member of the per-adapter structJames Seo
2023-11-15scsi: mpt3sas: Use struct_size() for struct size calculationsJames Seo
2023-10-24scsi: mpt3sas: Fix loop logicRanjan Kumar
2023-08-30scsi: mpt3sas: Remove volatile qualifierRanjan Kumar
2023-08-30scsi: mpt3sas: Perform additional retries if doorbell read returns 0Ranjan Kumar
2023-04-11scsi: mpt3sas: Remove HBA BIOS version in the kernel logRanjan Kumar
2023-03-31Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen
2023-03-24scsi: mpt3sas: Don't print sense pool info twiceJerry Snitselaar
2023-03-09scsi: mpt3sas: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-02-08scsi: mpt3sas: Fix a memory leakTomas Henzl
2022-11-17scsi: mpt3sas: Remove usage of dma_get_required_mask() APISreekanth Reddy
2022-10-25scsi: mpt3sas: re-do lost mpt3sas DMA mask fixSreekanth Reddy
2022-09-25scsi: mpt3sas: Revert "scsi: mpt3sas: Fix ioc->base_readl() use"Damien Le Moal
2022-09-25scsi: mpt3sas: Revert "scsi: mpt3sas: Fix writel() use"Damien Le Moal
2022-09-01scsi: mpt3sas: Don't change DMA mask while reallocating poolsSreekanth Reddy
2022-08-31scsi: mpt3sas: Add support for ATTO ExpressSAS H12xx GT devicesBradley Grove
2022-07-07Merge branch '5.19/scsi-fixes' into 5.20/scsi-stagingMartin K. Petersen
2022-06-21scsi: mpt3sas: Fix whitespace and spelling mistakeZhang Jiaming
2022-06-07scsi: mpt3sas: Fix out-of-bounds compiler warningHelge Deller
2022-05-19scsi: mpt3sas: Fix junk chars displayed while printing ChipNameSreekanth Reddy
2022-04-25scsi: mpt3sas: Fix adapter replyPostRegisterIndex declarationDamien Le Moal
2022-04-25scsi: mpt3sas: Fix ioc->base_readl() useDamien Le Moal
2022-04-25scsi: mpt3sas: Fix writel() useDamien Le Moal
2022-04-06scsi: mpt3sas: Fix mpt3sas_check_same_4gb_region() kdoc commentDamien Le Moal
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-14scsi: mpt3sas: Page fault in reply q processingMatt Lupfer
2022-03-08scsi: mpt3sas: Fix incorrect 4GB boundary checkSreekanth Reddy
2022-03-08scsi: mpt3sas: Remove scsi_dma_map() error messagesSreekanth Reddy
2021-12-10scsi: mpt3sas: Use irq_set_affinity_and_hint()Nitesh Narayan Lal
2021-11-18scsi: mpt3sas: Fix incorrect system timestampSreekanth Reddy
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