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-02-07
nvmem: mediatek: Add Mediatek EFUSE driver
Andrew-CT Chen
3
-0
/
+102
2016-02-07
dt-bindings: add document of mediatek efuse driver
Andrew-CT Chen
1
-0
/
+36
2016-02-07
nvmem: NXP LPC18xx EEPROM memory NVMEM driver
Ariel D'Alessandro
3
-0
/
+341
2016-02-07
DT: nvmem: Add NXP LPC18xx EEPROM memory binding documentation
Ariel D'Alessandro
1
-0
/
+28
2016-02-07
misc: c2port: use kobj_to_dev()
Geliang Tang
1
-6
/
+2
2016-02-07
misc: cxl: use kobj_to_dev()
Geliang Tang
1
-3
/
+2
2016-02-07
misc: eeprom: use kobj_to_dev()
Geliang Tang
4
-7
/
+7
2016-02-07
misc: apds990x, bh1770glc, lis3lv02d: use to_i2c_client
Geliang Tang
3
-12
/
+12
2016-02-07
misc/bmp085: Enable building as a module
Ben Hutchings
1
-1
/
+1
2016-02-07
drivers/misc: make arm-charlcd.c explicitly non-modular
Paul Gortmaker
1
-22
/
+2
2016-02-07
misc: pch_phub: allow build on MIPS platforms
Paul Burton
1
-1
/
+1
2016-02-07
misc: st_core: remove unreachable code
Sudip Mukherjee
1
-1
/
+0
2016-02-07
scripts: fix typo in ver_linux
Matthias Lange
1
-1
/
+1
2016-02-07
misc: mic: use common error path
Sudip Mukherjee
1
-6
/
+7
2016-02-07
misc: mic: return error directly
Sudip Mukherjee
1
-2
/
+2
2016-02-07
misc: mic: return error properly
Sudip Mukherjee
1
-1
/
+6
2016-02-07
misc: mic: remove unneeded debug message
Sudip Mukherjee
1
-6
/
+5
2016-02-07
mic_virtio: fix a timeout loop
Dan Carpenter
1
-1
/
+1
2016-02-07
misc: mic: Fix crash when MIC reset is invoked in RESET_FAILED state
Ashutosh Dixit
2
-4
/
+11
2016-02-07
intel_th: pci: Add Broxton SOC support
Alexander Shishkin
1
-0
/
+5
2016-02-07
intel_th: pci: Add Apollo Lake SOC support
Alexander Shishkin
1
-0
/
+5
2016-02-07
stm class: Prevent user-controllable allocations
Alexander Shishkin
1
-0
/
+3
2016-02-07
stm class: Fix an off-by-one in master array allocation
Chunyan Zhang
1
-1
/
+1
2016-02-07
stm class: Fix link list locking
Alexander Shishkin
2
-9
/
+30
2016-02-07
stm class: Fix locking in unbinding policy path
Alexander Shishkin
1
-3
/
+15
2016-02-07
stm class: Select CONFIG_SRCU
Arnd Bergmann
1
-0
/
+1
2016-02-07
intel_th: INTEL_TH should depend on HAS_DMA
Geert Uytterhoeven
1
-0
/
+1
2016-02-07
stm class: Hide STM-specific options if STM is disabled
Geert Uytterhoeven
1
-0
/
+4
2016-02-07
coresight: implementing 'cpu_id()' API
Mathieu Poirier
3
-0
/
+19
2016-02-07
coresight: removing bind/unbind options from sysfs
Mathieu Poirier
8
-91
/
+8
2016-02-07
coresight: remove csdev's link from topology
Mathieu Poirier
1
-0
/
+46
2016-02-07
coresight: release reference taken by 'bus_find_device()'
Mathieu Poirier
1
-0
/
+2
2016-02-07
coresight: coresight_unregister() function cleanup
Mathieu Poirier
1
-1
/
+2
2016-02-07
coresight: fixing lockdep error
Mathieu Poirier
1
-4
/
+0
2016-02-07
coresight: fixing indentation problem
Mathieu Poirier
1
-1
/
+1
2016-02-07
VMCI: Use 32bit atomics for queue headers on X86_32
Jorgen Hansen
2
-5
/
+40
2016-02-07
Drivers: hv: vmbus: Give control over how the ring access is serialized
K. Y. Srinivasan
5
-10
/
+37
2016-02-07
Drivers: hv: vmbus: Eliminate the spin lock on the read path
K. Y. Srinivasan
1
-13
/
+5
2016-02-07
Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()
Dexuan Cui
3
-7
/
+32
2016-02-07
Drivers: hv: vmbus: add a per-channel rescind callback
Dexuan Cui
2
-0
/
+20
2016-02-07
Drivers: hv: vmbus: add a hvsock flag in struct hv_driver
Dexuan Cui
2
-0
/
+18
2016-02-07
Drivers: hv: vmbus: define a new VMBus message type for hvsock
Dexuan Cui
3
-0
/
+32
2016-02-07
Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signaling
Dexuan Cui
1
-1
/
+5
2016-02-07
Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)
Dexuan Cui
1
-0
/
+7
2016-02-07
Drivers: hv: vmbus: add a helper function to set a channel's pending send size
Dexuan Cui
1
-0
/
+6
2016-02-07
Drivers: hv: vmbus: don't manipulate with clocksources on crash
Vitaly Kuznetsov
1
-2
/
+8
2016-02-07
Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_u...
Vitaly Kuznetsov
1
-1
/
+43
2016-02-07
Drivers: hv: vmbus: avoid infinite loop in init_vp_index()
Vitaly Kuznetsov
1
-0
/
+11
2016-02-07
tools/hv: Use include/uapi with __EXPORTED_HEADERS__
Kamal Mostafa
1
-0
/
+2
2016-02-07
Drivers: hv: vmbus: Add vendor and device atttributes
K. Y. Srinivasan
4
-43
/
+186
[next]