summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_base.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-171-1/+0
* | scsi: mpt3sas: Remove usage of device_busy counterSreekanth Reddy2020-01-031-1/+17
* | scsi: mpt3sas: Print function name in which cmd timed outSreekanth Reddy2020-01-031-8/+6
* | scsi: mpt3sas: Optimize mpt3sas driver loggingSreekanth Reddy2020-01-031-47/+47
* | scsi: mpt3sas: print in which path firmware fault occurredSreekanth Reddy2020-01-031-13/+13
* | scsi: mpt3sas: Handle CoreDump state from watchdog threadSreekanth Reddy2020-01-031-7/+69
* | scsi: mpt3sas: Add support IOCs new state named COREDUMPSreekanth Reddy2020-01-031-3/+108
* | scsi: mpt3sas: renamed _base_after_reset_handler functionSreekanth Reddy2020-01-031-6/+17
|/
* scsi: mpt3sas: Fix module parameter max_msix_vectorsSreekanth Reddy2019-10-011-2/+2
* scsi: mpt3sas: Use Component img header to get Package verSreekanth Reddy2019-10-011-9/+23
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-09-211-13/+162
|\
| * scsi: mpt3sas: Handle fault during HBA initializationSuganath Prabu2019-08-081-13/+62
| * scsi: mpt3sas: Enumerate SES of a managed PCIe switchSuganath Prabu2019-08-081-0/+5
| * scsi: mpt3sas: Gracefully handle online firmware updateSuganath Prabu2019-08-081-0/+93
| * scsi: mpt3sas: memset request frame before reusingSuganath Prabu2019-08-081-0/+2
* | scsi: mpt3sas: Use 63-bit DMA addressing on SAS35 HBASuganath Prabu2019-07-301-5/+7
|/
* scsi: mpt3sas: Fix msix load balance on and off settingsSreekanth Reddy2019-06-271-5/+18
* scsi: mpt3sas: Determine smp affinity on per HBA basisSreekanth Reddy2019-06-271-4/+6
* scsi: mpt3sas: Use configured PCIe link speed, not maxSreekanth Reddy2019-06-271-9/+4
* scsi: mpt3sas: Remove CPU arch check to determine perf_modeSreekanth Reddy2019-06-271-15/+1
* scsi: mpt3sas: make driver options visible in sysTomas Henzl2019-06-201-7/+7
* scsi: mpt3sas: Mark expected switch fall-throughGustavo A. R. Silva2019-06-201-0/+1
* scsi: mpt3sas: Introduce perf_mode module parameterSuganath Prabu S2019-06-191-18/+126
* scsi: mpt3sas: Enable interrupt coalescing on high iopsSuganath Prabu S2019-06-191-0/+16
* scsi: mpt3sas: Affinity high iops queues IRQs to local nodeSuganath Prabu S2019-06-191-11/+62
* scsi: mpt3sas: save and use MSI-X index for posting RDSuganath Prabu S2019-06-191-9/+33
* scsi: mpt3sas: Use high iops queues under some circumstancesSuganath Prabu S2019-06-191-1/+35
* scsi: mpt3sas: change _base_get_msix_index prototypeSuganath Prabu S2019-06-191-10/+20
* scsi: mpt3sas: Add flag high_iops_queuesSuganath Prabu S2019-06-191-5/+40
* scsi: mpt3sas: Add Atomic RequestDescriptor support on AeroSuganath Prabu S2019-06-191-9/+109
* scsi: mpt3sas: function pointers of request descriptorSuganath Prabu S2019-06-191-17/+21
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-05-081-28/+150
|\
| * Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen2019-04-131-0/+6
| |\
| * | scsi: mpt3sas: fix indentation issueColin Ian King2019-03-281-2/+2
| * | scsi: mpt3sas: Improve the threshold value and introduce module paramSuganath Prabu2019-03-181-2/+12
| * | scsi: mpt3sas: Load balance to improve performance and avoid soft lockupsSuganath Prabu2019-03-181-0/+21
| * | scsi: mpt3sas: Irq poll to avoid CPU hard lockupsSuganath Prabu2019-03-181-2/+76
| * | 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-261-0/+6
|/
* scsi: mpt3sas: Add missing breaks in switch statementsGustavo A. R. Silva2019-02-271-0/+4
* scsi: mpt3sas: fix memory ordering on 64bit writesStephan Günther2018-12-201-1/+2
* scsi: mpt3sas: Replace readl with ioc->base_readlSuganath Prabu2018-12-131-19/+20
* scsi: mpt3sas: Add separate function for aero doorbell readsSuganath Prabu2018-12-131-0/+30
* scsi: mpt3sas: Don't modify EEDPTagMode field setting on SAS3.5 HBA devicesSuganath Prabu2018-11-071-1/+1
* scsi: mpt3sas: Refactor mpt3sas_wait_for_ioc functionSuganath Prabu2018-11-071-11/+9
* scsi: mpt3sas: Separate out mpt3sas_wait_for_iocSuganath Prabu2018-11-071-32/+41
* scsi: mpt3sas: Added new #define variable IOC_OPERATIONAL_WAIT_COUNTSuganath Prabu2018-11-071-2/+2