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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-08
scsi: mpt3sas: Remove unused macro "MPT_DEVICE_TLR_ON"
Suganath Prabu Subramani
1
-1
/
+0
2016-11-08
scsi: mpt3sas: Implement device_remove_in_progress check in IOCTL path
Suganath Prabu Subramani
4
-8
/
+86
2016-11-08
scsi: mpt3sas: Fix for incorrect numbers for MSIX vectors enabled when non RD...
Suganath Prabu Subramani
1
-5
/
+7
2016-11-08
scsi: mpt3sas: Fix for improper info displayed in var log, while blocking or ...
Suganath Prabu Subramani
1
-4
/
+4
2016-11-08
scsi: advansys: fix build warning for PCI=n
Arnd Bergmann
1
-0
/
+3
2016-11-08
scsi: libfc: Don't have fc_exch_find log errors on a new exchange
Chris Leech
1
-0
/
+3
2016-11-08
scsi: ufs: optimize clock gate work
Venkat Gopalakrishnan
1
-1
/
+8
2016-11-08
scsi: ufshcd: Fix race between clk scaling and ungate work
Venkat Gopalakrishnan
1
-0
/
+15
2016-11-08
scsi: ufs: fail ufshcd_probe_hba() if power configuration fails
Dov Levenglick
1
-1
/
+3
2016-11-08
scsi: ufs: suspend clock scaling for failed runtime_resume
Gilad Broner
1
-16
/
+24
2016-11-08
scsi: ufs: fix sense buffer size to 18 bytes
Gilad Broner
1
-5
/
+7
2016-11-08
scsi: ufs: commit descriptors before setting the doorbell
Gilad Broner
1
-0
/
+8
2016-11-08
scsi: ufs: fix bugs related to null pointer access and array size
Yaniv Gardi
2
-7
/
+21
2016-11-08
scsi: cciss: replace custom function to hexdump
Andy Shevchenko
1
-62
/
+10
2016-11-08
scsi: replace custom approach to hexdump small buffers
Andy Shevchenko
2
-13
/
+2
2016-11-08
scsi: ips: don't use custom hex_asc_upper[] table
Andy Shevchenko
1
-8
/
+5
2016-11-08
scsi: qla4xxx: print MAC and SID via %p[mM][R]
Oleksandr Khoshaba
3
-21
/
+7
2016-11-08
scsi: fusion: print lan address via %pMR
Andy Shevchenko
1
-10
/
+4
2016-11-08
scsi: fnic: use kernel's '%pM' format option to print MAC
Andy Shevchenko
1
-8
/
+2
2016-11-08
scsi: megaraid_sas: Do not fire DCMDs during PCI shutdown/detach
Kashyap Desai
2
-3
/
+45
2016-11-08
scsi: megaraid_sas: Send correct PhysArm to FW for R1 VD downgrade
Kashyap Desai
1
-2
/
+4
2016-11-08
scsi: megaraid_sas: For SRIOV enabled firmware, ensure VF driver waits for 30...
Kashyap Desai
1
-0
/
+1
2016-11-08
MAINTAINERS: Revise lpfc maintainers to reflect Broadcom
James Smart
1
-4
/
+4
2016-11-08
scsi: libfc: Replace ->seq_release callback with function call
Hannes Reinecke
3
-12
/
+4
2016-11-08
scsi: libfc: Replace ->seq_assign callback with function call
Hannes Reinecke
3
-12
/
+4
2016-11-08
scsi: libfc: Replace ->seq_set_resp callback with direct function call
Hannes Reinecke
3
-18
/
+8
2016-11-08
scsi: libfc: Replace ->seq_start_next callback with function call
Hannes Reinecke
6
-17
/
+9
2016-11-08
scsi: libfc: Replace ->exch_done callback with function call
Hannes Reinecke
5
-26
/
+15
2016-11-08
scsi: libfc: Replace ->seq_exch_abort callback with function call
Hannes Reinecke
3
-20
/
+11
2016-11-08
scsi: libfc: Replace ->seq_send callback with function call
Hannes Reinecke
5
-18
/
+9
2016-11-08
scsi: libfc: Remove fc_rport_init()
Hannes Reinecke
4
-13
/
+0
2016-11-08
scsi: libfc: Replace ->rport_flush_queue callback with function call
Hannes Reinecke
5
-14
/
+6
2016-11-08
scsi: libfc: Replace ->rport_recv_req callback with function call
Hannes Reinecke
3
-12
/
+4
2016-11-08
scsi: libfc: Replace ->rport_logoff callback with function call
Hannes Reinecke
6
-28
/
+18
2016-11-08
scsi: libfc: Replace ->rport_login callback with function call
Hannes Reinecke
5
-25
/
+19
2016-11-08
scsi: libfc: Replace ->rport_create callback with function call
Hannes Reinecke
5
-21
/
+11
2016-11-08
scsi: scsi_transport_fc: rename 'fc_rport_create' to 'fc_remote_port_create'
Hannes Reinecke
1
-4
/
+4
2016-11-08
scsi: libfc: Replace ->rport_lookup callback with function call
Hannes Reinecke
4
-19
/
+12
2016-11-08
scsi: libfc: Replace ->rport_destroy callback with function call
Hannes Reinecke
5
-56
/
+43
2016-11-08
scsi: libfc: Replace ->exch_seq_send callback with function call
Hannes Reinecke
6
-55
/
+45
2016-11-08
scsi: libfc: Replace ->lport_recv with function call
Hannes Reinecke
3
-15
/
+6
2016-11-08
scsi: libfc: Replace ->lport_reset callback with function call
Hannes Reinecke
4
-12
/
+2
2016-11-08
scsi: libfc: Replace ->seq_els_rsp_send callback with function call
Hannes Reinecke
6
-32
/
+24
2016-11-08
scsi: ibmvscsis: Issues from Dan Carpenter/Smatch
Michael Cyr
1
-10
/
+3
2016-11-08
scsi: ibmvscsis: Return correct partition name/# to client
Michael Cyr
1
-1
/
+4
2016-11-08
scsi: ibmvscsis: Clean up properly if target_submit_cmd/tmr fails
Michael Cyr
1
-0
/
+7
2016-11-08
scsi: ibmvscsis: Synchronize cmds at remove time
Michael Cyr
2
-5
/
+37
2016-11-08
scsi: ibmvscsis: Synchronize cmds at tpg_enable_store time
Michael Cyr
2
-188
/
+38
2016-11-08
scsi: ibmvscsis: Rearrange functions for future patches
Michael Cyr
1
-328
/
+330
2016-11-08
scsi: g_NCR5380: add HAS_IOPORT_MAP dependency
Arnd Bergmann
1
-1
/
+1
[next]