summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_base.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-1/+1
* scsi: mpt3sas: fix pr_info message continuationColin Ian King2017-08-241-2/+2
* scsi: mpt3sas: Fix memory allocation failure test in 'mpt3sas_base_attach()'Christophe JAILLET2017-08-101-4/+4
* scsi: mpt3sas: Replace PCI pool old APIRomain Perier2017-08-071-39/+34
* scsi: mpt3sas: remove redundant wmbSinan Kaya2017-04-241-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-01-311-0/+19
* scsi: mpt3sas: Fix for Crusader to achieve product targets with SAS devices.Chaitra P B2017-01-311-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-081-12/+6
| * mpt3sas: Eliminate dead sleep_flag codeCalvin Owens2016-08-081-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-091-1/+0
* mpt3sas: Free memory pools before retrying to allocate with different value.Suganath prabu Subramani2016-02-231-0/+1
* mpt3sas: Remove cpumask_clear for zalloc_cpumask_var and don't free free_cpu_...Suganath prabu Subramani2016-02-231-2/+1
* mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of tim...Suganath prabu Subramani2016-02-231-9/+11
* mpt3sas: Add support for configurable Chain Frame SizeSuganath prabu Subramani2016-02-231-5/+22
* mpt3sas: Added smp_affinity_enable module parameter.Suganath Prabu Subramani2016-02-231-11/+26
* mpt3sas: Make use of additional HighPriority credit message frames for sendin...Suganath prabu Subramani2016-02-231-12/+51
* mpt3sas: Added support for high port count HBA variants.Suganath prabu Subramani2016-02-231-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-111-5/+6
* mpt3sas: setpci reset kernel oops fixSreekanth Reddy2015-11-111-0/+6
* mpt3sas: Added OEM Gen2 PnP ID branding namesSreekanth Reddy2015-11-111-105/+221
* mpt3sas: Ported WarpDrive product SSS6200 supportSreekanth Reddy2015-11-111-7/+61
* mpt3sas: fix for driver fails EEH, recovery from injected pci bus errorSreekanth Reddy2015-11-111-1/+18
* mpt3sas: Manage MSI-X vectors according to HBA device typeSreekanth Reddy2015-11-111-18/+21
* mpt3sas: Build MPI SGL LIST on GEN2 HBAs and IEEE SGL LIST on GEN3 HBAsSreekanth Reddy2015-11-111-13/+168
* mpt2sas, mpt3sas: Remove SCSI_MPTXSAS_LOGGING entry from KconfigSreekanth Reddy2015-11-111-6/+4
* mpt3sas: Define 'hba_mpi_version_belonged' IOC variableSreekanth Reddy2015-11-111-4/+4
* mpt3sas: Added mpt2sas driver definitionsSreekanth Reddy2015-11-111-4/+4
* mpt3sas: Added support for customer specific brandingSreekanth Reddy2015-08-271-2/+27
* mpt3sas: Return host busy error status to SML when DMA mapping of scatter gat...Sreekanth Reddy2015-08-271-2/+2
* mpt3sas: Add branding string support for OEM custom HBASreekanth Reddy2015-08-271-0/+34
* mpt3sas: Add branding string support for OEM's HBASreekanth Reddy2015-08-271-0/+36
* mpt3sas: Update MPI2 strings to MPI2.5Sreekanth Reddy2015-08-271-2/+1
* mpt3sas: Remove redundancy code while freeing the controller resources.Sreekanth Reddy2015-08-271-25/+32
* mpt3sas: Get IOC_FACTS information using handshake protocol only after HBA ca...Sreekanth Reddy2015-08-271-0/+68
* mpt3sas: Added Combined Reply Queue feature to extend up-to 96 MSIX vector su...Sreekanth Reddy2015-08-271-8/+85
* mpt2sas, mpt3sas: Abort initialization if no memory I/O resources detectedSreekanth Reddy2015-08-261-7/+9
* mpt2sas, mpt3sas: set cpu affinity for each MSIX vectorsSreekanth Reddy2015-01-131-3/+21
OpenPOWER on IntegriCloud