aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-16scsi: mpt3sas: Fix double free in attach error handlingDan Carpenter1-1/+0
2019-09-30scsi: mpt3sas: Fix module parameter max_msix_vectorsSreekanth Reddy1-2/+2
2019-09-30scsi: mpt3sas: Use Component img header to get Package verSreekanth Reddy1-9/+23
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-13/+162
2019-08-07scsi: mpt3sas: Handle fault during HBA initializationSuganath Prabu1-13/+62
2019-08-07scsi: mpt3sas: Enumerate SES of a managed PCIe switchSuganath Prabu1-0/+5
2019-08-07scsi: mpt3sas: Gracefully handle online firmware updateSuganath Prabu1-0/+93
2019-08-07scsi: mpt3sas: memset request frame before reusingSuganath Prabu1-0/+2
2019-07-30scsi: mpt3sas: Use 63-bit DMA addressing on SAS35 HBASuganath Prabu1-5/+7
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 Reddy1-4/+6
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: make driver options visible in sysTomas Henzl1-7/+7
2019-06-20scsi: mpt3sas: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-06-18scsi: mpt3sas: Introduce perf_mode module parameterSuganath Prabu S1-18/+126
2019-06-18scsi: mpt3sas: Enable interrupt coalescing on high iopsSuganath Prabu S1-0/+16
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 S1-9/+33
2019-06-18scsi: mpt3sas: Use high iops queues under some circumstancesSuganath Prabu S1-1/+35
2019-06-18scsi: mpt3sas: change _base_get_msix_index prototypeSuganath Prabu S1-10/+20
2019-06-18scsi: mpt3sas: Add flag high_iops_queuesSuganath Prabu S1-5/+40
2019-06-18scsi: mpt3sas: Add Atomic RequestDescriptor support on AeroSuganath Prabu S1-9/+109
2019-06-18scsi: mpt3sas: function pointers of request descriptorSuganath Prabu S1-17/+21
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-28/+150
2019-04-12Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen1-0/+6
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-1/+0
2019-03-27scsi: mpt3sas: fix indentation issueColin Ian King1-2/+2
2019-03-25scsi: mpt3sas: Fix kernel panic during expander resetSreekanth Reddy1-0/+6
2019-03-18scsi: mpt3sas: Improve the threshold value and introduce module paramSuganath Prabu1-2/+12
2019-03-18scsi: mpt3sas: Load balance to improve performance and avoid soft lockupsSuganath Prabu1-0/+21
2019-03-18scsi: mpt3sas: Irq poll to avoid CPU hard lockupsSuganath Prabu1-2/+76
2019-03-18scsi: mpt3sas: simplify interrupt handlerSuganath Prabu1-16/+33
2019-03-18scsi: mpt3sas: Fix typo in request_desript_typeSuganath Prabu1-9/+9
2019-02-27scsi: mpt3sas: Add missing breaks in switch statementsGustavo A. R. Silva1-0/+4
2018-12-19scsi: mpt3sas: fix memory ordering on 64bit writesStephan Günther1-1/+2
2018-12-12scsi: mpt3sas: Replace readl with ioc->base_readlSuganath Prabu1-19/+20
2018-12-12scsi: mpt3sas: Add separate function for aero doorbell readsSuganath Prabu1-0/+30
2018-11-06scsi: mpt3sas: Don't modify EEDPTagMode field setting on SAS3.5 HBA devicesSuganath Prabu1-1/+1
2018-11-06scsi: mpt3sas: Refactor mpt3sas_wait_for_ioc functionSuganath Prabu1-11/+9
2018-11-06scsi: mpt3sas: Separate out mpt3sas_wait_for_iocSuganath Prabu1-32/+41
2018-11-06scsi: mpt3sas: Added new #define variable IOC_OPERATIONAL_WAIT_COUNTSuganath Prabu1-2/+2
2018-10-17scsi: mpt3sas: switch to generic DMA APIChristoph Hellwig1-34/+33
2018-10-10scsi: mpt3sas: Remove unnecessary parentheses and simplify null checksNathan Chancellor1-2/+2
2018-10-10scsi: mpt3sas: Use dma_pool_zallocSouptick Joarder1-4/+2
2018-10-10scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT without logging levelsJoe Perches1-22/+19
2018-10-10scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT and reply_q_name to %s:Joe Perches1-5/+5
2018-10-10scsi: mpt3sas: Convert uses of pr_<level> with MPT3SAS_FMT to ioc_<level>Joe Perches1-600/+465
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-249/+189
2018-08-08scsi: mpt3sas: Fix calltrace observed while running IO & resetSreekanth Reddy1-0/+1