summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpt3sas
Commit message (Expand)AuthorAgeFilesLines
* scsi: mpt3sas: Fix a typoBhaskar Chowdhury2021-03-241-1/+1
* scsi: mpt3sas: Fix a few kernel-doc issuesLee Jones2021-03-181-8/+10
* scsi: mpt3sas: Update driver version to 37.101.00.00Suganath Prabu S2021-03-181-2/+2
* 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-172-47/+113
* scsi: mpt3sas: Replace unnecessary dynamic allocation with a static oneGustavo A. R. Silva2021-03-172-17/+9
* scsi: mpt3sas: Fix some kernel-doc misnaming issuesLee Jones2021-03-151-8/+8
* scsi: mpt3sas: Fix a couple of misdocumented functions/paramsLee Jones2021-03-151-3/+4
* scsi: mpt3sas: Fix a bunch of potential naming doc-rotLee Jones2021-03-151-5/+5
* scsi: mpt3sas: Move a little data from the stack onto the heapLee Jones2021-03-151-12/+26
* scsi: mpt3sas: Fix misspelling of _base_put_smid_default_atomic()Lee Jones2021-03-151-1/+1
* scsi: core: Replace sdev->device_busy with sbitmapMing Lei2021-03-041-2/+1
* scsi: core: Add scsi_device_busy() wrapperMing Lei2021-03-041-1/+1
* scsi: mpt3sas: Update driver version to 37.100.00.00Suganath Prabu S2021-02-081-2/+2
* scsi: mpt3sas: Additional diagnostic buffer query interfaceSuganath Prabu S2021-02-086-4/+177
* scsi: mpt3sas: Add support for shared host tagset for CPU hotplugSreekanth Reddy2021-02-083-18/+75
* scsi: mpt3sas: Fix ReplyPostFree pool allocationSreekanth Reddy2021-02-081-1/+2
* scsi: mpt3sas: Simplify bool comparisonYANG LI2021-01-221-2/+2
* scsi: mpt3sas: Fix spelling mistake in Kconfig "compatiblity" -> "compatibility"Colin Ian King2021-01-051-1/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-01-011-1/+1
|\
| * scsi: mpt3sas: Signedness bug in _base_get_diag_triggers()Dan Carpenter2020-12-091-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-12-167-233/+2806
|\ \ | |/
| * scsi: mpt3sas: Update driver version to 36.100.00.00Suganath Prabu S2020-12-091-3/+3
| * scsi: mpt3sas: Handle trigger page after firmware updateSuganath Prabu S2020-12-091-1/+49
| * scsi: mpt3sas: Add persistent MPI trigger pageSuganath Prabu S2020-12-093-1/+224
| * scsi: mpt3sas: Add persistent SCSI sense trigger pageSuganath Prabu S2020-12-093-0/+222
| * scsi: mpt3sas: Add persistent Event trigger pageSuganath Prabu S2020-12-093-0/+226
| * scsi: mpt3sas: Add persistent Master trigger pageSuganath Prabu S2020-12-093-0/+203
| * scsi: mpt3sas: Add persistent trigger pages supportSuganath Prabu S2020-12-094-0/+303
| * scsi: mpt3sas: Sync time periodically between driver and firmwareSuganath Prabu S2020-12-092-3/+104
| * scsi: mpt3sas: Remove in_interrupt()Ahmed S. Darwish2020-12-011-1/+3
| * scsi: mpt3sas_scsih: Use generic power managementVaibhav Gupta2020-11-251-21/+13
| * scsi: mpt3sas_scsih: Drop PCI Wakeup calls from .resumeVaibhav Gupta2020-11-251-1/+0
| * scsi: mpt3sas: mpt3sas_scsih: Fix function documentation formattingLee Jones2020-11-101-4/+4
| * scsi: mpt3sas: Bump driver version to 35.101.00.00Sreekanth Reddy2020-11-041-2/+2
| * scsi: mpt3sas: Add module parameter multipath_on_hbaSreekanth Reddy2020-11-044-7/+76
| * scsi: mpt3sas: Handle vSES vphy object during HBA resetSreekanth Reddy2020-11-041-0/+233
| * scsi: mpt3sas: Add bypass_dirty_port_flag parameterSreekanth Reddy2020-11-043-30/+44
| * scsi: mpt3sas: Handling HBA vSES deviceSreekanth Reddy2020-11-043-11/+198
| * scsi: mpt3sas: Set valid PhysicalPort in SMPPassThroughSreekanth Reddy2020-11-043-6/+72
| * scsi: mpt3sas: Update hba_port objects after host resetSreekanth Reddy2020-11-041-0/+338
| * scsi: mpt3sas: Get sas_device objects using device's rphySreekanth Reddy2020-11-043-6/+47
| * scsi: mpt3sas: Rename transport_del_phy_from_an_existing_port()Sreekanth Reddy2020-11-042-12/+30
| * scsi: mpt3sas: Get device objects using sas_address & portIDSreekanth Reddy2020-11-043-87/+178
| * scsi: mpt3sas: Update hba_port's sas_address & phy_maskSreekanth Reddy2020-11-043-27/+126
| * scsi: mpt3sas: Rearrange _scsih_mark_responding_sas_device()Sreekanth Reddy2020-11-041-58/+58