aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2018-06-05scsi: mpt3sas: Add an I/O barrierTomas Henzl1-0/+1
2018-05-08scsi: mpt3sas: For NVME device, issue a protocol level resetChaitra P B1-0/+13
2018-05-08scsi: mpt3sas: Report Firmware Package Version from HBA Driver.Chaitra P B1-2/+107
2018-05-08scsi: mpt3sas: Cache enclosure pages during enclosure add.Chaitra P B1-0/+22
2018-05-08scsi: mpt3sas: Added support for SAS Device Discovery Error Event.Chaitra P B1-0/+4
2018-05-08scsi: mpt3sas: Enhanced handling of Sense Buffer.Chaitra P B1-0/+56
2018-05-08scsi: mpt3sas: Optimize I/O memory consumption in driver.Chaitra P B1-29/+51
2018-05-08scsi: mpt3sas: Lockless access for chain buffers.Chaitra P B1-52/+59
2018-05-08scsi: mpt3sas: Pre-allocate RDPQ Array at driver boot time.Chaitra P B1-22/+35
2018-05-08scsi: mpt3sas: Bug fix for big endian systems.Chaitra P B1-23/+32
2018-05-01scsi: mpt3sas: fix spelling mistake: "disbale" -> "disable"Colin Ian King1-1/+1
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-5/+8
2018-03-06scsi: mpt3sas: clarify mmio pointer typesArnd Bergmann1-19/+23
2018-02-27scsi: mpt3sas: Do not use 32-bit atomic request descriptor for Ventura controllers.Suganath Prabu S1-147/+22
2018-02-27scsi: mpt3sas: Introduce function to clone mpi reply.Suganath Prabu Subramani1-1/+36
2018-02-27scsi: mpt3sas: Introduce function to clone mpi request.Suganath Prabu Subramani1-15/+125
2018-02-27scsi: mpt3sas: Introduce Base function for cloning.Suganath Prabu Subramani1-1/+214
2018-02-27scsi: mpt3sas: Introduce API to get BAR0 mapped buffer addressSuganath Prabu Subramani1-0/+93
2018-02-27scsi: mpt3sas: Configure reply post queue depth, DMA and sgl tablesize.Suganath Prabu Subramani1-17/+30
2018-02-21scsi: mpt3sas: wait for and flush running commands on shutdown/unloadSreekanth Reddy1-4/+4
2018-01-30scsi: mpt3sas: fix an out of bound writeTomas Henzl1-1/+4
2018-01-17scsi: mpt3sas: make function _get_st_from_smid staticColin Ian King1-1/+1
2018-01-10scsi: mpt3sas: lockless command submissionSuganath Prabu Subramani1-80/+67
2018-01-10scsi: mpt3sas: simplify _wait_for_commands_to_complete()Hannes Reinecke1-10/+4
2018-01-10scsi: mpt3sas: always use first reserved smid for ioctl passthroughHannes Reinecke1-6/+13
2018-01-10scsi: mpt3sas: Introduce mpt3sas_get_st_from_smid()Hannes Reinecke1-4/+18
2018-01-10scsi: mpt3sas: separate out _base_recovery_check()Hannes Reinecke1-9/+14
2018-01-10scsi: mpt3sas: use list_splice_init()Hannes Reinecke1-9/+2
2018-01-10scsi: mpt3sas: set default value for cb_idxHannes Reinecke1-3/+2
2017-12-04scsi: mpt3sas: Replace PCI pool old APIRomain Perier1-6/+6
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-1/+1
2017-11-06scsi: mpt3sas: fix dma_addr_t castsArnd Bergmann1-33/+29
2017-11-03scsi: mpt3sas: Fix sparse warningsSuganath Prabu Subramani1-11/+11
2017-11-03scsi: mpt3sas: Handle NVMe PCIe device related events generated from firmware.Suganath Prabu Subramani1-1/+29
2017-11-03scsi: mpt3sas: Added support for nvme encapsulated request message.Suganath Prabu Subramani1-1/+275
2017-11-03scsi: mpt3sas: SGL to PRP Translation for I/Os to NVMe devicesSuganath Prabu Subramani1-7/+332
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-1/+1
2017-10-11scsi: mpt3sas: Reduce memory footprint in kdump kernelSreekanth Reddy1-3/+11
2017-10-11scsi: mpt3sas: Processing of Cable Exception eventsSreekanth Reddy1-3/+2
2017-08-24scsi: mpt3sas: fix pr_info message continuationColin Ian King1-2/+2
2017-08-10scsi: mpt3sas: Fix memory allocation failure test in 'mpt3sas_base_attach()'Christophe JAILLET1-4/+4
2017-08-07scsi: mpt3sas: Replace PCI pool old APIRomain Perier1-39/+34
2017-04-24scsi: mpt3sas: remove redundant wmbSinan Kaya1-2/+0
2017-02-23scsi: mpt3sas: switch to pci_alloc_irq_vectorsHannes Reinecke1-57/+48
2017-01-31scsi: mpt3sas: Fix Firmware fault state 0x2100 during heavy 4K RR FIO stress test.Chaitra P B1-0/+19
2017-01-31scsi: mpt3sas: Fix for Crusader to achieve product targets with SAS devices.Chaitra P B1-0/+1
2016-11-08scsi: mpt3sas: Use the new MPI 2.6 32-bit Atomic Request Descriptors for SAS35 devices.Suganath Prabu Subramani1-18/+123
2016-11-08scsi: mpt3sas: Increased/Additional MSIX support for SAS35 devices.Suganath Prabu Subramani1-7/+7
2016-11-08scsi: mpt3sas: Implement device_remove_in_progress check in IOCTL pathSuganath Prabu Subramani1-0/+19