aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-74/+398
2020-09-15scsi: mpt3sas: A small correction in _base_process_reply_queueTomas Henzl1-1/+1
2020-09-15scsi: mpt3sas: Fix sync irqsTomas Henzl1-5/+9
2020-09-15scsi: mpt3sas: Detect tampered Aero and Sea adaptersSreekanth Reddy1-16/+105
2020-09-15Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen1-1/+1
2020-09-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-09-02scsi: mpt3sas: Don't call disable_irq from IRQ poll handlerTomas Henzl1-1/+1
2020-08-24scsi: mpt3sas: Remove pci-dma-compat wrapper APISuraj Upadhyay1-6/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-6/+6
2020-08-20scsi: mpt3sas: Remove superfluous memset()Li Heng1-1/+0
2020-08-20scsi: mpt3sas: Update driver version to 35.100.00.00Suganath Prabu S1-2/+2
2020-08-20scsi: mpt3sas: Postprocessing of target and LUN resetSuganath Prabu S3-5/+139
2020-08-20scsi: mpt3sas: Add functions to check if any cmd is outstanding on Target and LUNSuganath Prabu S3-19/+88
2020-08-20scsi: mpt3sas: Rename and export interrupt mask/unmask functionsSuganath Prabu S2-13/+13
2020-08-20scsi: mpt3sas: Cancel the running work during host resetSuganath Prabu S2-5/+16
2020-08-20scsi: mpt3sas: Dump system registers for debuggingSuganath Prabu S1-0/+20
2020-08-20scsi: mpt3sas: Memset config_cmds.reply buffer with zerosSuganath Prabu S1-1/+1
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-18/+23
2020-07-08scsi: mpt3sas: Fix kdoc comments formatDamien Le Moal2-12/+18
2020-07-08scsi: mpt3sas: Fix set but unused variableDamien Le Moal1-4/+3
2020-07-07scsi: mpt3sas: Fix error returns in BRM_status_showJohannes Thumshirn1-4/+6
2020-07-02scsi: mpt3sas: Fix unlock imbalanceDamien Le Moal1-1/+1
2020-06-15scsi: mpt3sas: Fix spelling mistakeFlavio Suligoi2-2/+2
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-4/+4
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-06-02scsi: mpt3sas: Fix memset() in non-RDPQ modeSuganath Prabu S1-4/+1
2020-05-26scsi: mpt3sas: Fix reply queue count in non RDPQ modeSuganath Prabu S1-4/+5
2020-05-11scsi: mpt3sas: Remove unused including <linux/version.h>Samuel Zou1-1/+0
2020-05-11scsi: mpt3sas: Fix double free warningsSuganath Prabu S1-0/+2
2020-05-07scsi: mpt3sas: Disable DIF when prot_mask set to zeroSreekanth Reddy1-2/+2
2020-05-07scsi: mpt3sas: Capture IOC data for debugging purposesSuganath Prabu4-4/+179
2020-05-07scsi: mpt3sas: Use true, false for ioc->use_32bit_dmaJason Yan1-1/+1
2020-04-24scsi: mpt3sas: Remove NULL check before freeing functionJason Yan1-2/+1
2020-04-24scsi: mpt3sas: Update mpt3sas version to 33.101.00.00Suganath Prabu1-2/+2
2020-04-24scsi: mpt3sas: Handle RDPQ DMA allocation in same 4G regionSuganath Prabu2-46/+109
2020-04-24scsi: mpt3sas: Separate out RDPQ allocation to new functionSuganath Prabu1-34/+45
2020-04-24scsi: mpt3sas: Rename function name is_MSB_are_sameSuganath Prabu1-3/+3
2020-04-24scsi: mpt3sas: Don't change the DMA coherent mask after allocationsChristoph Hellwig2-50/+19
2020-04-22scsi: mpt3sas: use true,false for bool variablesJason Yan1-2/+2
2020-03-31scsi: mpt3sas: Fix kernel panic observed on soft HBA unplugSreekanth Reddy1-4/+4
2020-03-11scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-10Merge tag 'block-ioctl-cleanup-5.6' into 5.6/scsi-queueMartin K. Petersen1-1/+0
2020-01-02scsi: mpt3sas: Update drive version to 33.100.00.00Sreekanth Reddy1-2/+2
2020-01-02scsi: mpt3sas: Remove usage of device_busy counterSreekanth Reddy1-1/+17
2020-01-02scsi: mpt3sas: Print function name in which cmd timed outSreekanth Reddy5-33/+38
2020-01-02scsi: mpt3sas: Optimize mpt3sas driver loggingSreekanth Reddy5-78/+110
2020-01-02scsi: mpt3sas: print in which path firmware fault occurredSreekanth Reddy3-17/+25
2020-01-02scsi: mpt3sas: Handle CoreDump state from watchdog threadSreekanth Reddy3-7/+91
2020-01-02scsi: mpt3sas: Add support IOCs new state named COREDUMPSreekanth Reddy2-4/+118
2020-01-02scsi: mpt3sas: renamed _base_after_reset_handler functionSreekanth Reddy4-14/+29