summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpt3sas/mpt3sas_base.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+19
2024-06-06scsi: 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/gi...Linus 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-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-32/+67
2024-03-11scsi: mpt3sas: Replace deprecated strncpy() with strscpy()Justin Stitt1-1/+1
2024-02-27scsi: mpt3sas: Prevent sending diag_reset when the controller is readyRanjan Kumar1-1/+3
2024-01-25scsi: 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-25scsi: mpt3sas: Fix loop logicRanjan Kumar1-2/+2
2023-08-31scsi: mpt3sas: Remove volatile qualifierRanjan Kumar1-4/+4
2023-08-31scsi: mpt3sas: Perform additional retries if doorbell read returns 0Ranjan Kumar1-13/+33
2023-04-12scsi: mpt3sas: Remove HBA BIOS version in the kernel logRanjan Kumar1-8/+2
2023-04-01Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen1-5/+0
2023-03-25scsi: mpt3sas: Don't print sense pool info twiceJerry Snitselaar1-5/+0
2023-03-10scsi: mpt3sas: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-5/+0
2023-02-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+3
2023-02-09scsi: 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-09-01scsi: mpt3sas: Add support for ATTO ExpressSAS H12xx GT devicesBradley Grove1-6/+167
2022-07-08Merge branch '5.19/scsi-fixes' into 5.20/scsi-stagingMartin K. Petersen1-11/+12
2022-06-22scsi: mpt3sas: Fix whitespace and spelling mistakeZhang Jiaming1-4/+4
2022-06-08scsi: mpt3sas: Fix out-of-bounds compiler warningHelge Deller1-11/+12
2022-05-20scsi: mpt3sas: Fix junk chars displayed while printing ChipNameSreekanth Reddy1-1/+1
2022-04-26scsi: mpt3sas: Fix adapter replyPostRegisterIndex declarationDamien Le Moal1-4/+5
2022-04-26scsi: mpt3sas: Fix ioc->base_readl() useDamien Le Moal1-7/+6
2022-04-26scsi: mpt3sas: Fix writel() useDamien Le Moal1-5/+5
2022-04-07scsi: mpt3sas: Fix mpt3sas_check_same_4gb_region() kdoc commentDamien Le Moal1-2/+1
2022-03-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-28/+15
2022-03-15scsi: mpt3sas: Page fault in reply q processingMatt Lupfer1-2/+3
2022-03-09scsi: mpt3sas: Fix incorrect 4GB boundary checkSreekanth Reddy1-13/+12
2022-03-09scsi: mpt3sas: Remove scsi_dma_map() error messagesSreekanth Reddy1-15/+3
2021-12-10scsi: mpt3sas: Use irq_set_affinity_and_hint()Nitesh Narayan Lal1-11/+10
2021-11-19scsi: 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