summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpt3sas
AgeCommit message (Expand)AuthorFilesLines
2021-03-19scsi: mpt3sas: Fix a few kernel-doc issuesLee Jones1-8/+10
2021-03-19scsi: mpt3sas: Update driver version to 37.101.00.00Suganath Prabu S1-2/+2
2021-03-19scsi: mpt3sas: Force reply post array allocations to be within same 4 GB regionSuganath Prabu S1-16/+39
2021-03-19scsi: mpt3sas: Force reply post buffer allocations to be within same 4 GB regionSuganath Prabu S1-17/+42
2021-03-19scsi: mpt3sas: Force reply buffer allocations to be within same 4 GB regionSuganath Prabu S1-23/+40
2021-03-19scsi: mpt3sas: Force sense buffer allocations to be within same 4 GB regionSuganath Prabu S1-46/+40
2021-03-19scsi: mpt3sas: Force chain buffer allocations to be within same 4 GB regionSuganath Prabu S1-26/+57
2021-03-17scsi: mpt3sas: Force PCIe scatterlist allocations to be within same 4 GB regionSuganath Prabu S2-47/+113
2021-03-17scsi: mpt3sas: Replace unnecessary dynamic allocation with a static oneGustavo A. R. Silva2-17/+9
2021-03-17scsi: mpt3sas: Do not use GFP_KERNEL in atomic contextChristophe JAILLET1-1/+1
2021-03-16scsi: mpt3sas: Fix some kernel-doc misnaming issuesLee Jones1-8/+8
2021-03-16scsi: mpt3sas: Fix a couple of misdocumented functions/paramsLee Jones1-3/+4
2021-03-16scsi: mpt3sas: Fix a bunch of potential naming doc-rotLee Jones1-5/+5
2021-03-16scsi: mpt3sas: Move a little data from the stack onto the heapLee Jones1-12/+26
2021-03-16scsi: mpt3sas: Fix misspelling of _base_put_smid_default_atomic()Lee Jones1-1/+1
2021-03-05scsi: core: Replace sdev->device_busy with sbitmapMing Lei1-2/+1
2021-03-05scsi: core: Add scsi_device_busy() wrapperMing Lei1-1/+1
2021-02-09scsi: mpt3sas: Update driver version to 37.100.00.00Suganath Prabu S1-2/+2
2021-02-09scsi: mpt3sas: Additional diagnostic buffer query interfaceSuganath Prabu S6-4/+177
2021-02-09scsi: mpt3sas: Add support for shared host tagset for CPU hotplugSreekanth Reddy3-18/+75
2021-02-09scsi: mpt3sas: Fix ReplyPostFree pool allocationSreekanth Reddy1-1/+2
2021-01-23scsi: mpt3sas: Simplify bool comparisonYANG LI1-2/+2
2021-01-06scsi: mpt3sas: Fix spelling mistake in Kconfig "compatiblity" -> "compatibility"Colin Ian King1-1/+1
2021-01-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2020-12-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds7-233/+2806
2020-12-09scsi: mpt3sas: Signedness bug in _base_get_diag_triggers()Dan Carpenter1-1/+1
2020-12-09scsi: mpt3sas: Update driver version to 36.100.00.00Suganath Prabu S1-3/+3
2020-12-09scsi: mpt3sas: Handle trigger page after firmware updateSuganath Prabu S1-1/+49
2020-12-09scsi: mpt3sas: Add persistent MPI trigger pageSuganath Prabu S3-1/+224
2020-12-09scsi: mpt3sas: Add persistent SCSI sense trigger pageSuganath Prabu S3-0/+222
2020-12-09scsi: mpt3sas: Add persistent Event trigger pageSuganath Prabu S3-0/+226
2020-12-09scsi: mpt3sas: Add persistent Master trigger pageSuganath Prabu S3-0/+203
2020-12-09scsi: mpt3sas: Add persistent trigger pages supportSuganath Prabu S4-0/+303
2020-12-09scsi: mpt3sas: Sync time periodically between driver and firmwareSuganath Prabu S2-3/+104
2020-12-01scsi: mpt3sas: Increase IOCInit request timeout to 30sSreekanth Reddy1-1/+1
2020-12-01scsi: mpt3sas: Fix ioctl timeoutSuganath Prabu S1-1/+1
2020-12-01scsi: mpt3sas: Remove in_interrupt()Ahmed S. Darwish1-1/+3
2020-11-26scsi: mpt3sas_scsih: Use generic power managementVaibhav Gupta1-21/+13
2020-11-26scsi: mpt3sas_scsih: Drop PCI Wakeup calls from .resumeVaibhav Gupta1-1/+0
2020-11-11scsi: mpt3sas: mpt3sas_scsih: Fix function documentation formattingLee Jones1-4/+4
2020-11-05scsi: mpt3sas: Bump driver version to 35.101.00.00Sreekanth Reddy1-2/+2
2020-11-05scsi: mpt3sas: Add module parameter multipath_on_hbaSreekanth Reddy4-7/+76
2020-11-05scsi: mpt3sas: Handle vSES vphy object during HBA resetSreekanth Reddy1-0/+233
2020-11-05scsi: mpt3sas: Add bypass_dirty_port_flag parameterSreekanth Reddy3-30/+44
2020-11-05scsi: mpt3sas: Handling HBA vSES deviceSreekanth Reddy3-11/+198
2020-11-05scsi: mpt3sas: Set valid PhysicalPort in SMPPassThroughSreekanth Reddy3-6/+72
2020-11-05scsi: mpt3sas: Update hba_port objects after host resetSreekanth Reddy1-0/+338
2020-11-05scsi: mpt3sas: Get sas_device objects using device's rphySreekanth Reddy3-6/+47
2020-11-05scsi: mpt3sas: Rename transport_del_phy_from_an_existing_port()Sreekanth Reddy2-12/+30
2020-11-05scsi: mpt3sas: Get device objects using sas_address & portIDSreekanth Reddy3-87/+178