index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c-parport: use new parport device model
Sudip Mukherjee
2015-06-01
1
-5
/
+10
*
i2c-parport: define ports to connect
Sudip Mukherjee
2015-06-01
1
-0
/
+23
*
staging: panel: use new parport device model
Sudip Mukherjee
2015-06-01
1
-5
/
+9
*
parport: add device-model to parport subsystem
Sudip Mukherjee
2015-06-01
4
-28
/
+379
*
char:pcmcia:synclink_cs - Do not initialise statics to 0.
Shailendra Verma
2015-05-31
1
-1
/
+1
*
Drivers: hv: balloon: check if ha_region_mutex was acquired in MEM_CANCEL_ONL...
Vitaly Kuznetsov
2015-05-31
1
-1
/
+3
*
Drivers: hv: vmbus:Update preferred vmbus protocol version to windows 10.
Keith Mange
2015-05-31
2
-4
/
+8
*
char: misc: restore MISC_DYNAMIC_MINOR on device_create() failure
Vladimir Zapolskiy
2015-05-31
1
-4
/
+9
*
mei: fix up uuid matching
Greg Kroah-Hartman
2015-05-31
4
-11
/
+9
*
hwmon: Allow to compile dell-smm-hwmon driver without /proc/i8k
Pali Rohár
2015-05-24
4
-82
/
+106
*
hwmon: Rename i8k driver to dell-smm-hwmon and move it to hwmon tree
Pali Rohár
2015-05-24
4
-5
/
+7
*
virtio_console: silence a static checker warning
Dan Carpenter
2015-05-24
1
-2
/
+2
*
xillybus: XILLYBUS_OF should depend on HAS_DMA
Geert Uytterhoeven
2015-05-24
1
-1
/
+1
*
goldfish_pipe: Fix unlikely() misuse
Joe Perches
2015-05-24
1
-1
/
+1
*
pcmcia: fix a boot time warning in pcmcia cs code
Dmitry Eremin-Solenikov
2015-05-24
1
-4
/
+6
*
um,ethertap: use strncpy
Alan
2015-05-24
1
-1
/
+1
*
drivers/char: Remove msm_smd_pkt driver
Stephen Boyd
2015-05-24
3
-474
/
+0
*
Drivers: hv: vmbus: distribute subchannels among all vcpus
Vitaly Kuznetsov
2015-05-24
1
-1
/
+28
*
Drivers: hv: vmbus: move init_vp_index() call to vmbus_process_offer()
Vitaly Kuznetsov
2015-05-24
1
-2
/
+5
*
Drivers: hv: vmbus: decrease num_sc on subchannel removal
Vitaly Kuznetsov
2015-05-24
1
-1
/
+2
*
Drivers: hv: vmbus: briefly comment num_sc and next_oc
Vitaly Kuznetsov
2015-05-24
1
-3
/
+9
*
Drivers: hv: vmbus: unify calls to percpu_channel_enq()
Vitaly Kuznetsov
2015-05-24
1
-33
/
+18
*
Drivers: hv: vmbus: kill tasklets on module unload
Vitaly Kuznetsov
2015-05-24
1
-1
/
+4
*
Drivers: hv: vmbus: do cleanup on all vmbus_open() failure paths
Vitaly Kuznetsov
2015-05-24
1
-7
/
+6
*
Drivers: hv: vmbus: Implement the protocol for tearing down vmbus state
K. Y. Srinivasan
2015-05-24
5
-1
/
+34
*
drivers: hv: vmbus: Get rid of some unused definitions
K. Y. Srinivasan
2015-05-24
1
-19
/
+0
*
hv: vmbus_free_channels(): remove the redundant free_channel()
Dexuan Cui
2015-05-24
1
-3
/
+8
*
Drivers: hv: vmbus: unregister panic notifier on module unload
Vitaly Kuznetsov
2015-05-24
1
-0
/
+4
*
Drivers: hv: vmbus: introduce vmbus_acpi_remove
Vitaly Kuznetsov
2015-05-24
1
-0
/
+10
*
Drivers: hv: utils: unify driver registration reporting
Vitaly Kuznetsov
2015-05-24
3
-4
/
+4
*
Drivers: hv: fcopy: full handshake support
Vitaly Kuznetsov
2015-05-24
3
-2
/
+32
*
Drivers: hv: vss: full handshake support
Vitaly Kuznetsov
2015-05-24
3
-12
/
+56
*
Tools: hv: vss: use misc char device to communicate with kernel
Vitaly Kuznetsov
2015-05-24
1
-114
/
+25
*
Tools: hv: kvp: use misc char device to communicate with kernel
Vitaly Kuznetsov
2015-05-24
1
-135
/
+31
*
Drivers: hv: kvp: convert to hv_utils_transport
Vitaly Kuznetsov
2015-05-24
1
-49
/
+42
*
Drivers: hv: fcopy: convert to hv_utils_transport
Vitaly Kuznetsov
2015-05-24
1
-148
/
+46
*
Drivers: hv: vss: convert to hv_utils_transport
Vitaly Kuznetsov
2015-05-24
1
-25
/
+27
*
Drivers: hv: util: introduce hv_utils_transport abstraction
Vitaly Kuznetsov
2015-05-24
3
-1
/
+328
*
Drivers: hv: fcopy: set .owner reference for file operations
Vitaly Kuznetsov
2015-05-24
1
-4
/
+2
*
Drivers: hv: fcopy: switch to using the hvutil_device_state state machine
Vitaly Kuznetsov
2015-05-24
1
-40
/
+30
*
Drivers: hv: vss: switch to using the hvutil_device_state state machine
Vitaly Kuznetsov
2015-05-24
1
-29
/
+58
*
Drivers: hv: kvp: switch to using the hvutil_device_state state machine
Vitaly Kuznetsov
2015-05-24
1
-38
/
+49
*
Drivers: hv: util: introduce state machine for util drivers
Vitaly Kuznetsov
2015-05-24
1
-0
/
+9
*
Drivers: hv: fcopy: rename fcopy_work -> fcopy_timeout_work
Vitaly Kuznetsov
2015-05-24
1
-7
/
+7
*
Drivers: hv: kvp: rename kvp_work -> kvp_timeout_work
Vitaly Kuznetsov
2015-05-24
1
-8
/
+8
*
Drivers: hv: vss: process deferred messages when we complete the transaction
Vitaly Kuznetsov
2015-05-24
1
-5
/
+9
*
Drivers: hv: fcopy: process deferred messages when we complete the transaction
Vitaly Kuznetsov
2015-05-24
1
-3
/
+9
*
Drivers: hv: kvp: move poll_channel() to hyperv_vmbus.h
Vitaly Kuznetsov
2015-05-24
2
-14
/
+15
*
Drivers: hv: kvp: reset kvp_context
Vitaly Kuznetsov
2015-05-24
1
-0
/
+1
*
Drivers: hv: util: move kvp/vss function declarations to hyperv_vmbus.h
Vitaly Kuznetsov
2015-05-24
4
-7
/
+11
[next]