aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/scsi/mpt3sas/mpt3sas_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-20Merge patch series "mpt3sas driver udpates"Martin K. Petersen1-0/+11
2025-02-20scsi: mpt3sas: Add support for MCTP Passthrough commandsShivasharan S1-0/+11
2025-02-18scsi: mpt3sas: Fix a locking bug in an error pathBart Van Assche1-5/+7
2025-01-10Merge branch '6.13/scsi-fixes' into 6.14/scsi-stagingMartin K. Petersen1-1/+6
2025-01-02scsi: mpt3sas: Set ioc->manu_pg11.EEDPTagMode directly to 1Paul Menzel1-2/+1
2025-01-02scsi: mpt3sas: Add details to EEDPTagMode error messagePaul Menzel1-1/+1
2024-12-04scsi: mpt3sas: Diag-Reset when Doorbell-In-Use bit is set during driver load timeRanjan Kumar1-1/+6
2024-09-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+2
2024-09-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2024-09-12scsi: mpt3sas: Remove trailing space after \n newlineColin Ian King1-3/+2
2024-08-22scsi: Expand all create*_workqueue() invocationsBart Van Assche1-2/+2
2024-07-29Merge branch '6.11/scsi-queue' into 6.11/scsi-fixesMartin K. Petersen1-2/+18
2024-07-22scsi: mpt3sas: Avoid IOMMU page faults on REPORT ZONESDamien Le Moal1-2/+18
2024-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+19
2024-06-05scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memoryBreno Leitao1-0/+19
2024-05-31scsi: mpt3sas: Avoid possible run-time warning with long manufacturer stringsKees Cook1-1/+1
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-1/+1
2024-05-16scsi: mpt3sas: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-03-25Merge patch series "scsi: replace deprecated strncpy"Martin K. Petersen1-1/+1
2024-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-32/+67
2024-03-10scsi: mpt3sas: Replace deprecated strncpy() with strscpy()Justin Stitt1-1/+1
2024-02-26scsi: mpt3sas: Prevent sending diag_reset when the controller is readyRanjan Kumar1-1/+3
2024-01-24scsi: mpt3sas: Reload SBR without rebooting HBARanjan Kumar1-32/+67
2023-11-15scsi: mpt3sas: Replace a dynamic allocation with a local variableJames Seo1-14/+5
2023-11-15scsi: mpt3sas: Fix typo of "TRIGGER"James Seo1-3/+3
2023-11-15scsi: mpt3sas: Remove the iounit_pg8 member of the per-adapter structJames Seo1-3/+4
2023-11-15scsi: mpt3sas: Use struct_size() for struct size calculationsJames Seo1-2/+1
2023-10-24scsi: mpt3sas: Fix loop logicRanjan Kumar1-2/+2
2023-08-30scsi: mpt3sas: Remove volatile qualifierRanjan Kumar1-4/+4
2023-08-30scsi: mpt3sas: Perform additional retries if doorbell read returns 0Ranjan Kumar1-13/+33
2023-04-11scsi: mpt3sas: Remove HBA BIOS version in the kernel logRanjan Kumar1-8/+2
2023-03-31Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen1-5/+0
2023-03-24scsi: mpt3sas: Don't print sense pool info twiceJerry Snitselaar1-5/+0
2023-03-09scsi: mpt3sas: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-5/+0
2023-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+3
2023-02-08scsi: mpt3sas: Fix a memory leakTomas Henzl1-0/+3
2022-11-17scsi: mpt3sas: Remove usage of dma_get_required_mask() APISreekanth Reddy1-2/+1
2022-10-25scsi: mpt3sas: re-do lost mpt3sas DMA mask fixSreekanth Reddy1-1/+1
2022-09-25scsi: mpt3sas: Revert "scsi: mpt3sas: Fix ioc->base_readl() use"Damien Le Moal1-6/+7
2022-09-25scsi: mpt3sas: Revert "scsi: mpt3sas: Fix writel() use"Damien Le Moal1-5/+5
2022-09-01scsi: mpt3sas: Don't change DMA mask while reallocating poolsSreekanth Reddy1-7/+14
2022-08-31scsi: mpt3sas: Add support for ATTO ExpressSAS H12xx GT devicesBradley Grove1-6/+167
2022-07-07Merge branch '5.19/scsi-fixes' into 5.20/scsi-stagingMartin K. Petersen1-11/+12
2022-06-21scsi: mpt3sas: Fix whitespace and spelling mistakeZhang Jiaming1-4/+4
2022-06-07scsi: mpt3sas: Fix out-of-bounds compiler warningHelge Deller1-11/+12
2022-05-19scsi: mpt3sas: Fix junk chars displayed while printing ChipNameSreekanth Reddy1-1/+1
2022-04-25scsi: mpt3sas: Fix adapter replyPostRegisterIndex declarationDamien Le Moal1-4/+5
2022-04-25scsi: mpt3sas: Fix ioc->base_readl() useDamien Le Moal1-7/+6
2022-04-25scsi: mpt3sas: Fix writel() useDamien Le Moal1-5/+5
2022-04-06scsi: mpt3sas: Fix mpt3sas_check_same_4gb_region() kdoc commentDamien Le Moal1-2/+1