index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-02
lpfc: Fixed kernel panic in lpfc_abort_handler
James Smart
2
-1
/
+16
2014-06-02
lpfc: Fix locking for postbufq when freeing
James Smart
1
-3
/
+12
2014-06-02
lpfc: Fix locking for lpfc_hba_down_post
James Smart
1
-19
/
+60
2014-06-02
lpfc: Fix dynamic transitions of FirstBurst from on to off
James Smart
1
-0
/
+1
2014-06-02
hpsa: fix handling of hpsa_volume_offline return value
Stephen M. Cameron
2
-5
/
+9
2014-06-02
hpsa: return -ENOMEM not -1 on kzalloc failure in hpsa_get_device_id
Stephen M. Cameron
1
-1
/
+1
2014-06-02
hpsa: remove messages about volume status VPD inquiry page not supported
Stephen M. Cameron
1
-9
/
+3
2014-06-02
hpsa: report check condition even if no sense data present for ioaccel2 mode
Stephen M. Cameron
1
-2
/
+5
2014-06-02
hpsa: remove bad unlikely annotation from device list updating code
Stephen M. Cameron
1
-1
/
+1
2014-06-02
hpsa: fix event filtering to prevent excessive rescans with old firmware
Stephen M. Cameron
1
-3
/
+1
2014-06-02
hpsa: kill annoying messages about SSD Smart Path retries
Stephen M. Cameron
1
-10
/
+0
2014-06-02
hpsa: define extended_report_lun_entry data structure
Stephen M. Cameron
2
-14
/
+19
2014-06-02
hpsa: Rearrange start_io to avoid one unlock/lock sequence in main io path
Stephen M. Cameron
1
-8
/
+16
2014-06-02
hpsa: avoid unnecessary readl on every command submission
Stephen M. Cameron
2
-1
/
+21
2014-06-02
hpsa: use per-cpu variable for lockup_detected
Stephen M. Cameron
2
-28
/
+54
2014-06-02
hpsa: set irq affinity hints to route MSI-X vectors across CPUs
Stephen M. Cameron
1
-1
/
+16
2014-06-02
hpsa: allocate reply queues individually
Stephen M. Cameron
2
-28
/
+38
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
[next]