aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt2sas/mpt2sas_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-11mpt2sas: Remove .c and .h files from mpt2sas driverSreekanth Reddy1-4899/+0
2015-09-06mpt2sas: setpci reset kernel oops fixNagarajkumar Narayanan1-0/+6
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
2015-01-13mpt2sas, mpt3sas: fix upper bound for the module parameter max_sgl_entriesSreekanth Reddy1-3/+7
2015-01-13mpt2sas, mpt3sas: log exceeded temperature thresholdsSreekanth Reddy1-0/+7
2015-01-09mpt2sas: issue_reset is uninitializedDan Carpenter1-4/+4
2014-09-16mpt2sas: Get IOC_FACTS information using handshake protocol only after HBA card gets into READY or Operational state.Sreekanth Reddy1-0/+68
2014-09-16mpt2sas: Added Reply Descriptor Post Queue (RDPQ) Array supportSreekanth Reddy1-57/+183
2014-09-16mpt2sas: Copyright in driver sources is updated for year the 2014Sreekanth Reddy1-1/+1
2014-09-16mpt2sas: Added driver module parameter max_msix_vectorsSreekanth Reddy1-0/+14
2014-09-16mpt2sas: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-3/+3
2014-07-25mpt2sas: delay scsi_add_host call to work with scsi-mqReddy, Sreekanth1-1/+1
2014-07-25mpt2sas: Rework the MSI-X grouping codeMartin K. Petersen1-41/+23
2014-07-25mpt2sas: annotate ioc->reply_post_host_index as __iomemJoe Lawrence1-4/+5
2014-05-28mpt2sas: Add free smids to the head, not tail of listMatthew Wilcox1-4/+4
2014-01-14MPT / PCI: Use pci_stop_and_remove_bus_device_locked()Rafael J. Wysocki1-1/+1
2013-09-03[SCSI] mpt2sas: The copyright in driver sources is updated for the year 2013Sreekanth Reddy1-1/+1
2013-09-03[SCSI] mpt2sas: Null pointer deference possibility in mpt2sas_ctl_event_callback functionSreekanth Reddy1-6/+5
2013-08-26[SCSI] mpt2sas: fix cleanup on controller resource mapping failureJoe Lawrence1-10/+17
2013-06-24[SCSI] mpt2sas: Calulate the Reply post queue depth calculation as per the MPI specSreekanth Reddy1-12/+14
2013-06-24[SCSI] mpt2sas: Update the timing requirements for issuing a Hard ResetSreekanth Reddy1-7/+13
2013-06-24[SCSI] mpt2sas: Fix for issue Missing delay not getting set during system bootupReddy, Sreekanth1-10/+3
2013-02-24[SCSI] mpt2sas: Add support for OEM specific controllerSreekanth Reddy1-0/+8
2013-01-29[SCSI] mpt2sas: fix for driver fails EEH, recovery from injected pci bus errorSreekanth Reddy1-1/+18
2012-10-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+3
2012-10-02Merge SCSI misc branch into isci-for-3.6 tagJames Bottomley1-3/+3
2012-09-17[SCSI] mpt2sas: Fix for issue - Unable to boot from the drive connected to HBAsreekanth.reddy@lsi.com1-0/+7
2012-08-24[SCSI] mpt2sas: To include more Intel Brandingsreekanth.reddy@lsi.com1-2/+2
2012-08-24[SCSI] mpt2sas: 2012 source code copyrightsreekanth.reddy@lsi.com1-1/+1
2012-08-22[SCSI] mpt2sas: Fix for Driver oops, when loading driver with max_queue_depth command line option to a very small valuesreekanth.reddy@lsi.com1-5/+8
2012-06-06[SCSI] mpt2sas: Fix unsafe using smp_processor_id() in preemptiblenagalakshmi.nandigama@lsi.com1-1/+1
2012-04-23[SCSI] mpt2sas: Fix for panic happening because of improper memory allocationnagalakshmi.nandigama@lsi.com1-3/+3
2012-04-23[SCSI] mpt2sas: Fix linux driver sparse errorsnagalakshmi.nandigama@lsi.com1-1/+2
2012-04-23[SCSI] mpt2sas: Fix security scan issues reported by source code analysis toolnagalakshmi.nandigama@lsi.com1-6/+13
2012-04-23[SCSI] mpt2sas: Improvement were made to better protect the sas_device, raid_device, and expander_device listsnagalakshmi.nandigama@lsi.com1-2/+8
2012-03-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-4/+2
2012-03-28[SCSI] atp870u, mpt2sas, qla4xxx use pci_dev->revisionSergei Shtylyov1-3/+1
2012-03-28[SCSI] mpt2sas: remove extraneous sas_log_info messagesSathisha Nanjappa1-1/+1
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-1/+1
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu1-1/+1
2012-02-19[SCSI] mpt2sas: add missing allocation checkTomas Henzl1-0/+5
2012-02-12[SCSI] mpt2sas: Fix mismatch in mpt2sas_base_hard_reset_handler() mutex lock-unlockAlexey Khoroshilov1-1/+2
2011-12-15[SCSI] mpt2sas: Removed redundant calling of _scsih_probe_devices() from _scsih_probenagalakshmi.nandigama@lsi.com1-13/+7
2011-12-15[SCSI] mpt2sas: Remove unused duplicate diag_buffer_enable paramRoland Dreier1-13/+0
2011-12-15[SCSI] mpt2sas: Fix possible integer truncation of cpu_countRoland Dreier1-1/+1
2011-12-15[SCSI] mpt2sas: Fix leak on mpt2sas_base_attach() error pathRoland Dreier1-1/+1
2011-12-15[SCSI] mpt2sas : Fix for memory allocation error for large host creditsnagalakshmi.nandigama@lsi.com1-56/+27
2011-12-15[SCSI] mpt2sas: Added support for customer specific brandingnagalakshmi.nandigama@lsi.com1-0/+16