summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpt3sas/mpt3sas_base.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: mpt3sas: Remove HBA BIOS version in the kernel logRanjan Kumar2023-04-111-8/+2
* Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen2023-03-311-5/+0
|\
| * scsi: mpt3sas: Don't print sense pool info twiceJerry Snitselaar2023-03-241-5/+0
* | scsi: mpt3sas: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-091-5/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-02-221-0/+3
|\
| * scsi: mpt3sas: Fix a memory leakTomas Henzl2023-02-081-0/+3
* | scsi: mpt3sas: Remove usage of dma_get_required_mask() APISreekanth Reddy2022-11-171-2/+1
|/
* scsi: mpt3sas: re-do lost mpt3sas DMA mask fixSreekanth Reddy2022-10-251-1/+1
* scsi: mpt3sas: Revert "scsi: mpt3sas: Fix ioc->base_readl() use"Damien Le Moal2022-09-251-6/+7
* scsi: mpt3sas: Revert "scsi: mpt3sas: Fix writel() use"Damien Le Moal2022-09-251-5/+5
* scsi: mpt3sas: Don't change DMA mask while reallocating poolsSreekanth Reddy2022-09-011-7/+14
* scsi: mpt3sas: Add support for ATTO ExpressSAS H12xx GT devicesBradley Grove2022-08-311-6/+167
* Merge branch '5.19/scsi-fixes' into 5.20/scsi-stagingMartin K. Petersen2022-07-071-11/+12
|\
| * scsi: mpt3sas: Fix out-of-bounds compiler warningHelge Deller2022-06-071-11/+12
* | scsi: mpt3sas: Fix whitespace and spelling mistakeZhang Jiaming2022-06-211-4/+4
|/
* scsi: mpt3sas: Fix junk chars displayed while printing ChipNameSreekanth Reddy2022-05-191-1/+1
* scsi: mpt3sas: Fix adapter replyPostRegisterIndex declarationDamien Le Moal2022-04-251-4/+5
* scsi: mpt3sas: Fix ioc->base_readl() useDamien Le Moal2022-04-251-7/+6
* scsi: mpt3sas: Fix writel() useDamien Le Moal2022-04-251-5/+5
* scsi: mpt3sas: Fix mpt3sas_check_same_4gb_region() kdoc commentDamien Le Moal2022-04-061-2/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-28/+15
|\
| * scsi: mpt3sas: Fix incorrect 4GB boundary checkSreekanth Reddy2022-03-081-13/+12
| * scsi: mpt3sas: Remove scsi_dma_map() error messagesSreekanth Reddy2022-03-081-15/+3
* | scsi: mpt3sas: Page fault in reply q processingMatt Lupfer2022-03-141-2/+3
|/
* scsi: mpt3sas: Use irq_set_affinity_and_hint()Nitesh Narayan Lal2021-12-101-11/+10
* scsi: mpt3sas: Fix incorrect system timestampSreekanth Reddy2021-11-181-2/+2
* scsi: mpt3sas: Call cpu_relax() before calling udelay()Sreekanth Reddy2021-09-131-1/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-021-24/+293
|\
| * Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen2021-08-111-16/+16
| |\
| * | scsi: mpt3sas: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-2/+2
| * | scsi: mpt3sas: Use firmware recommended queue depthSuganath Prabu S2021-08-091-0/+70
| * | scsi: mpt3sas: Add io_uring iopoll supportSreekanth Reddy2021-08-091-22/+221
* | | scsi: mpt3sas: Fix incorrectly assigned error return and checkColin Ian King2021-08-091-1/+1
| |/ |/|
* | scsi: mpt3sas: Transition IOC to Ready state during shutdownSreekanth Reddy2021-07-191-16/+16
|/
* scsi: mpt3sas: Fix Coverity reported issueSuganath Prabu S2021-06-181-1/+1
* scsi: mpt3sas: Fix fall-through warnings for ClangGustavo A. R. Silva2021-06-021-0/+1
* scsi: mpt3sas: Handle firmware faults during second half of IOC initSuganath Prabu S2021-05-311-4/+4
* scsi: mpt3sas: Handle firmware faults during first half of IOC initSuganath Prabu S2021-05-311-73/+180
* scsi: mpt3sas: Documentation cleanupRandy Dunlap2021-05-101-49/+50
* scsi: mpt3sas: Fix two kernel-doc headersBart Van Assche2021-04-151-2/+2
* scsi: mpt3sas: Block PCI config access from userspace during resetSreekanth Reddy2021-04-051-0/+4
* Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen2021-04-051-2/+6
|\
| * scsi: mpt3sas: Fix error return code of mpt3sas_base_attach()Jia-Ju Bai2021-03-241-2/+6
* | scsi: mpt3sas: Fix a typoBhaskar Chowdhury2021-03-241-1/+1
* | scsi: mpt3sas: Force reply post array allocations to be within same 4 GB regionSuganath Prabu S2021-03-181-16/+39
* | scsi: mpt3sas: Force reply post buffer allocations to be within same 4 GB regionSuganath Prabu S2021-03-181-17/+42
* | scsi: mpt3sas: Force reply buffer allocations to be within same 4 GB regionSuganath Prabu S2021-03-181-23/+40
* | scsi: mpt3sas: Force sense buffer allocations to be within same 4 GB regionSuganath Prabu S2021-03-181-46/+40
* | scsi: mpt3sas: Force chain buffer allocations to be within same 4 GB regionSuganath Prabu S2021-03-181-26/+57
* | scsi: mpt3sas: Force PCIe scatterlist allocations to be within same 4 GB regionSuganath Prabu S2021-03-171-47/+112