index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
mpt3sas
Commit message (
Expand
)
Author
Age
Files
Lines
*
mpt3sas: Don't overreach ioc->reply_post[] during initialization
Calvin Owens
2016-03-23
1
-17
/
+16
*
mpt3sas: Remove unnecessary synchronize_irq() before free_irq()
Lars-Peter Clausen
2016-03-09
1
-1
/
+0
*
mpt3sas: Free memory pools before retrying to allocate with different value.
Suganath prabu Subramani
2016-02-23
1
-0
/
+1
*
mpt3sas: Remove cpumask_clear for zalloc_cpumask_var and don't free free_cpu_...
Suganath prabu Subramani
2016-02-23
1
-2
/
+1
*
mpt3sas: Updating mpt3sas driver version to 12.100.00.00
Suganath prabu Subramani
2016-02-23
1
-3
/
+3
*
mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of tim...
Suganath prabu Subramani
2016-02-23
4
-14
/
+25
*
mpt3sas: Updated MPI Header to 2.00.42
Suganath prabu Subramani
2016-02-23
5
-8
/
+14
*
mpt3sas: Add support for configurable Chain Frame Size
Suganath prabu Subramani
2016-02-23
2
-6
/
+29
*
mpt3sas: Added smp_affinity_enable module parameter.
Suganath Prabu Subramani
2016-02-23
1
-11
/
+26
*
mpt3sas: Make use of additional HighPriority credit message frames for sendin...
Suganath prabu Subramani
2016-02-23
3
-16
/
+228
*
mpt3sas: Never block the Enclosure device
Suganath prabu Subramani
2016-02-23
2
-1
/
+22
*
mpt3sas: Fix static analyzer(coverity) tool identified defects
Suganath prabu Subramani
2016-02-23
3
-4
/
+5
*
mpt3sas: Used IEEE SGL instead of MPI SGL while framing a SMP Passthrough req...
Suganath prabu Subramani
2016-02-23
1
-19
/
+4
*
mpt3sas: Added support for high port count HBA variants.
Suganath prabu Subramani
2016-02-23
11
-59
/
+423
*
Merge branch 'jejb-scsi' into misc
James Bottomley
2016-01-07
2
-2
/
+10
|
\
|
*
Merge branch 'mkp-fixes' into fixes
James Bottomley
2015-12-03
2
-2
/
+10
|
|
\
|
|
*
mpt3sas: fix Kconfig dependency problem for mpt2sas back compatibility
James Bottomley
2015-12-03
1
-0
/
+1
|
|
*
mpt3sas: Add dummy Kconfig option for backwards compatibility
Martin K. Petersen
2015-11-30
1
-0
/
+8
|
|
*
mpt3sas: Fix use sas_is_tlr_enabled API before enabling MPI2_SCSIIO_CONTROL_T...
Sreekanth Reddy
2015-11-13
1
-2
/
+1
*
|
|
mpt3sas: A correction in unmap_resources
Tomas Henzl
2016-01-06
1
-1
/
+3
|
/
/
*
|
mpt3sas: fix inline markers on non inline function declarations
Stephen Rothwell
2015-11-12
1
-2
/
+2
|
/
*
mpt3sas: Bump mpt3sas driver version to 09.102.00.00
Sreekanth Reddy
2015-11-11
1
-2
/
+2
*
mpt3sas: Single driver module which supports both SAS 2.0 & SAS 3.0 HBAs
Sreekanth Reddy
2015-11-11
9
-442
/
+879
*
mpt2sas, mpt3sas: Update the driver versions
Sreekanth Reddy
2015-11-11
1
-5
/
+10
*
mpt3sas: setpci reset kernel oops fix
Sreekanth Reddy
2015-11-11
4
-9
/
+71
*
mpt3sas: Added OEM Gen2 PnP ID branding names
Sreekanth Reddy
2015-11-11
2
-114
/
+305
*
mpt3sas: Refcount fw_events and fix unsafe list usage
Sreekanth Reddy
2015-11-11
1
-22
/
+94
*
mpt3sas: Refcount sas_device objects and fix unsafe list usage
Sreekanth Reddy
2015-11-11
3
-157
/
+365
*
mpt3sas: sysfs attribute to report Backup Rail Monitor Status
Sreekanth Reddy
2015-11-11
3
-0
/
+116
*
mpt3sas: Ported WarpDrive product SSS6200 support
Sreekanth Reddy
2015-11-11
5
-46
/
+327
*
mpt3sas: fix for driver fails EEH, recovery from injected pci bus error
Sreekanth Reddy
2015-11-11
2
-1
/
+19
*
mpt3sas: Manage MSI-X vectors according to HBA device type
Sreekanth Reddy
2015-11-11
3
-18
/
+31
*
mpt3sas: Don't send PHYDISK_HIDDEN RAID action request on SAS2 HBAs
Sreekanth Reddy
2015-11-11
1
-2
/
+17
*
mpt3sas: Build MPI SGL LIST on GEN2 HBAs and IEEE SGL LIST on GEN3 HBAs
Sreekanth Reddy
2015-11-11
1
-13
/
+168
*
mpt2sas, mpt3sas: Remove SCSI_MPTXSAS_LOGGING entry from Kconfig
Sreekanth Reddy
2015-11-11
6
-77
/
+10
*
mpt3sas: Define 'hba_mpi_version_belonged' IOC variable
Sreekanth Reddy
2015-11-11
5
-8
/
+61
*
mpt2sas: Move Gen2 HBA's device registration to a separate file
Sreekanth Reddy
2015-11-11
1
-1
/
+4
*
mpt3sas: Move Gen3 HBA's device registration to a separate file
Sreekanth Reddy
2015-11-11
5
-159
/
+261
*
mpt3sas: Added mpt2sas driver definitions
Sreekanth Reddy
2015-11-11
4
-145
/
+191
*
mpt3sas : Bump mpt3sas driver version to 9.100.00.00
Sreekanth Reddy
2015-08-27
1
-2
/
+2
*
mpt3sas: When device is blocked followed by unblock fails, unfreeze the I/Os
Sreekanth Reddy
2015-08-27
1
-14
/
+75
*
mpt3sas: Call dma_mapping_error() API after mapping an address with dma_map_s...
Sreekanth Reddy
2015-08-27
1
-2
/
+2
*
mpt3sas: Use alloc_ordered_workqueue() API instead of create_singlethread_wor...
Sreekanth Reddy
2015-08-27
1
-2
/
+2
*
mpt3sas: Added support for customer specific branding
Sreekanth Reddy
2015-08-27
2
-6
/
+39
*
mpt3sas: Return host busy error status to SML when DMA mapping of scatter gat...
Sreekanth Reddy
2015-08-27
1
-2
/
+2
*
mpt3sas: Complete the SCSI command with DID_RESET status for log_info value 0...
Sreekanth Reddy
2015-08-27
2
-0
/
+5
*
mpt3sas: MPI 2.5 Rev K (2.5.6) specifications
Sreekanth Reddy
2015-08-27
2
-5
/
+17
*
mpt3sas: Bump mpt3sas driver version to v6.100.00.00
Sreekanth Reddy
2015-08-27
1
-2
/
+2
*
mpt3sas: Add branding string support for OEM custom HBA
Sreekanth Reddy
2015-08-27
2
-0
/
+45
*
mpt3sas: Add branding string support for OEM's HBA
Sreekanth Reddy
2015-08-27
2
-0
/
+47
[next]