index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
hpsa: use per-cpu variable for lockup_detected
Stephen M. Cameron
2014-06-02
2
-28
/
+54
*
hpsa: set irq affinity hints to route MSI-X vectors across CPUs
Stephen M. Cameron
2014-06-02
1
-1
/
+16
*
hpsa: allocate reply queues individually
Stephen M. Cameron
2014-06-02
2
-28
/
+38
*
hpsa: choose number of reply queues more intelligently.
Stephen M. Cameron
2014-06-02
2
-1
/
+3
*
hpsa: remove dev_dbg() calls from hot paths
Stephen M. Cameron
2014-06-02
1
-5
/
+0
*
hpsa: use gcc aligned attribute instead of manually padding structs
Stephen M. Cameron
2014-06-02
2
-30
/
+6
*
hpsa: change doorbell reset delay to ten seconds
Justin Lindley
2014-06-02
1
-2
/
+2
*
hpsa: allow passthru ioctls to work with bidirectional commands
Stephen M. Cameron
2014-06-02
1
-4
/
+4
*
hpsa: remove unused fields from struct ctlr_info
Stephen M. Cameron
2014-06-02
2
-5
/
+0
*
mvsas: Recognise device/subsystem 9485/9485 as 88SE9485
Ben Hutchings
2014-06-02
1
-0
/
+9
*
Revert "be2iscsi: Fix processing cqe for cxn whose endpoint is freed"
Christoph Hellwig
2014-06-02
1
-11
/
+0
*
mptfusion: fix msgContext in mptctl_hp_hostinfo
Tomas Henzl
2014-05-28
1
-3
/
+3
*
acornscsi: remove linked command support
Paul Bolle
2014-05-28
1
-53
/
+0
*
scsi/NCR5380: dprintk macro
Finn Thain
2014-05-28
2
-8
/
+4
*
fusion: Remove use of DEF_SCSI_QCMD
Matthew Wilcox
2014-05-28
5
-26
/
+18
*
fusion: Add free msg frames to the head, not tail of list
Matthew Wilcox
2014-05-28
1
-1
/
+1
*
mpt2sas: Add free smids to the head, not tail of list
Matthew Wilcox
2014-05-28
1
-4
/
+4
*
mpt2sas: Remove use of DEF_SCSI_QCMD
Matthew Wilcox
2014-05-28
1
-6
/
+3
*
mpt2sas: Remove uses of serial_number
Matthew Wilcox
2014-05-28
3
-11
/
+8
*
mpt3sas: Remove use of DEF_SCSI_QCMD
Matthew Wilcox
2014-05-28
1
-6
/
+3
*
mpt3sas: Remove uses of serial_number
Matthew Wilcox
2014-05-28
3
-11
/
+8
*
qla2xxx: Use kmemdup instead of kmalloc + memcpy
Benoit Taine
2014-05-28
1
-2
/
+1
*
qla4xxx: Use kmemdup instead of kmalloc + memcpy
Benoit Taine
2014-05-28
1
-4
/
+3
*
qla2xxx: fix incorrect debug printk
Dan Carpenter
2014-05-28
1
-1
/
+2
*
be2iscsi: Bump the driver version
Jayamohan Kallickal
2014-05-28
1
-1
/
+1
*
be2iscsi: Fix processing cqe for cxn whose endpoint is freed
Jayamohan Kallickal
2014-05-28
1
-0
/
+11
*
be2iscsi: Fix destroy MCC-CQ before MCC-EQ is destroyed
Jayamohan Kallickal
2014-05-28
1
-5
/
+6
*
be2iscsi: Fix memory corruption in MBX path
Jayamohan Kallickal
2014-05-28
1
-1
/
+1
*
be2iscsi: Fix TCP parameters while connection offloading.
Jayamohan Kallickal
2014-05-28
3
-6
/
+40
*
be2iscsi: Fix interrupt Coalescing mechanism.
Jayamohan Kallickal
2014-05-28
6
-5
/
+118
*
be2iscsi: Fix exposing Host in sysfs after adapter initialization is complete
Jayamohan Kallickal
2014-05-28
1
-8
/
+3
*
be2iscsi: Fix retrieving MCCQ_WRB in non-embedded Mbox path
Jayamohan Kallickal
2014-05-28
1
-7
/
+7
*
scsi: ufs: Improve UFS fatal error handling
Sujit Reddy Thumma
2014-05-28
2
-90
/
+149
*
scsi: ufs: Fix device and host reset methods
Sujit Reddy Thumma
2014-05-28
2
-53
/
+189
*
scsi: ufs: Fix hardware race conditions while aborting a command
Sujit Reddy Thumma
2014-05-28
1
-15
/
+55
*
scsi: ufs: Fix broken task management command implementation
Sujit Reddy Thumma
2014-05-28
2
-55
/
+122
*
scsi: ufs: make undeclared functions static
Sujit Reddy Thumma
2014-05-28
2
-2
/
+4
*
scsi: ufs: fix endianness sparse warnings
Sujit Reddy Thumma
2014-05-28
3
-68
/
+42
*
hpsa: fix bad comparison of signed with unsigned in hpsa_update_scsi_devices
Joe Handzik
2014-05-28
1
-1
/
+1
*
scsi/NCR5380: merge sun3_scsi_vme.c into sun3_scsi.c
Finn Thain
2014-05-28
2
-634
/
+172
*
scsi/NCR5380: reduce depth of sun3_scsi nested includes
Finn Thain
2014-05-28
3
-5
/
+5
*
scsi/NCR5380: remove unused macro definitions
Finn Thain
2014-05-28
2
-274
/
+0
*
scsi/NCR5380: fix and standardize NDEBUG macros
Finn Thain
2014-05-28
9
-54
/
+19
*
scsi/NCR5380: adopt dprintk()
Finn Thain
2014-05-28
3
-134
/
+134
*
scsi/NCR5380: adopt NCR5380_dprint() and NCR5380_dprint_phase()
Finn Thain
2014-05-28
2
-22
/
+22
*
scsi/NCR5380: fix dprintk macro usage and definition
Finn Thain
2014-05-28
2
-66
/
+66
*
scsi/NCR5380: fix build failures when debugging is enabled
Finn Thain
2014-05-28
2
-9
/
+9
*
scsi/NCR5380: use NCR5380_dprint() instead of NCR5380_print()
Finn Thain
2014-05-28
1
-3
/
+1
*
scsi/NCR5380: remove old CVS keywords
Finn Thain
2014-05-28
10
-38
/
+0
*
scsi/NCR5380: remove redundant HOSTS_C macro tests
Finn Thain
2014-05-28
5
-15
/
+0
[next]