aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_base.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: mpt3sas: Fix error return code of mpt3sas_base_attach()Jia-Ju Bai2021-03-241-2/+6
* scsi: mpt3sas: Additional diagnostic buffer query interfaceSuganath Prabu S2021-02-081-1/+4
* scsi: mpt3sas: Add support for shared host tagset for CPU hotplugSreekanth Reddy2021-02-081-17/+33
* scsi: mpt3sas: Fix ReplyPostFree pool allocationSreekanth Reddy2021-02-081-1/+2
* scsi: mpt3sas: Simplify bool comparisonYANG LI2021-01-221-2/+2
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-01-011-1/+1
|\
| * scsi: mpt3sas: Signedness bug in _base_get_diag_triggers()Dan Carpenter2020-12-091-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-12-161-3/+434
|\|
| * scsi: mpt3sas: Handle trigger page after firmware updateSuganath Prabu S2020-12-091-1/+49
| * scsi: mpt3sas: Add persistent MPI trigger pageSuganath Prabu S2020-12-091-1/+60
| * scsi: mpt3sas: Add persistent SCSI sense trigger pageSuganath Prabu S2020-12-091-0/+59
| * scsi: mpt3sas: Add persistent Event trigger pageSuganath Prabu S2020-12-091-0/+60
| * scsi: mpt3sas: Add persistent Master trigger pageSuganath Prabu S2020-12-091-0/+46
| * scsi: mpt3sas: Add persistent trigger pages supportSuganath Prabu S2020-12-091-0/+70
| * scsi: mpt3sas: Sync time periodically between driver and firmwareSuganath Prabu S2020-12-091-2/+91
* | scsi: mpt3sas: Increase IOCInit request timeout to 30sSreekanth Reddy2020-12-011-1/+1
* | scsi: mpt3sas: Fix timeouts observed while reenabling IRQSreekanth Reddy2020-11-021-0/+7
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-141-21/+46
|\
| * scsi: mpt3sas: A small correction in _base_process_reply_queueTomas Henzl2020-09-151-1/+1
| * scsi: mpt3sas: Fix sync irqsTomas Henzl2020-09-151-5/+9
| * Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen2020-09-151-1/+1
| |\
| * | scsi: mpt3sas: Remove superfluous memset()Li Heng2020-08-201-1/+0
| * | scsi: mpt3sas: Postprocessing of target and LUN resetSuganath Prabu S2020-08-201-1/+5
| * | scsi: mpt3sas: Rename and export interrupt mask/unmask functionsSuganath Prabu S2020-08-201-13/+11
| * | scsi: mpt3sas: Dump system registers for debuggingSuganath Prabu S2020-08-201-0/+20
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-09-081-1/+1
|\ \ \ | | |/ | |/|
| * | scsi: mpt3sas: Don't call disable_irq from IRQ poll handlerTomas Henzl2020-09-021-1/+1
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* scsi: mpt3sas: Fix kdoc comments formatDamien Le Moal2020-07-081-6/+8
* scsi: mpt3sas: Fix memset() in non-RDPQ modeSuganath Prabu S2020-06-021-4/+1
* scsi: mpt3sas: Fix reply queue count in non RDPQ modeSuganath Prabu S2020-05-261-4/+5
* scsi: mpt3sas: Fix double free warningsSuganath Prabu S2020-05-111-0/+2
* scsi: mpt3sas: Use true, false for ioc->use_32bit_dmaJason Yan2020-05-071-1/+1
* scsi: mpt3sas: Remove NULL check before freeing functionJason Yan2020-04-241-2/+1
* scsi: mpt3sas: Handle RDPQ DMA allocation in same 4G regionSuganath Prabu2020-04-241-46/+106
* scsi: mpt3sas: Separate out RDPQ allocation to new functionSuganath Prabu2020-04-241-34/+45
* scsi: mpt3sas: Rename function name is_MSB_are_sameSuganath Prabu2020-04-241-3/+3
* scsi: mpt3sas: Don't change the DMA coherent mask after allocationsChristoph Hellwig2020-04-241-48/+19
* scsi: mpt3sas: use true,false for bool variablesJason Yan2020-04-221-2/+2
* 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-161-1/+0
* | scsi: mpt3sas: Remove usage of device_busy counterSreekanth Reddy2020-01-021-1/+17
* | scsi: mpt3sas: Print function name in which cmd timed outSreekanth Reddy2020-01-021-8/+6
* | scsi: mpt3sas: Optimize mpt3sas driver loggingSreekanth Reddy2020-01-021-47/+47
* | scsi: mpt3sas: print in which path firmware fault occurredSreekanth Reddy2020-01-021-13/+13
* | scsi: mpt3sas: Handle CoreDump state from watchdog threadSreekanth Reddy2020-01-021-7/+69
* | scsi: mpt3sas: Add support IOCs new state named COREDUMPSreekanth Reddy2020-01-021-3/+108
* | scsi: mpt3sas: renamed _base_after_reset_handler functionSreekanth Reddy2020-01-021-6/+17
|/
* scsi: mpt3sas: Fix module parameter max_msix_vectorsSreekanth Reddy2019-09-301-2/+2
* scsi: mpt3sas: Use Component img header to get Package verSreekanth Reddy2019-09-301-9/+23