summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-4/+4
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-4/+4
* | scsi: mpt3sas: Fix memset() in non-RDPQ modeSuganath Prabu S2020-06-021-4/+1
|/
* scsi: mpt3sas: Fix reply queue count in non RDPQ modeSuganath Prabu S2020-05-261-4/+5
* scsi: mpt3sas: Remove unused including <linux/version.h>Samuel Zou2020-05-111-1/+0
* scsi: mpt3sas: Fix double free warningsSuganath Prabu S2020-05-111-0/+2
* scsi: mpt3sas: Disable DIF when prot_mask set to zeroSreekanth Reddy2020-05-071-2/+2
* scsi: mpt3sas: Capture IOC data for debugging purposesSuganath Prabu2020-05-074-4/+179
* scsi: mpt3sas: Use true, false for ioc->use_32bit_dmaJason Yan2020-05-071-1/+1
* scsi: mpt3sas: Remove NULL check before freeing functionJason Yan2020-04-241-2/+1
* scsi: mpt3sas: Update mpt3sas version to 33.101.00.00Suganath Prabu2020-04-241-2/+2
* scsi: mpt3sas: Handle RDPQ DMA allocation in same 4G regionSuganath Prabu2020-04-242-46/+109
* scsi: mpt3sas: Separate out RDPQ allocation to new functionSuganath Prabu2020-04-241-34/+45
* scsi: mpt3sas: Rename function name is_MSB_are_sameSuganath Prabu2020-04-241-3/+3
* scsi: mpt3sas: Don't change the DMA coherent mask after allocationsChristoph Hellwig2020-04-242-50/+19
* scsi: mpt3sas: use true,false for bool variablesJason Yan2020-04-221-2/+2
* scsi: mpt3sas: Fix kernel panic observed on soft HBA unplugSreekanth Reddy2020-03-311-4/+4
* scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-111-1/+1
* Merge tag 'block-ioctl-cleanup-5.6' into 5.6/scsi-queueMartin K. Petersen2020-01-101-1/+0
|\
| * scsi: mpt3sas: Fix double free in attach error handlingDan Carpenter2019-12-161-1/+0
* | scsi: mpt3sas: Update drive version to 33.100.00.00Sreekanth Reddy2020-01-021-2/+2
* | scsi: mpt3sas: Remove usage of device_busy counterSreekanth Reddy2020-01-021-1/+17
* | scsi: mpt3sas: Print function name in which cmd timed outSreekanth Reddy2020-01-025-33/+38
* | scsi: mpt3sas: Optimize mpt3sas driver loggingSreekanth Reddy2020-01-025-78/+110
* | scsi: mpt3sas: print in which path firmware fault occurredSreekanth Reddy2020-01-023-17/+25
* | scsi: mpt3sas: Handle CoreDump state from watchdog threadSreekanth Reddy2020-01-023-7/+91
* | scsi: mpt3sas: Add support IOCs new state named COREDUMPSreekanth Reddy2020-01-022-4/+118
* | scsi: mpt3sas: renamed _base_after_reset_handler functionSreekanth Reddy2020-01-024-14/+29
* | scsi: mpt3sas: Add support for NVMe shutdownSreekanth Reddy2020-01-022-1/+142
* | scsi: mpt3sas: Update MPI Headers to v02.00.57Sreekanth Reddy2020-01-024-6/+34
|/
* scsi: mpt3sas: change allocation optionTomas Henzl2019-10-241-1/+1
* scsi: mpt3sas: Clean up some indentingDan Carpenter2019-10-091-1/+1
* scsi: mpt3sas: Bump mpt3sas driver version to 32.100.00.00Sreekanth Reddy2019-09-301-2/+2
* scsi: mpt3sas: Fix module parameter max_msix_vectorsSreekanth Reddy2019-09-301-2/+2
* scsi: mpt3sas: Reject NVMe Encap cmnds to unsupported HBASreekanth Reddy2019-09-301-0/+12
* scsi: mpt3sas: Use Component img header to get Package verSreekanth Reddy2019-09-301-9/+23
* scsi: mpt3sas: Fail release cmnd if diag buffer is releasedSreekanth Reddy2019-09-301-1/+1
* scsi: mpt3sas: Add app owned flag support for diag bufferSreekanth Reddy2019-09-302-1/+43
* scsi: mpt3sas: Reuse diag buffer allocated at load timeSreekanth Reddy2019-09-303-21/+69
* scsi: mpt3sas: clear release bit when buffer reregisteredSreekanth Reddy2019-09-301-0/+2
* scsi: mpt3sas: Maintain owner of buffer through UniqueIDSreekanth Reddy2019-09-302-9/+113
* scsi: mpt3sas: Free diag buffer without any status checkSreekanth Reddy2019-09-301-6/+0
* scsi: mpt3sas: Fix clear pending bit in ioctl statusSreekanth Reddy2019-09-301-1/+2
* scsi: mpt3sas: Display message before releasing diag bufferSreekanth Reddy2019-09-302-3/+16
* scsi: mpt3sas: Register trace buffer based on NVDATA settingsSreekanth Reddy2019-09-303-7/+75
* Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-231-1/+0
|\
| * PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski2019-08-281-1/+0
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-09-219-116/+543
|\ \
| * | scsi: mpt3sas: Introduce module parameter to override queue depthSreekanth Reddy2019-08-293-4/+140
| * | scsi: mpt3sas: Update driver version to 31.100.00.00Suganath Prabu2019-08-071-2/+2