summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas
Commit message (Expand)AuthorAgeFilesLines
* 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-145-74/+398
|\
| * 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
| * scsi: mpt3sas: Detect tampered Aero and Sea adaptersSreekanth Reddy2020-09-151-16/+105
| * Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen2020-09-151-1/+1
| |\
| * | scsi: mpt3sas: Remove pci-dma-compat wrapper APISuraj Upadhyay2020-08-241-6/+4
| * | scsi: mpt3sas: Remove superfluous memset()Li Heng2020-08-201-1/+0
| * | scsi: mpt3sas: Update driver version to 35.100.00.00Suganath Prabu S2020-08-201-2/+2
| * | scsi: mpt3sas: Postprocessing of target and LUN resetSuganath Prabu S2020-08-203-5/+139
| * | scsi: mpt3sas: Add functions to check if any cmd is outstanding on Target and...Suganath Prabu S2020-08-203-19/+88
| * | scsi: mpt3sas: Rename and export interrupt mask/unmask functionsSuganath Prabu S2020-08-202-13/+13
| * | scsi: mpt3sas: Cancel the running work during host resetSuganath Prabu S2020-08-202-5/+16
| * | scsi: mpt3sas: Dump system registers for debuggingSuganath Prabu S2020-08-201-0/+20
| * | scsi: mpt3sas: Memset config_cmds.reply buffer with zerosSuganath Prabu S2020-08-201-1/+1
* | | 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-233-6/+6
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-065-18/+23
|\
| * scsi: mpt3sas: Fix kdoc comments formatDamien Le Moal2020-07-082-12/+18
| * scsi: mpt3sas: Fix set but unused variableDamien Le Moal2020-07-081-4/+3
| * scsi: mpt3sas: Fix spelling mistakeFlavio Suligoi2020-06-152-2/+2
* | scsi: mpt3sas: Fix error returns in BRM_status_showJohannes Thumshirn2020-07-071-4/+6
* | scsi: mpt3sas: Fix unlock imbalanceDamien Le Moal2020-07-021-1/+1
|/
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-4/+4
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-4/+4
* | 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: Remove unused including <linux/version.h>Samuel Zou2020-05-111-1/+0
* scsi: mpt3sas: Fix double free warningsSuganath Prabu S2020-05-111-0/+2
* scsi: mpt3sas: Disable DIF when prot_mask set to zeroSreekanth Reddy2020-05-071-2/+2
* scsi: mpt3sas: Capture IOC data for debugging purposesSuganath Prabu2020-05-074-4/+179
* 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: Update mpt3sas version to 33.101.00.00Suganath Prabu2020-04-241-2/+2
* scsi: mpt3sas: Handle RDPQ DMA allocation in same 4G regionSuganath Prabu2020-04-242-46/+109
* 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-242-50/+19
* scsi: mpt3sas: use true,false for bool variablesJason Yan2020-04-221-2/+2
* scsi: mpt3sas: Fix kernel panic observed on soft HBA unplugSreekanth Reddy2020-03-311-4/+4
* scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-111-1/+1
* 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: Update drive version to 33.100.00.00Sreekanth Reddy2020-01-021-2/+2
* | 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-025-33/+38
* | scsi: mpt3sas: Optimize mpt3sas driver loggingSreekanth Reddy2020-01-025-78/+110
* | scsi: mpt3sas: print in which path firmware fault occurredSreekanth Reddy2020-01-023-17/+25
* | scsi: mpt3sas: Handle CoreDump state from watchdog threadSreekanth Reddy2020-01-023-7/+91