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
2018-02-27
scsi: qedi: fix build regression
Arnd Bergmann
1
-2
/
+0
2018-02-27
scsi: libsas: Fix kernel-doc headers
Bart Van Assche
5
-24
/
+27
2018-02-22
scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018
James Smart
6
-6
/
+6
2018-02-22
scsi: lpfc: update driver version to 12.0.0.0
James Smart
1
-1
/
+1
2018-02-22
scsi: lpfc: Work around NVME cmd iu SGL type
James Smart
6
-17
/
+69
2018-02-22
scsi: lpfc: Fix nvme embedded io length on new hardware
James Smart
1
-1
/
+1
2018-02-22
scsi: lpfc: Add embedded data pointers for enhanced performance
James Smart
7
-6
/
+94
2018-02-22
scsi: lpfc: Enable fw download on if_type=6 devices
James Smart
3
-17
/
+33
2018-02-22
scsi: lpfc: Add if_type=6 support for cycling valid bits
James Smart
4
-17
/
+92
2018-02-22
scsi: lpfc: Add 64G link speed support
James Smart
9
-30
/
+93
2018-02-22
scsi: lpfc: Add PCI Ids for if_type=6 hardware
James Smart
3
-0
/
+6
2018-02-22
scsi: lpfc: Add push-to-adapter support to sli4
James Smart
6
-87
/
+220
2018-02-22
scsi: lpfc: Add SLI-4 if_type=6 support to the code base
James Smart
5
-26
/
+275
2018-02-22
scsi: lpfc: Rework sli4 doorbell infrastructure
James Smart
5
-19
/
+32
2018-02-22
scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers
James Smart
3
-31
/
+44
2018-02-22
scsi: qla2xxx: Use dma_pool_zalloc()
Souptick Joarder
3
-16
/
+4
2018-02-21
scsi: qla4xxx: Use dma_pool_zalloc()
Souptick Joarder
2
-7
/
+3
2018-02-15
scsi: ufs: sysfs: attributes
Stanislav Nijnikov
5
-7
/
+109
2018-02-15
scsi: ufs: sysfs: flags
Stanislav Nijnikov
2
-3
/
+50
2018-02-15
scsi: ufs: sysfs: unit descriptor
Stanislav Nijnikov
5
-16
/
+88
2018-02-15
scsi: core: host template attribute groups
Stanislav Nijnikov
1
-0
/
+11
2018-02-15
scsi: ufs: sysfs: string descriptors
Stanislav Nijnikov
3
-7
/
+72
2018-02-15
scsi: ufs: sysfs: power descriptor
Stanislav Nijnikov
1
-0
/
+117
2018-02-15
scsi: ufs: sysfs: health descriptor
Stanislav Nijnikov
4
-0
/
+40
2018-02-15
scsi: ufs: sysfs: geometry descriptor
Stanislav Nijnikov
2
-0
/
+120
2018-02-15
scsi: ufs: sysfs: interconnect descriptor
Stanislav Nijnikov
2
-0
/
+26
2018-02-15
scsi: ufs: sysfs: device descriptor
Stanislav Nijnikov
4
-6
/
+136
2018-02-15
scsi: ufs: sysfs: attribute group for existing sysfs entries.
Stanislav Nijnikov
5
-153
/
+178
2018-02-15
scsi: scsi_debug: call resp_*() function after setting host_scribble
Martin Wilck
1
-20
/
+33
2018-02-15
scsi: scsi_transport_spi: make two const arrays static, shrinks object size
Colin Ian King
1
-2
/
+2
2018-02-13
scsi: scsi_debug: reset injection flags for every_nth > 0
Martin Wilck
1
-1
/
+6
2018-02-13
scsi: scsi_debug: implement IMMED bit
Douglas Gilbert
1
-11
/
+65
2018-02-13
scsi: scsi_debug: Fix pointer styling issues
John Pittman
1
-36
/
+36
2018-02-13
scsi: core: Reduce number of scsi_test_unit_ready() retries
Bart Van Assche
1
-1
/
+1
2018-02-13
scsi: core: Move the eh_deadline module parameter definition
Bart Van Assche
1
-6
/
+6
2018-02-13
scsi: core: scmd_eh_abort_handler(): Add a comment
Bart Van Assche
1
-0
/
+6
2018-02-13
scsi: pmcraid: Use sgl_alloc_order() and sgl_free_order()
Bart Van Assche
3
-40
/
+6
2018-02-13
scsi: pmcraid: Remove an unused structure member
Bart Van Assche
1
-1
/
+0
2018-02-13
scsi: ipr: Use sgl_alloc_order() and sgl_free_order()
Bart Van Assche
3
-42
/
+10
2018-02-13
scsi: pmcraid: remove redundant initializations of pointer 'ioadl'
Colin Ian King
1
-4
/
+4
2018-02-13
scsi: isci: remove redundant initialization to 'bit'
Colin Ian King
1
-1
/
+1
2018-02-13
scsi: sym53c416: avoid section mismatch with LTO
Arnd Bergmann
1
-1
/
+1
2018-02-13
scsi: NCR53c406a: avoid section mismatch with LTO
Arnd Bergmann
1
-1
/
+1
2018-02-13
scsi: aacraid: Auto detect INTx or MSIx mode during sync cmd processing
Raghava Aditya Renukunta
2
-6
/
+17
2018-02-13
scsi: aacraid: Preserve MSIX mode in the OMR register
Raghava Aditya Renukunta
1
-0
/
+22
2018-02-13
scsi: aacraid: Implement DropIO sync command
Raghava Aditya Renukunta
2
-6
/
+159
2018-02-13
scsi: qedf: use correct strncpy() size
Arnd Bergmann
1
-1
/
+1
2018-02-13
scsi: qedf: fix LTO-enabled build
Arnd Bergmann
3
-15
/
+16
2018-02-13
scsi: libfc: remove redundant initialization of 'disc'
Colin Ian King
1
-1
/
+1
2018-02-13
scsi: qedf: remove redundant initialization of 'fcport'
Colin Ian King
1
-1
/
+1
[next]