summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_base.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+4Star
* scsi: mpt3sas: Remove CPU arch check to determine perf_modeSreekanth Reddy2019-06-271-15/+1Star
* 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/+0Star
| |/ |/|
* | 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/+9Star
* 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
* scsi: mpt3sas: switch to generic DMA APIChristoph Hellwig2018-10-181-34/+33Star
* scsi: mpt3sas: Remove unnecessary parentheses and simplify null checksNathan Chancellor2018-10-111-2/+2
* scsi: mpt3sas: Use dma_pool_zallocSouptick Joarder2018-10-111-4/+2Star
* scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT without logging levelsJoe Perches2018-10-111-22/+19Star
* scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT and reply_q_name to %s:Joe Perches2018-10-111-5/+5
* scsi: mpt3sas: Convert uses of pr_<level> with MPT3SAS_FMT to ioc_<level>Joe Perches2018-10-111-600/+465Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-161-249/+189Star
|\
| * scsi: mpt3sas: Fix calltrace observed while running IO & resetSreekanth Reddy2018-08-091-0/+1
| * scsi: mpt3sas: Fix for regression caused by sparse cleanupsChaitra P B2018-07-131-6/+6
| * scsi: read host_busy via scsi_host_busy()Ming Lei2018-06-261-2/+2
| * scsi: mpt3sas: Improve kernel-doc headersBart Van Assche2018-06-201-140/+73Star
| * scsi: mpt3sas: Split _base_reset_handler(), mpt3sas_scsih_reset_handler() and...Bart Van Assche2018-06-201-57/+61
| * scsi: mpt3sas: Fix a race condition in mpt3sas_base_hard_reset_handler()Bart Van Assche2018-06-201-9/+1Star
| * scsi: mpt3sas: Introduce struct mpt3sas_nvme_cmdBart Van Assche2018-06-201-9/+4Star
| * scsi: mpt3sas: Remove set-but-not-used variablesBart Van Assche2018-06-201-10/+0Star
| * scsi: mpt3sas: Fix indentationBart Van Assche2018-06-201-1/+1