summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt2sas/mpt2sas_base.c
Commit message (Expand)AuthorAgeFilesLines
* mpt2sas: Remove .c and .h files from mpt2sas driverSreekanth Reddy2015-11-121-4899/+0Star
* mpt2sas: setpci reset kernel oops fixNagarajkumar Narayanan2015-09-061-0/+6
* 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
* mpt2sas, mpt3sas: Update attribution language to AvagoSreekanth Reddy2015-01-131-1/+2
* mpt2sas, mpt3sas: fix upper bound for the module parameter max_sgl_entriesSreekanth Reddy2015-01-131-3/+7
* mpt2sas, mpt3sas: log exceeded temperature thresholdsSreekanth Reddy2015-01-131-0/+7
* mpt2sas: issue_reset is uninitializedDan Carpenter2015-01-091-4/+4
* mpt2sas: Get IOC_FACTS information using handshake protocol only after HBA ca...Sreekanth Reddy2014-09-161-0/+68
* mpt2sas: Added Reply Descriptor Post Queue (RDPQ) Array supportSreekanth Reddy2014-09-161-57/+183
* mpt2sas: Copyright in driver sources is updated for year the 2014Sreekanth Reddy2014-09-161-1/+1
* mpt2sas: Added driver module parameter max_msix_vectorsSreekanth Reddy2014-09-161-0/+14
* mpt2sas: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-09-161-3/+3
* mpt2sas: delay scsi_add_host call to work with scsi-mqReddy, Sreekanth2014-07-251-1/+1
* mpt2sas: Rework the MSI-X grouping codeMartin K. Petersen2014-07-251-41/+23Star
* mpt2sas: annotate ioc->reply_post_host_index as __iomemJoe Lawrence2014-07-251-4/+5
* mpt2sas: Add free smids to the head, not tail of listMatthew Wilcox2014-05-281-4/+4
* MPT / PCI: Use pci_stop_and_remove_bus_device_locked()Rafael J. Wysocki2014-01-141-1/+1
* [SCSI] mpt2sas: The copyright in driver sources is updated for the year 2013Sreekanth Reddy2013-09-031-1/+1
* [SCSI] mpt2sas: Null pointer deference possibility in mpt2sas_ctl_event_callb...Sreekanth Reddy2013-09-031-6/+5Star
* [SCSI] mpt2sas: fix cleanup on controller resource mapping failureJoe Lawrence2013-08-261-10/+17
* [SCSI] mpt2sas: Calulate the Reply post queue depth calculation as per the MP...Sreekanth Reddy2013-06-241-12/+14
* [SCSI] mpt2sas: Update the timing requirements for issuing a Hard ResetSreekanth Reddy2013-06-241-7/+13
* [SCSI] mpt2sas: Fix for issue Missing delay not getting set during system bootupReddy, Sreekanth2013-06-241-10/+3Star
* [SCSI] mpt2sas: Add support for OEM specific controllerSreekanth Reddy2013-02-241-0/+8
* [SCSI] mpt2sas: fix for driver fails EEH, recovery from injected pci bus errorSreekanth Reddy2013-01-291-1/+18
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2012-10-031-3/+3
|\
| * Merge SCSI misc branch into isci-for-3.6 tagJames Bottomley2012-10-021-3/+3
| |\
| | * [SCSI] mpt2sas: To include more Intel Brandingsreekanth.reddy@lsi.com2012-08-241-2/+2
| | * [SCSI] mpt2sas: 2012 source code copyrightsreekanth.reddy@lsi.com2012-08-241-1/+1
* | | [SCSI] mpt2sas: Fix for issue - Unable to boot from the drive connected to HBAsreekanth.reddy@lsi.com2012-09-171-0/+7
|/ /
* / [SCSI] mpt2sas: Fix for Driver oops, when loading driver with max_queue_depth...sreekanth.reddy@lsi.com2012-08-221-5/+8
|/
* [SCSI] mpt2sas: Fix unsafe using smp_processor_id() in preemptiblenagalakshmi.nandigama@lsi.com2012-06-061-1/+1
* [SCSI] mpt2sas: Fix for panic happening because of improper memory allocationnagalakshmi.nandigama@lsi.com2012-04-231-3/+3
* [SCSI] mpt2sas: Fix linux driver sparse errorsnagalakshmi.nandigama@lsi.com2012-04-231-1/+2
* [SCSI] mpt2sas: Fix security scan issues reported by source code analysis toolnagalakshmi.nandigama@lsi.com2012-04-231-6/+13
* [SCSI] mpt2sas: Improvement were made to better protect the sas_device, raid_...nagalakshmi.nandigama@lsi.com2012-04-231-2/+8
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds2012-03-311-4/+2Star
|\
| * [SCSI] atp870u, mpt2sas, qla4xxx use pci_dev->revisionSergei Shtylyov2012-03-281-3/+1Star
| * [SCSI] mpt2sas: remove extraneous sas_log_info messagesSathisha Nanjappa2012-03-281-1/+1
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-231-1/+1
|\ \ | |/ |/|
| * PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu2012-02-271-1/+1
* | [SCSI] mpt2sas: add missing allocation checkTomas Henzl2012-02-191-0/+5
* | [SCSI] mpt2sas: Fix mismatch in mpt2sas_base_hard_reset_handler() mutex lock-...Alexey Khoroshilov2012-02-131-1/+2
|/
* [SCSI] mpt2sas: Removed redundant calling of _scsih_probe_devices() from _scs...nagalakshmi.nandigama@lsi.com2011-12-151-13/+7Star
* [SCSI] mpt2sas: Remove unused duplicate diag_buffer_enable paramRoland Dreier2011-12-151-13/+0Star
* [SCSI] mpt2sas: Fix possible integer truncation of cpu_countRoland Dreier2011-12-151-1/+1
* [SCSI] mpt2sas: Fix leak on mpt2sas_base_attach() error pathRoland Dreier2011-12-151-1/+1
* [SCSI] mpt2sas : Fix for memory allocation error for large host creditsnagalakshmi.nandigama@lsi.com2011-12-151-56/+27Star
* [SCSI] mpt2sas: Added support for customer specific brandingnagalakshmi.nandigama@lsi.com2011-12-151-0/+16