aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpt3sas_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-08scsi: mpt3sas: Fix for incorrect numbers for MSIX vectors enabled when non RDPQ card is enumerated first.Suganath Prabu Subramani1-5/+7
2016-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-152/+107
2016-08-12mpt3sas: Fix resume on WarpDrive flash cardsGreg Edwards1-11/+11
2016-08-08mpt3sas: Fix warnings exposed by W=1Calvin Owens1-12/+6
2016-08-08mpt3sas: Eliminate dead sleep_flag codeCalvin Owens1-140/+101
2016-05-11mpt3sas: Used "synchronize_irq()"API to synchronize timed-out IO & TMsChaitra P B1-8/+7
2016-05-11mpt3sas: Handle active cable exception eventChaitra P B1-0/+5
2016-04-15mpt3sas: Remove usage of 'struct timeval'Tina Ruchandani1-4/+4
2016-04-15scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin1-2/+2
2016-03-23mpt3sas: Don't overreach ioc->reply_post[] during initializationCalvin Owens1-17/+16
2016-03-09mpt3sas: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen1-1/+0
2016-02-23mpt3sas: Free memory pools before retrying to allocate with different value.Suganath prabu Subramani1-0/+1
2016-02-23mpt3sas: Remove cpumask_clear for zalloc_cpumask_var and don't free free_cpu_mask_var before reply_qSuganath prabu Subramani1-2/+1
2016-02-23mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of timedout IO.Suganath prabu Subramani1-9/+11
2016-02-23mpt3sas: Add support for configurable Chain Frame SizeSuganath prabu Subramani1-5/+22
2016-02-23mpt3sas: Added smp_affinity_enable module parameter.Suganath Prabu Subramani1-11/+26
2016-02-23mpt3sas: Make use of additional HighPriority credit message frames for sending SCSI IO'sSuganath prabu Subramani1-12/+51
2016-02-23mpt3sas: Added support for high port count HBA variants.Suganath prabu Subramani1-0/+5
2016-01-06mpt3sas: A correction in unmap_resourcesTomas Henzl1-1/+3
2015-11-11mpt3sas: Single driver module which supports both SAS 2.0 & SAS 3.0 HBAsSreekanth Reddy1-5/+6
2015-11-11mpt3sas: setpci reset kernel oops fixSreekanth Reddy1-0/+6
2015-11-11mpt3sas: Added OEM Gen2 PnP ID branding namesSreekanth Reddy1-105/+221
2015-11-11mpt3sas: Ported WarpDrive product SSS6200 supportSreekanth Reddy1-7/+61
2015-11-11mpt3sas: fix for driver fails EEH, recovery from injected pci bus errorSreekanth Reddy1-1/+18
2015-11-11mpt3sas: Manage MSI-X vectors according to HBA device typeSreekanth Reddy1-18/+21
2015-11-11mpt3sas: Build MPI SGL LIST on GEN2 HBAs and IEEE SGL LIST on GEN3 HBAsSreekanth Reddy1-13/+168
2015-11-11mpt2sas, mpt3sas: Remove SCSI_MPTXSAS_LOGGING entry from KconfigSreekanth Reddy1-6/+4
2015-11-11mpt3sas: Define 'hba_mpi_version_belonged' IOC variableSreekanth Reddy1-4/+4
2015-11-11mpt3sas: Added mpt2sas driver definitionsSreekanth Reddy1-4/+4
2015-08-27mpt3sas: Added support for customer specific brandingSreekanth Reddy1-2/+27
2015-08-27mpt3sas: Return host busy error status to SML when DMA mapping of scatter gather list fails for a SCSI commandSreekanth Reddy1-2/+2
2015-08-27mpt3sas: Add branding string support for OEM custom HBASreekanth Reddy1-0/+34
2015-08-27mpt3sas: Add branding string support for OEM's HBASreekanth Reddy1-0/+36
2015-08-27mpt3sas: Update MPI2 strings to MPI2.5Sreekanth Reddy1-2/+1
2015-08-27mpt3sas: Remove redundancy code while freeing the controller resources.Sreekanth Reddy1-25/+32
2015-08-27mpt3sas: Get IOC_FACTS information using handshake protocol only after HBA card gets into READY or Operational state.Sreekanth Reddy1-0/+68
2015-08-27mpt3sas: Added Combined Reply Queue feature to extend up-to 96 MSIX vector supportSreekanth Reddy1-8/+85
2015-08-26mpt2sas, mpt3sas: Abort initialization if no memory I/O resources detectedSreekanth Reddy1-7/+9
2015-01-13mpt2sas, mpt3sas: set cpu affinity for each MSIX vectorsSreekanth Reddy1-3/+21
2015-01-13mpt2sas, mpt3sas: Update attribution language to AvagoSreekanth Reddy1-1/+2