summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_base.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: mpt3sas: make function _get_st_from_smid staticColin Ian King2018-01-171-1/+1
* scsi: mpt3sas: lockless command submissionSuganath Prabu Subramani2018-01-111-80/+67
* scsi: mpt3sas: simplify _wait_for_commands_to_complete()Hannes Reinecke2018-01-111-10/+4
* scsi: mpt3sas: always use first reserved smid for ioctl passthroughHannes Reinecke2018-01-111-6/+13
* scsi: mpt3sas: Introduce mpt3sas_get_st_from_smid()Hannes Reinecke2018-01-111-4/+18
* scsi: mpt3sas: separate out _base_recovery_check()Hannes Reinecke2018-01-111-9/+14
* scsi: mpt3sas: use list_splice_init()Hannes Reinecke2018-01-111-9/+2
* scsi: mpt3sas: set default value for cb_idxHannes Reinecke2018-01-111-3/+2
* scsi: mpt3sas: Replace PCI pool old APIRomain Perier2017-12-051-6/+6
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-1/+1
* | scsi: mpt3sas: fix dma_addr_t castsArnd Bergmann2017-11-071-33/+29
* | scsi: mpt3sas: Fix sparse warningsSuganath Prabu Subramani2017-11-031-11/+11
* | scsi: mpt3sas: Handle NVMe PCIe device related events generated from firmware.Suganath Prabu Subramani2017-11-031-1/+29
* | scsi: mpt3sas: Added support for nvme encapsulated request message.Suganath Prabu Subramani2017-11-031-1/+275
* | scsi: mpt3sas: SGL to PRP Translation for I/Os to NVMe devicesSuganath Prabu Subramani2017-11-031-7/+332
* | scsi: mpt3sas: Reduce memory footprint in kdump kernelSreekanth Reddy2017-10-111-3/+11
* | scsi: mpt3sas: Processing of Cable Exception eventsSreekanth Reddy2017-10-111-3/+2
|/
* scsi: mpt3sas: fix pr_info message continuationColin Ian King2017-08-251-2/+2
* scsi: mpt3sas: Fix memory allocation failure test in 'mpt3sas_base_attach()'Christophe JAILLET2017-08-111-4/+4
* scsi: mpt3sas: Replace PCI pool old APIRomain Perier2017-08-071-39/+34
* scsi: mpt3sas: remove redundant wmbSinan Kaya2017-04-251-2/+0
* scsi: mpt3sas: switch to pci_alloc_irq_vectorsHannes Reinecke2017-02-231-57/+48
* scsi: mpt3sas: Fix Firmware fault state 0x2100 during heavy 4K RR FIO stress ...Chaitra P B2017-02-011-0/+19
* scsi: mpt3sas: Fix for Crusader to achieve product targets with SAS devices.Chaitra P B2017-02-011-0/+1
* scsi: mpt3sas: Use the new MPI 2.6 32-bit Atomic Request Descriptors for SAS3...Suganath Prabu Subramani2016-11-081-18/+123
* scsi: mpt3sas: Increased/Additional MSIX support for SAS35 devices.Suganath Prabu Subramani2016-11-081-7/+7
* scsi: mpt3sas: Implement device_remove_in_progress check in IOCTL pathSuganath Prabu Subramani2016-11-081-0/+19
* scsi: mpt3sas: Fix for incorrect numbers for MSIX vectors enabled when non RD...Suganath Prabu Subramani2016-11-081-5/+7
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-10-071-152/+107
|\
| * mpt3sas: Fix warnings exposed by W=1Calvin Owens2016-08-091-12/+6
| * mpt3sas: Eliminate dead sleep_flag codeCalvin Owens2016-08-091-140/+101
* | mpt3sas: Fix resume on WarpDrive flash cardsGreg Edwards2016-08-121-11/+11
|/
* mpt3sas: Used "synchronize_irq()"API to synchronize timed-out IO & TMsChaitra P B2016-05-111-8/+7
* mpt3sas: Handle active cable exception eventChaitra P B2016-05-111-0/+5
* mpt3sas: Remove usage of 'struct timeval'Tina Ruchandani2016-04-151-4/+4
* scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin2016-04-151-2/+2
* mpt3sas: Don't overreach ioc->reply_post[] during initializationCalvin Owens2016-03-231-17/+16
* mpt3sas: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen2016-03-101-1/+0
* mpt3sas: Free memory pools before retrying to allocate with different value.Suganath prabu Subramani2016-02-241-0/+1
* mpt3sas: Remove cpumask_clear for zalloc_cpumask_var and don't free free_cpu_...Suganath prabu Subramani2016-02-241-2/+1
* mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of tim...Suganath prabu Subramani2016-02-241-9/+11
* mpt3sas: Add support for configurable Chain Frame SizeSuganath prabu Subramani2016-02-241-5/+22
* mpt3sas: Added smp_affinity_enable module parameter.Suganath Prabu Subramani2016-02-241-11/+26
* mpt3sas: Make use of additional HighPriority credit message frames for sendin...Suganath prabu Subramani2016-02-241-12/+51
* mpt3sas: Added support for high port count HBA variants.Suganath prabu Subramani2016-02-241-0/+5
* mpt3sas: A correction in unmap_resourcesTomas Henzl2016-01-061-1/+3
* mpt3sas: Single driver module which supports both SAS 2.0 & SAS 3.0 HBAsSreekanth Reddy2015-11-121-5/+6
* mpt3sas: setpci reset kernel oops fixSreekanth Reddy2015-11-121-0/+6
* mpt3sas: Added OEM Gen2 PnP ID branding namesSreekanth Reddy2015-11-121-105/+221