aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas
AgeCommit message (Expand)Author
2022-03-23scsi: mpt3sas: Page fault in reply q processingMatt Lupfer
2021-12-01scsi: mpt3sas: Fix kernel panic during drive powercycle testSreekanth Reddy
2021-07-20scsi: mpt3sas: Fix deadlock while cancelling the running firmware eventSuganath Prabu S
2021-07-14scsi: mpt3sas: Fix error return value in _scsih_expander_add()Zhen Lei
2021-05-11scsi: mpt3sas: Block PCI config access from userspace during resetSreekanth Reddy
2021-03-30scsi: mpt3sas: Fix error return code of mpt3sas_base_attach()Jia-Ju Bai
2020-12-01scsi: mpt3sas: Increase IOCInit request timeout to 30sSreekanth Reddy
2020-12-01scsi: mpt3sas: Fix ioctl timeoutSuganath Prabu S
2020-11-02scsi: mpt3sas: Fix timeouts observed while reenabling IRQSreekanth Reddy
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-09-15scsi: mpt3sas: A small correction in _base_process_reply_queueTomas Henzl
2020-09-15scsi: mpt3sas: Fix sync irqsTomas Henzl
2020-09-15scsi: mpt3sas: Detect tampered Aero and Sea adaptersSreekanth Reddy
2020-09-15Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen
2020-09-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2020-09-02scsi: mpt3sas: Don't call disable_irq from IRQ poll handlerTomas Henzl
2020-08-24scsi: mpt3sas: Remove pci-dma-compat wrapper APISuraj Upadhyay
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20scsi: mpt3sas: Remove superfluous memset()Li Heng
2020-08-20scsi: mpt3sas: Update driver version to 35.100.00.00Suganath Prabu S
2020-08-20scsi: mpt3sas: Postprocessing of target and LUN resetSuganath Prabu S
2020-08-20scsi: mpt3sas: Add functions to check if any cmd is outstanding on Target and...Suganath Prabu S
2020-08-20scsi: mpt3sas: Rename and export interrupt mask/unmask functionsSuganath Prabu S
2020-08-20scsi: mpt3sas: Cancel the running work during host resetSuganath Prabu S
2020-08-20scsi: mpt3sas: Dump system registers for debuggingSuganath Prabu S
2020-08-20scsi: mpt3sas: Memset config_cmds.reply buffer with zerosSuganath Prabu S
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-07-08scsi: mpt3sas: Fix kdoc comments formatDamien Le Moal
2020-07-08scsi: mpt3sas: Fix set but unused variableDamien Le Moal
2020-07-07scsi: mpt3sas: Fix error returns in BRM_status_showJohannes Thumshirn
2020-07-02scsi: mpt3sas: Fix unlock imbalanceDamien Le Moal
2020-06-15scsi: mpt3sas: Fix spelling mistakeFlavio Suligoi
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-02scsi: mpt3sas: Fix memset() in non-RDPQ modeSuganath Prabu S
2020-05-26scsi: mpt3sas: Fix reply queue count in non RDPQ modeSuganath Prabu S
2020-05-11scsi: mpt3sas: Remove unused including <linux/version.h>Samuel Zou
2020-05-11scsi: mpt3sas: Fix double free warningsSuganath Prabu S
2020-05-07scsi: mpt3sas: Disable DIF when prot_mask set to zeroSreekanth Reddy
2020-05-07scsi: mpt3sas: Capture IOC data for debugging purposesSuganath Prabu
2020-05-07scsi: mpt3sas: Use true, false for ioc->use_32bit_dmaJason Yan
2020-04-24scsi: mpt3sas: Remove NULL check before freeing functionJason Yan
2020-04-24scsi: mpt3sas: Update mpt3sas version to 33.101.00.00Suganath Prabu
2020-04-24scsi: mpt3sas: Handle RDPQ DMA allocation in same 4G regionSuganath Prabu
2020-04-24scsi: mpt3sas: Separate out RDPQ allocation to new functionSuganath Prabu
2020-04-24scsi: mpt3sas: Rename function name is_MSB_are_sameSuganath Prabu
2020-04-24scsi: mpt3sas: Don't change the DMA coherent mask after allocationsChristoph Hellwig
2020-04-22scsi: mpt3sas: use true,false for bool variablesJason Yan
2020-03-31scsi: mpt3sas: Fix kernel panic observed on soft HBA unplugSreekanth Reddy
2020-03-11scsi: Replace zero-length array with flexible-array memberGustavo A. R. Silva