index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mcb
/
mcb-internal.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-05-31
mei: fix up uuid matching
Greg Kroah-Hartman
4
-11
/
+9
2015-05-24
hwmon: Allow to compile dell-smm-hwmon driver without /proc/i8k
Pali Rohár
4
-82
/
+106
2015-05-24
hwmon: Rename i8k driver to dell-smm-hwmon and move it to hwmon tree
Pali Rohár
4
-5
/
+7
2015-05-24
virtio_console: silence a static checker warning
Dan Carpenter
1
-2
/
+2
2015-05-24
xillybus: XILLYBUS_OF should depend on HAS_DMA
Geert Uytterhoeven
1
-1
/
+1
2015-05-24
goldfish_pipe: Fix unlikely() misuse
Joe Perches
1
-1
/
+1
2015-05-24
pcmcia: fix a boot time warning in pcmcia cs code
Dmitry Eremin-Solenikov
1
-4
/
+6
2015-05-24
um,ethertap: use strncpy
Alan
1
-1
/
+1
2015-05-24
drivers/char: Remove msm_smd_pkt driver
Stephen Boyd
3
-474
/
+0
2015-05-24
Drivers: hv: vmbus: distribute subchannels among all vcpus
Vitaly Kuznetsov
1
-1
/
+28
2015-05-24
Drivers: hv: vmbus: move init_vp_index() call to vmbus_process_offer()
Vitaly Kuznetsov
1
-2
/
+5
2015-05-24
Drivers: hv: vmbus: decrease num_sc on subchannel removal
Vitaly Kuznetsov
1
-1
/
+2
2015-05-24
Drivers: hv: vmbus: briefly comment num_sc and next_oc
Vitaly Kuznetsov
1
-3
/
+9
2015-05-24
Drivers: hv: vmbus: unify calls to percpu_channel_enq()
Vitaly Kuznetsov
1
-33
/
+18
2015-05-24
Drivers: hv: vmbus: kill tasklets on module unload
Vitaly Kuznetsov
1
-1
/
+4
2015-05-24
Drivers: hv: vmbus: do cleanup on all vmbus_open() failure paths
Vitaly Kuznetsov
1
-7
/
+6
2015-05-24
Drivers: hv: vmbus: Implement the protocol for tearing down vmbus state
K. Y. Srinivasan
5
-1
/
+34
2015-05-24
drivers: hv: vmbus: Get rid of some unused definitions
K. Y. Srinivasan
1
-19
/
+0
2015-05-24
hv: vmbus_free_channels(): remove the redundant free_channel()
Dexuan Cui
1
-3
/
+8
2015-05-24
Drivers: hv: vmbus: unregister panic notifier on module unload
Vitaly Kuznetsov
1
-0
/
+4
2015-05-24
Drivers: hv: vmbus: introduce vmbus_acpi_remove
Vitaly Kuznetsov
1
-0
/
+10
2015-05-24
Drivers: hv: utils: unify driver registration reporting
Vitaly Kuznetsov
3
-4
/
+4
2015-05-24
Drivers: hv: fcopy: full handshake support
Vitaly Kuznetsov
3
-2
/
+32
2015-05-24
Drivers: hv: vss: full handshake support
Vitaly Kuznetsov
3
-12
/
+56
2015-05-24
Tools: hv: vss: use misc char device to communicate with kernel
Vitaly Kuznetsov
1
-114
/
+25
2015-05-24
Tools: hv: kvp: use misc char device to communicate with kernel
Vitaly Kuznetsov
1
-135
/
+31
2015-05-24
Drivers: hv: kvp: convert to hv_utils_transport
Vitaly Kuznetsov
1
-49
/
+42
2015-05-24
Drivers: hv: fcopy: convert to hv_utils_transport
Vitaly Kuznetsov
1
-148
/
+46
2015-05-24
Drivers: hv: vss: convert to hv_utils_transport
Vitaly Kuznetsov
1
-25
/
+27
2015-05-24
Drivers: hv: util: introduce hv_utils_transport abstraction
Vitaly Kuznetsov
3
-1
/
+328
2015-05-24
Drivers: hv: fcopy: set .owner reference for file operations
Vitaly Kuznetsov
1
-4
/
+2
2015-05-24
Drivers: hv: fcopy: switch to using the hvutil_device_state state machine
Vitaly Kuznetsov
1
-40
/
+30
2015-05-24
Drivers: hv: vss: switch to using the hvutil_device_state state machine
Vitaly Kuznetsov
1
-29
/
+58
2015-05-24
Drivers: hv: kvp: switch to using the hvutil_device_state state machine
Vitaly Kuznetsov
1
-38
/
+49
2015-05-24
Drivers: hv: util: introduce state machine for util drivers
Vitaly Kuznetsov
1
-0
/
+9
2015-05-24
Drivers: hv: fcopy: rename fcopy_work -> fcopy_timeout_work
Vitaly Kuznetsov
1
-7
/
+7
2015-05-24
Drivers: hv: kvp: rename kvp_work -> kvp_timeout_work
Vitaly Kuznetsov
1
-8
/
+8
2015-05-24
Drivers: hv: vss: process deferred messages when we complete the transaction
Vitaly Kuznetsov
1
-5
/
+9
2015-05-24
Drivers: hv: fcopy: process deferred messages when we complete the transaction
Vitaly Kuznetsov
1
-3
/
+9
2015-05-24
Drivers: hv: kvp: move poll_channel() to hyperv_vmbus.h
Vitaly Kuznetsov
2
-14
/
+15
2015-05-24
Drivers: hv: kvp: reset kvp_context
Vitaly Kuznetsov
1
-0
/
+1
2015-05-24
Drivers: hv: util: move kvp/vss function declarations to hyperv_vmbus.h
Vitaly Kuznetsov
4
-7
/
+11
2015-05-24
ti-st: handle null allocation return correctly.
Colin Ian King
1
-2
/
+1
2015-05-24
checkkconfigsymbols.py: set python2 as default interpreter
Valentin Rothberg
1
-1
/
+1
2015-05-24
checkkconfigsymbols.py: add option -i to ignore files
Valentin Rothberg
1
-6
/
+26
2015-05-24
misc: mic: add support for loading/unloading SCIF driver
Sudeep Dutt
1
-13
/
+11
2015-05-24
misc: mic: MIC card driver specific changes to enable SCIF
Sudeep Dutt
5
-6
/
+201
2015-05-24
misc: mic: MIC host driver specific changes to enable SCIF
Sudeep Dutt
10
-24
/
+292
2015-05-24
misc: mic: SCIF messaging and node enumeration APIs
Sudeep Dutt
6
-1
/
+583
2015-05-24
misc: mic: SCIF connections APIs i.e. accept and connect
Nikhil Rao
7
-1
/
+852
[next]