summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-05-083-31/+170
|\
| * Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen2019-04-122-0/+18
| |\
| * | scsi: mpt3sas: fix indentation issueColin Ian King2019-03-271-2/+2
| * | scsi: mpt3sas: Update mpt3sas driver version to 28.100.00.00Suganath Prabu2019-03-181-3/+3
| * | scsi: mpt3sas: Improve the threshold value and introduce module paramSuganath Prabu2019-03-182-2/+15
| * | scsi: mpt3sas: Load balance to improve performance and avoid soft lockupsSuganath Prabu2019-03-182-0/+26
| * | scsi: mpt3sas: Irq poll to avoid CPU hard lockupsSuganath Prabu2019-03-183-2/+85
| * | scsi: mpt3sas: simplify interrupt handlerSuganath Prabu2019-03-181-16/+33
| * | scsi: mpt3sas: Fix typo in request_desript_typeSuganath Prabu2019-03-181-9/+9
* | | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-1/+0
| |/ |/|
* | scsi: mpt3sas: Fix kernel panic during expander resetSreekanth Reddy2019-03-252-0/+18
|/
* scsi: mpt3sas: Add missing breaks in switch statementsGustavo A. R. Silva2019-02-271-0/+4
* scsi: mpt3sas: Update driver version to 27.102.00.00Suganath Prabu S2019-02-041-2/+2
* scsi: mpt3sas: Add support for ATLAS PCIe switchSuganath Prabu S2019-02-042-0/+9
* scsi: mpt3sas: Add support for NVMe Switch AdapterSuganath Prabu S2019-02-042-0/+5
* scsi: mpt3sas: Rename mpi endpoint device ID macro.Suganath Prabu S2019-02-042-4/+4
* scsi: mpt3sas: mpt3sas_scsih: Mark expected switch fall-throughGustavo A. R. Silva2018-12-201-0/+1
* scsi: mpt3sas: fix memory ordering on 64bit writesStephan Günther2018-12-191-1/+2
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-2/+0
* scsi: mpt3sas: Update driver version to 27.101.00.00Suganath Prabu2018-12-121-2/+2
* scsi: mpt3sas: Replace readl with ioc->base_readlSuganath Prabu2018-12-121-19/+20
* scsi: mpt3sas: Add separate function for aero doorbell readsSuganath Prabu2018-12-122-0/+32
* scsi: mpt3sas: Introduce flag for aero based controllersSuganath Prabu2018-12-122-6/+9
* scsi: mpt3sas: fix spelling mistake "manufaucturing" -> "manufacturing"Colin Ian King2018-11-281-1/+1
* scsi: mpt3sas: Display message on Configurable secure HBASreekanth Reddy2018-11-211-3/+4
* scsi: mpt3sas: Bump driver version to 27.100.00.00Suganath Prabu2018-11-061-2/+2
* scsi: mpt3sas: Fix driver modifying persistent data in Manufacturing page11Suganath Prabu2018-11-061-4/+0
* scsi: mpt3sas: Don't modify EEDPTagMode field setting on SAS3.5 HBA devicesSuganath Prabu2018-11-061-1/+1
* scsi: mpt3sas: Fix Sync cache command failure during driver unloadSuganath Prabu2018-11-061-1/+35
* scsi: mpt3sas: Call sas_remove_host before removing the target devicesSuganath Prabu2018-11-062-3/+6
* scsi: mpt3sas: Refactor mpt3sas_wait_for_ioc functionSuganath Prabu2018-11-061-11/+9
* scsi: mpt3sas: Separate out mpt3sas_wait_for_iocSuganath Prabu2018-11-065-141/+61
* scsi: mpt3sas: Added new #define variable IOC_OPERATIONAL_WAIT_COUNTSuganath Prabu2018-11-064-7/+10
* scsi: mpt3sas: Add support for Aero controllersSuganath Prabu2018-11-061-0/+26
* scsi: mpt3sas: Update MPI headers to support Aero controllersSuganath Prabu2018-11-0610-388/+678
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-10-258-2146/+1681
|\
| * scsi: mpt3sas: switch to generic DMA APIChristoph Hellwig2018-10-173-58/+61
| * scsi: mpt3sas: Remove unnecessary parentheses and simplify null checksNathan Chancellor2018-10-101-2/+2
| * scsi: mpt3sas: Use dma_pool_zallocSouptick Joarder2018-10-101-4/+2
| * scsi: mpt3sas: Remove unused macro MPT3SAS_FMTJoe Perches2018-10-101-2/+0
| * scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT without logging levelsJoe Perches2018-10-103-31/+28
| * scsi: mpt3sas: Remove KERN_WARNING from panic usesJoe Perches2018-10-101-26/+15
| * scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT and reply_q_name to %s:Joe Perches2018-10-101-5/+5
| * scsi: mpt3sas: Convert mlsleading uses of pr_<level> with MPT3SAS_FMTJoe Perches2018-10-102-39/+29
| * scsi: mpt3sas: Convert uses of pr_<level> with MPT3SAS_FMT to ioc_<level>Joe Perches2018-10-107-1982/+1533
| * scsi: mpt3sas: Add ioc_<level> logging macrosJoe Perches2018-10-101-0/+9
* | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-1/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-158-830/+658
|\
| * scsi: mpt3sas: Fix calltrace observed while running IO & resetSreekanth Reddy2018-08-082-1/+2
| * scsi: mpt3sas: Fix for regression caused by sparse cleanupsChaitra P B2018-07-121-6/+6