summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas
Commit message (Expand)AuthorAgeFilesLines
* scsi: mpt3sas: Avoid IOMMU page faults on REPORT ZONESDamien Le Moal2024-08-141-2/+18
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2024-06-144-28/+21
|\
| * scsi: mpi3mr: Fix ATA NCQ priority supportDamien Le Moal2024-06-113-28/+2
| * scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memoryBreno Leitao2024-06-051-0/+19
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2024-06-061-2/+2
|\|
| * Merge branch '6.10/scsi-queue' into 6.10/scsi-fixesMartin K. Petersen2024-05-281-2/+2
| |\
| | * scsi: mpt3sas: Add missing kerneldoc parameter descriptionsDeming Wang2024-05-151-2/+2
* | | scsi: mpt3sas: Avoid possible run-time warning with long manufacturer stringsKees Cook2024-05-312-10/+6
|/ /
* | Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-211-1/+1
|\ \ | |/ |/|
| * scsi: mpt3sas: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal2024-05-161-1/+1
* | scsi: mpt3sas: Switch to using ->device_configureChristoph Hellwig2024-04-111-10/+8
* | Merge patch series "scsi: replace deprecated strncpy"Martin K. Petersen2024-03-252-10/+10
|\ \ | |/ |/|
| * scsi: mpt3sas: Replace deprecated strncpy() with strscpy()Justin Stitt2024-03-102-10/+10
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-03-165-34/+138
|\|
| * scsi: mpt3sas: Update driver version to 48.100.00.00Ranjan Kumar2024-01-241-2/+2
| * scsi: mpt3sas: Reload SBR without rebooting HBARanjan Kumar2024-01-245-32/+136
* | scsi: mpt3sas: Prevent sending diag_reset when the controller is readyRanjan Kumar2024-02-261-1/+3
|/
* scsi: mpt3sas: Suppress a warning in debug kernelTomas Henzl2023-11-153-18/+26
* scsi: mpt3sas: Replace dynamic allocations with local variablesJames Seo2023-11-151-25/+12
* scsi: mpt3sas: Replace a dynamic allocation with a local variableJames Seo2023-11-151-14/+5
* scsi: mpt3sas: Fix typo of "TRIGGER"James Seo2023-11-153-28/+28
* scsi: mpt3sas: Fix an outdated commentJames Seo2023-11-151-1/+1
* scsi: mpt3sas: Remove the iounit_pg8 member of the per-adapter structJames Seo2023-11-152-5/+4
* scsi: mpt3sas: Use struct_size() for struct size calculationsJames Seo2023-11-154-22/+11
* scsi: mpt3sas: Make MPI26_CONFIG_PAGE_PIOUNIT_1::PhyData[] a flexible arrayJames Seo2023-11-151-6/+3
* scsi: mpt3sas: Make MPI2_CONFIG_PAGE_SASIOUNIT_1::PhyData[] a flexible arrayJames Seo2023-11-151-6/+3
* scsi: mpt3sas: Make MPI2_CONFIG_PAGE_SASIOUNIT_0::PhyData[] a flexible arrayJames Seo2023-11-151-7/+3
* scsi: mpt3sas: Make MPI2_CONFIG_PAGE_RAID_VOL_0::PhysDisk[] a flexible arrayJames Seo2023-11-151-7/+3
* scsi: mpt3sas: Make MPI2_CONFIG_PAGE_IO_UNIT_8::Sensor[] a flexible arrayJames Seo2023-11-151-7/+3
* scsi: mpt3sas: Use flexible arrays when obviously possibleJames Seo2023-11-153-165/+75
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-11-021-2/+2
|\
| * scsi: mpt3sas: Fix loop logicRanjan Kumar2023-10-241-2/+2
* | scsi: mpt3sas: Fix in error pathTomas Henzl2023-10-161-1/+3
|/
* scsi: mpt3sas: Remove volatile qualifierRanjan Kumar2023-08-303-6/+6
* scsi: mpt3sas: Perform additional retries if doorbell read returns 0Ranjan Kumar2023-08-302-13/+34
* scsi: mpt3sas: Fix an issue when driver is being removedTomas Henzl2023-04-111-2/+2
* 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-312-7/+12
|\
| * scsi: mpt3sas: Don't print sense pool info twiceJerry Snitselaar2023-03-241-5/+0
| * scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add()Wenchao Hao2023-03-071-2/+12
* | Merge patch series "Constify most SCSI host templates"Martin K. Petersen2023-03-241-2/+2
|\ \
| * | scsi: mpt3sas: Declare SCSI host template constBart Van Assche2023-03-241-2/+2
| |/
* / scsi: mpt3sas: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-092-6/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-02-222-1/+4
|\
| * scsi: mpt3sas: Fix a memory leakTomas Henzl2023-02-081-0/+3
| * scsi: mpt3sas: Demote log level for trace buffer allocation to infoPaul Menzel2023-01-181-1/+1
* | Merge branch '6.2/mpt-mpi' into 6.2/scsi-fixesMartin K. Petersen2022-12-301-2/+1
|\ \ | |/ |/|
| * scsi: mpt3sas: Remove usage of dma_get_required_mask() APISreekanth Reddy2022-11-171-2/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-141-0/+2
|\ \ | |/ |/|
| * scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add()Yang Yingliang2022-11-251-0/+2