index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-02
hpsa: choose number of reply queues more intelligently.
Stephen M. Cameron
2
-1
/
+3
2014-06-02
hpsa: remove dev_dbg() calls from hot paths
Stephen M. Cameron
1
-5
/
+0
2014-06-02
hpsa: use gcc aligned attribute instead of manually padding structs
Stephen M. Cameron
2
-30
/
+6
2014-06-02
hpsa: change doorbell reset delay to ten seconds
Justin Lindley
1
-2
/
+2
2014-06-02
hpsa: allow passthru ioctls to work with bidirectional commands
Stephen M. Cameron
1
-4
/
+4
2014-06-02
hpsa: remove unused fields from struct ctlr_info
Stephen M. Cameron
2
-5
/
+0
2014-06-02
mvsas: Recognise device/subsystem 9485/9485 as 88SE9485
Ben Hutchings
1
-0
/
+9
2014-06-02
Revert "be2iscsi: Fix processing cqe for cxn whose endpoint is freed"
Christoph Hellwig
1
-11
/
+0
2014-05-28
mptfusion: fix msgContext in mptctl_hp_hostinfo
Tomas Henzl
1
-3
/
+3
2014-05-28
acornscsi: remove linked command support
Paul Bolle
1
-53
/
+0
2014-05-28
scsi/NCR5380: dprintk macro
Finn Thain
2
-8
/
+4
2014-05-28
fusion: Remove use of DEF_SCSI_QCMD
Matthew Wilcox
5
-26
/
+18
2014-05-28
fusion: Add free msg frames to the head, not tail of list
Matthew Wilcox
1
-1
/
+1
2014-05-28
mpt2sas: Add free smids to the head, not tail of list
Matthew Wilcox
1
-4
/
+4
2014-05-28
mpt2sas: Remove use of DEF_SCSI_QCMD
Matthew Wilcox
1
-6
/
+3
2014-05-28
mpt2sas: Remove uses of serial_number
Matthew Wilcox
3
-11
/
+8
2014-05-28
mpt3sas: Remove use of DEF_SCSI_QCMD
Matthew Wilcox
1
-6
/
+3
2014-05-28
mpt3sas: Remove uses of serial_number
Matthew Wilcox
3
-11
/
+8
2014-05-28
qla2xxx: Use kmemdup instead of kmalloc + memcpy
Benoit Taine
1
-2
/
+1
2014-05-28
qla4xxx: Use kmemdup instead of kmalloc + memcpy
Benoit Taine
1
-4
/
+3
2014-05-28
qla2xxx: fix incorrect debug printk
Dan Carpenter
1
-1
/
+2
2014-05-28
be2iscsi: Bump the driver version
Jayamohan Kallickal
1
-1
/
+1
2014-05-28
be2iscsi: Fix processing cqe for cxn whose endpoint is freed
Jayamohan Kallickal
1
-0
/
+11
2014-05-28
be2iscsi: Fix destroy MCC-CQ before MCC-EQ is destroyed
Jayamohan Kallickal
1
-5
/
+6
2014-05-28
be2iscsi: Fix memory corruption in MBX path
Jayamohan Kallickal
1
-1
/
+1
2014-05-28
be2iscsi: Fix TCP parameters while connection offloading.
Jayamohan Kallickal
3
-6
/
+40
2014-05-28
be2iscsi: Fix interrupt Coalescing mechanism.
Jayamohan Kallickal
6
-5
/
+118
2014-05-28
be2iscsi: Fix exposing Host in sysfs after adapter initialization is complete
Jayamohan Kallickal
1
-8
/
+3
2014-05-28
be2iscsi: Fix retrieving MCCQ_WRB in non-embedded Mbox path
Jayamohan Kallickal
1
-7
/
+7
2014-05-28
scsi: ufs: Improve UFS fatal error handling
Sujit Reddy Thumma
2
-90
/
+149
2014-05-28
scsi: ufs: Fix device and host reset methods
Sujit Reddy Thumma
2
-53
/
+189
2014-05-28
scsi: ufs: Fix hardware race conditions while aborting a command
Sujit Reddy Thumma
1
-15
/
+55
2014-05-28
scsi: ufs: Fix broken task management command implementation
Sujit Reddy Thumma
2
-55
/
+122
2014-05-28
scsi: ufs: make undeclared functions static
Sujit Reddy Thumma
2
-2
/
+4
2014-05-28
scsi: ufs: fix endianness sparse warnings
Sujit Reddy Thumma
3
-68
/
+42
2014-05-28
hpsa: fix bad comparison of signed with unsigned in hpsa_update_scsi_devices
Joe Handzik
1
-1
/
+1
2014-05-28
scsi/NCR5380: merge sun3_scsi_vme.c into sun3_scsi.c
Finn Thain
2
-634
/
+172
2014-05-28
scsi/NCR5380: reduce depth of sun3_scsi nested includes
Finn Thain
3
-5
/
+5
2014-05-28
scsi/NCR5380: remove unused macro definitions
Finn Thain
2
-274
/
+0
2014-05-28
scsi/NCR5380: fix and standardize NDEBUG macros
Finn Thain
9
-54
/
+19
2014-05-28
scsi/NCR5380: adopt dprintk()
Finn Thain
3
-134
/
+134
2014-05-28
scsi/NCR5380: adopt NCR5380_dprint() and NCR5380_dprint_phase()
Finn Thain
2
-22
/
+22
2014-05-28
scsi/NCR5380: fix dprintk macro usage and definition
Finn Thain
2
-66
/
+66
2014-05-28
scsi/NCR5380: fix build failures when debugging is enabled
Finn Thain
2
-9
/
+9
2014-05-28
scsi/NCR5380: use NCR5380_dprint() instead of NCR5380_print()
Finn Thain
1
-3
/
+1
2014-05-28
scsi/NCR5380: remove old CVS keywords
Finn Thain
10
-38
/
+0
2014-05-28
scsi/NCR5380: remove redundant HOSTS_C macro tests
Finn Thain
5
-15
/
+0
2014-05-28
scsi/NCR5380: remove unused BOARD_NORMAL and BOARD_NCR53C400
Finn Thain
4
-12
/
+0
2014-05-19
scsi_debug: simple short transfer injection
Christoph Hellwig
1
-0
/
+8
2014-05-19
virtio_scsi: use cmd_size
Christoph Hellwig
1
-18
/
+7
[next]