summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpt3sas/mpt3sas_base.c
AgeCommit message (Expand)Author
2019-06-26scsi: mpt3sas: Fix msix load balance on and off settingsSreekanth Reddy
2019-06-26scsi: mpt3sas: Determine smp affinity on per HBA basisSreekanth Reddy
2019-06-26scsi: mpt3sas: Use configured PCIe link speed, not maxSreekanth Reddy
2019-06-26scsi: mpt3sas: Remove CPU arch check to determine perf_modeSreekanth Reddy
2019-06-20scsi: mpt3sas: make driver options visible in sysTomas Henzl
2019-06-20scsi: mpt3sas: Mark expected switch fall-throughGustavo A. R. Silva
2019-06-18scsi: mpt3sas: Introduce perf_mode module parameterSuganath Prabu S
2019-06-18scsi: mpt3sas: Enable interrupt coalescing on high iopsSuganath Prabu S
2019-06-18scsi: mpt3sas: Affinity high iops queues IRQs to local nodeSuganath Prabu S
2019-06-18scsi: mpt3sas: save and use MSI-X index for posting RDSuganath Prabu S
2019-06-18scsi: mpt3sas: Use high iops queues under some circumstancesSuganath Prabu S
2019-06-18scsi: mpt3sas: change _base_get_msix_index prototypeSuganath Prabu S
2019-06-18scsi: mpt3sas: Add flag high_iops_queuesSuganath Prabu S
2019-06-18scsi: mpt3sas: Add Atomic RequestDescriptor support on AeroSuganath Prabu S
2019-06-18scsi: mpt3sas: function pointers of request descriptorSuganath Prabu S
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-04-12Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-03-27scsi: mpt3sas: fix indentation issueColin Ian King
2019-03-25scsi: mpt3sas: Fix kernel panic during expander resetSreekanth Reddy
2019-03-18scsi: mpt3sas: Improve the threshold value and introduce module paramSuganath Prabu
2019-03-18scsi: mpt3sas: Load balance to improve performance and avoid soft lockupsSuganath Prabu
2019-03-18scsi: mpt3sas: Irq poll to avoid CPU hard lockupsSuganath Prabu
2019-03-18scsi: mpt3sas: simplify interrupt handlerSuganath Prabu
2019-03-18scsi: mpt3sas: Fix typo in request_desript_typeSuganath Prabu
2019-02-27scsi: mpt3sas: Add missing breaks in switch statementsGustavo A. R. Silva
2018-12-19scsi: mpt3sas: fix memory ordering on 64bit writesStephan Günther
2018-12-12scsi: mpt3sas: Replace readl with ioc->base_readlSuganath Prabu
2018-12-12scsi: mpt3sas: Add separate function for aero doorbell readsSuganath Prabu
2018-11-06scsi: mpt3sas: Don't modify EEDPTagMode field setting on SAS3.5 HBA devicesSuganath Prabu
2018-11-06scsi: mpt3sas: Refactor mpt3sas_wait_for_ioc functionSuganath Prabu
2018-11-06scsi: mpt3sas: Separate out mpt3sas_wait_for_iocSuganath Prabu
2018-11-06scsi: mpt3sas: Added new #define variable IOC_OPERATIONAL_WAIT_COUNTSuganath Prabu
2018-10-17scsi: mpt3sas: switch to generic DMA APIChristoph Hellwig
2018-10-10scsi: mpt3sas: Remove unnecessary parentheses and simplify null checksNathan Chancellor
2018-10-10scsi: mpt3sas: Use dma_pool_zallocSouptick Joarder
2018-10-10scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT without logging levelsJoe Perches
2018-10-10scsi: mpt3sas: Convert logging uses with MPT3SAS_FMT and reply_q_name to %s:Joe Perches
2018-10-10scsi: mpt3sas: Convert uses of pr_<level> with MPT3SAS_FMT to ioc_<level>Joe Perches
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-08-08scsi: mpt3sas: Fix calltrace observed while running IO & resetSreekanth Reddy
2018-08-03scsi: mpt3sas: Swap I/O memory read value back to cpu endiannessSreekanth Reddy
2018-07-12scsi: mpt3sas: Fix for regression caused by sparse cleanupsChaitra P B
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei
2018-06-19scsi: mpt3sas: Improve kernel-doc headersBart Van Assche
2018-06-19scsi: mpt3sas: Split _base_reset_handler(), mpt3sas_scsih_reset_handler() and...Bart Van Assche
2018-06-19scsi: mpt3sas: Fix a race condition in mpt3sas_base_hard_reset_handler()Bart Van Assche
2018-06-19scsi: mpt3sas: Introduce struct mpt3sas_nvme_cmdBart Van Assche
2018-06-19scsi: mpt3sas: Remove set-but-not-used variablesBart Van Assche
2018-06-19scsi: mpt3sas: Fix indentationBart Van Assche