index
:
~dvdhrm/linux
drm-cleanup
drm-experimental
drm-log
drm-next
drmrevoke
fops
fops-experimental
hid-next
input-abs2
input-next
kdbus
master
memfd
memfd-isolate
revoke-experimental
simpledrm
wiimote
Private linux-kernel wip tree
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-23
[SCSI] fcoe, bnx2fc, libfcoe: SW FCoE and bnx2fc use FCoE Syfs
Robert Love
3
-25
/
+268
2012-05-23
[SCSI] libfcoe: Add fcoe_sysfs
Robert Love
3
-3
/
+844
2012-05-23
[SCSI] bnx2fc: Allocate fcoe_ctlr with bnx2fc_interface, not as a member
Robert Love
4
-63
/
+101
2012-05-23
[SCSI] fcoe: Allocate fcoe_ctlr with fcoe_interface, not as a member
Robert Love
2
-52
/
+93
2012-05-23
[SCSI] Fix dm-multipath starvation when scsi host is busy
Jun'ichi Nomura
1
-4
/
+7
2012-05-23
[SCSI] ufs: fix potential NULL pointer dereferencing error in ufshcd_prove.
Namjae Jeon
1
-2
/
+3
2012-05-22
[SCSI] qla2xxx: don't free pool that wasn't allocated
Dan Carpenter
1
-1
/
+1
2012-05-22
[SCSI] mptfusion: unlock on error in mpt_config()
Dan Carpenter
1
-0
/
+1
2012-05-22
[SCSI] tcm_qla2xxx: Add >= 24xx series fabric module for target-core
Nicholas Bellinger
4
-0
/
+2047
2012-05-22
[SCSI] qla2xxx: Add LLD target-mode infrastructure for >= 24xx series
Nicholas Bellinger
15
-35
/
+6472
2012-05-22
[SCSI] Revert "qla2xxx: During loopdown perform Diagnostic loopback."
Chad Dupuis
1
-1
/
+0
2012-05-22
[SCSI] qla2xxx: Display proper firmware version when new minidump template is...
Giridhar Malavali
1
-3
/
+3
2012-05-22
[SCSI] qla2xxx: Don't capture minidump for ISP82xx on flash update from appli...
Giridhar Malavali
4
-2
/
+15
2012-05-22
[SCSI] qla2xxx: Avoid losing any fc ports when loop id's are exhausted.
Joe Carnuccio
1
-63
/
+20
2012-05-22
[SCSI] qla2xxx: Log link up and link down messages to track link flops.
Chad Dupuis
4
-21
/
+35
2012-05-22
[SCSI] qla2xxx: Corrections to log messages.
Saurav Kashyap
2
-6
/
+5
2012-05-22
[SCSI] qla2xxx: Optimize existing port name server query matching.
Joe Carnuccio
2
-9
/
+8
2012-05-22
[SCSI] qla2xxx: Remove mirrored field vp_idx from struct fc_port.
Joe Carnuccio
7
-32
/
+19
2012-05-22
[SCSI] qla2xxx: Fixups for ISP83xx.
Nigel Kirkland
2
-5
/
+5
2012-05-22
[SCSI] qla2xxx: Display proper supported speeds for 16G FC adapters.
Giridhar Malavali
1
-0
/
+3
2012-05-22
[SCSI] qla2xxx: Fix typo in bus-reset handler.
Andrew Vasquez
1
-1
/
+1
2012-05-22
[SCSI] qla2xxx: Stats should be different from physical and virtual ports
Saurav Kashyap
4
-18
/
+14
2012-05-22
[SCSI] qla2xxx: Add ql_dbg_verbose logging level.
Saurav Kashyap
6
-193
/
+342
2012-05-22
[SCSI] qla2xxx: Handle interrupt registration failures more gracefully.
Chad Dupuis
2
-14
/
+40
2012-05-22
[SCSI] qla2xxx: Change "Done" to "Entering" in the debug print statement in q...
Chad Dupuis
1
-1
/
+1
2012-05-22
[SCSI] qla2xxx: Detect PEG errors.
Giridhar Malavali
3
-2
/
+43
2012-05-22
[SCSI] qla2xxx: Remove unneeded DPC wakeups from qla82xx_watchdog.
Chad Dupuis
1
-3
/
+0
2012-05-22
[SCSI] qla2xxx: Fix typo in qla_mbx.c
Masanari Iida
1
-2
/
+2
2012-05-22
[SCSI] qla2xxx: Micro optimization in queuecommand handler
Chetan Loke
1
-10
/
+9
2012-05-22
[SCSI] qla2xxx: Fix typo in qla_init.c
Raul Porcel
1
-3
/
+3
2012-05-22
[SCSI] scsi_pm: resume device if suspend failed
Aaron Lu
1
-1
/
+4
2012-05-22
[SCSI] bfa: Fix to set vport FC host sysfs entries
Krishna Gudipati
3
-1
/
+19
2012-05-22
[SCSI] bnx2fc: Bumped version to 1.0.11
Bhanu Prakash Gollapudi
2
-2
/
+2
2012-05-22
[SCSI] bnx2fc: cleanup task management IO when it times out.
Bhanu Prakash Gollapudi
2
-1
/
+25
2012-05-22
[SCSI] bnx2fc: Decrememnt io ref count when abort times out
Bhanu Prakash Gollapudi
2
-47
/
+70
2012-05-22
[SCSI] bnx2fc: Allow FLOGI to be retried when receiving bad responses.
Bhanu Prakash Gollapudi
1
-13
/
+3
2012-05-21
fbdev: sh_mobile_lcdc: Don't confuse line size with pitch
Laurent Pinchart
2
-2
/
+4
2012-05-21
Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-32
/
+207
2012-05-22
virtio-mmio: Devices parameter parsing
Pawel Moll
2
-0
/
+174
2012-05-22
virtio_blk: Drop unused request tracking list
Asias He
1
-10
/
+0
2012-05-22
virtio-blk: Fix hot-unplug race in remove method
Asias He
1
-0
/
+11
2012-05-22
virtio: Use ida to allocate virtio index
Asias He
1
-2
/
+9
2012-05-22
virtio: balloon: separate out common code between remove and freeze functions
Amit Shah
1
-14
/
+12
2012-05-22
virtio: balloon: drop restore_common()
Amit Shah
1
-6
/
+1
2012-05-21
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-12
/
+1
2012-05-21
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-22
/
+24
2012-05-21
Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-86
/
+562
2012-05-21
Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
75
-441
/
+10531
2012-05-21
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
95
-4257
/
+6480
2012-05-21
Merge branch 'usb-target-merge' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-0
/
+2638
[next]