aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-24scsi: mpt3sas: change allocation optionTomas Henzl1-1/+1
2019-10-09scsi: mpt3sas: Clean up some indentingDan Carpenter1-1/+1
2019-09-30scsi: mpt3sas: Bump mpt3sas driver version to 32.100.00.00Sreekanth Reddy1-2/+2
2019-09-30scsi: mpt3sas: Fix module parameter max_msix_vectorsSreekanth Reddy1-2/+2
2019-09-30scsi: mpt3sas: Reject NVMe Encap cmnds to unsupported HBASreekanth Reddy1-0/+12
2019-09-30scsi: mpt3sas: Use Component img header to get Package verSreekanth Reddy1-9/+23
2019-09-30scsi: mpt3sas: Fail release cmnd if diag buffer is releasedSreekanth Reddy1-1/+1
2019-09-30scsi: mpt3sas: Add app owned flag support for diag bufferSreekanth Reddy2-1/+43
2019-09-30scsi: mpt3sas: Reuse diag buffer allocated at load timeSreekanth Reddy3-21/+69
2019-09-30scsi: mpt3sas: clear release bit when buffer reregisteredSreekanth Reddy1-0/+2
2019-09-30scsi: mpt3sas: Maintain owner of buffer through UniqueIDSreekanth Reddy2-9/+113
2019-09-30scsi: mpt3sas: Free diag buffer without any status checkSreekanth Reddy1-6/+0
2019-09-30scsi: mpt3sas: Fix clear pending bit in ioctl statusSreekanth Reddy1-1/+2
2019-09-30scsi: mpt3sas: Display message before releasing diag bufferSreekanth Reddy2-3/+16
2019-09-30scsi: mpt3sas: Register trace buffer based on NVDATA settingsSreekanth Reddy3-7/+75
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-116/+543
2019-08-29scsi: mpt3sas: Introduce module parameter to override queue depthSreekanth Reddy3-4/+140
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski1-1/+0
2019-08-07scsi: mpt3sas: Update driver version to 31.100.00.00Suganath Prabu1-2/+2
2019-08-07scsi: mpt3sas: Run SAS DEVICE STATUS CHANGE EVENT from ISRSuganath Prabu1-10/+16
2019-08-07scsi: mpt3sas: Reduce the performance dropSuganath Prabu1-5/+2
2019-08-07scsi: mpt3sas: Handle fault during HBA initializationSuganath Prabu1-13/+62
2019-08-07scsi: mpt3sas: Add sysfs to know supported featuresSuganath Prabu3-0/+27
2019-08-07scsi: mpt3sas: Support MEMORY MOVE Tool box commandSuganath Prabu1-2/+25
2019-08-07scsi: mpt3sas: Allow ioctls to blocked access status NVMeSuganath Prabu2-2/+27
2019-08-07scsi: mpt3sas: Enumerate SES of a managed PCIe switchSuganath Prabu4-37/+83
2019-08-07scsi: mpt3sas: Update MPI headers to 2.6.8 specSuganath Prabu5-34/+46
2019-08-07scsi: mpt3sas: Gracefully handle online firmware updateSuganath Prabu2-0/+95
2019-08-07scsi: mpt3sas: memset request frame before reusingSuganath Prabu2-0/+3
2019-08-07scsi: mpt3sas: Add support for PCIe Lane marginSuganath Prabu1-3/+4
2019-07-30scsi: mpt3sas: support target smid for [abort|query] taskMinwoo Im1-2/+10
2019-07-30scsi: mpt3sas: clean up a couple sizeof() usesDan Carpenter1-3/+2
2019-07-30scsi: mpt3sas: Use 63-bit DMA addressing on SAS35 HBASuganath Prabu1-5/+7
2019-07-16scsi: mpt3sas: set an unlimited max_segment_size for SAS 3.0 HBAsChristoph Hellwig1-0/+1
2019-06-26scsi: mpt3sas: Fix msix load balance on and off settingsSreekanth Reddy1-5/+18
2019-06-26scsi: mpt3sas: Determine smp affinity on per HBA basisSreekanth Reddy2-4/+7
2019-06-26scsi: mpt3sas: Use configured PCIe link speed, not maxSreekanth Reddy1-9/+4
2019-06-26scsi: mpt3sas: Remove CPU arch check to determine perf_modeSreekanth Reddy1-15/+1
2019-06-20scsi: mpt3sas: use DEVICE_ATTR_{RO, RW}Tomas Henzl1-113/+97
2019-06-20scsi: mpt3sas: make driver options visible in sysTomas Henzl2-14/+14
2019-06-20scsi: mpt3sas: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-06-18scsi: mpt3sas: Update driver version to 29.100.00.00Suganath Prabu S1-2/+2
2019-06-18scsi: mpt3sas: Introduce perf_mode module parameterSuganath Prabu S1-18/+126
2019-06-18scsi: mpt3sas: Enable interrupt coalescing on high iopsSuganath Prabu S5-2/+109
2019-06-18scsi: mpt3sas: Affinity high iops queues IRQs to local nodeSuganath Prabu S1-11/+62
2019-06-18scsi: mpt3sas: save and use MSI-X index for posting RDSuganath Prabu S3-9/+35
2019-06-18scsi: mpt3sas: Use high iops queues under some circumstancesSuganath Prabu S2-2/+48
2019-06-18scsi: mpt3sas: change _base_get_msix_index prototypeSuganath Prabu S1-10/+20
2019-06-18scsi: mpt3sas: Add flag high_iops_queuesSuganath Prabu S2-5/+45