index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hv
/
connection.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of ...
Andrea Parri (Microsoft)
2020-04-23
1
-27
/
+11
*
Drivers: hv: vmbus: Always handle the VMBus messages on CPU0
Andrea Parri (Microsoft)
2020-04-23
1
-19
/
+1
*
Drivers: hv: vmbus: Remove dependencies on guest page size
Himadri Pandya
2019-11-22
1
-7
/
+7
*
drivers: hv: vmbus: Introduce latency testing
Branden Bonaby
2019-11-22
1
-0
/
+1
*
Drivers: hv: vmbus: Add module parameter to cap the VMBus version
Andrea Parri
2019-11-22
1
-0
/
+13
*
Drivers: hv: vmbus: Enable VMBus protocol versions 4.1, 5.1 and 5.2
Andrea Parri
2019-11-22
1
-5
/
+8
*
Drivers: hv: vmbus: Introduce table of VMBus protocol versions
Andrea Parri
2019-11-22
1
-32
/
+18
*
Drivers: hv: vmbus: Resume after fixing up old primary channels
Dexuan Cui
2019-09-06
1
-0
/
+2
*
Drivers: hv: vmbus: Suspend after cleaning up hv_sock and sub channels
Dexuan Cui
2019-09-06
1
-0
/
+3
*
Drivers: hv: vmbus: Suspend/resume the vmbus itself for hibernation
Dexuan Cui
2019-09-06
1
-2
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320
Thomas Gleixner
2019-06-05
1
-14
/
+1
*
Drivers: hv: vmbus: Offload the handling of channels to two workqueues
Dexuan Cui
2018-12-03
1
-3
/
+21
*
Drivers: hv: vmbus: Use get/put_cpu() in vmbus_connect()
Dexuan Cui
2018-09-30
1
-3
/
+5
*
Drivers: hv: vmbus: Removed an unnecessary cast from void *
Dexuan Cui
2018-05-15
1
-1
/
+1
*
Drivers: hv: vmbus: enable VMBus protocol version 5.0
Dexuan Cui
2018-05-14
1
-2
/
+42
*
x86/hyper-v: move hyperv.h out of uapi
Vitaly Kuznetsov
2018-03-28
1
-1
/
+0
*
hyper-v: trace channel events
Vitaly Kuznetsov
2017-11-04
1
-0
/
+2
*
hyper-v: trace vmbus_negotiate_version()
Vitaly Kuznetsov
2017-11-04
1
-0
/
+3
*
Drivers: hv: vmbus: Expose per-channel interrupts and events counters
Stephen Hemminger
2017-10-31
1
-0
/
+2
*
hyper-v: Globalize vp_index
Vitaly Kuznetsov
2017-08-10
1
-1
/
+2
*
hyper-v: Use fast hypercall for HVCALL_SIGNAL_EVENT
Vitaly Kuznetsov
2017-08-10
1
-1
/
+1
*
x86/hyper-v: Make hv_do_hypercall() inline
Vitaly Kuznetsov
2017-08-10
1
-0
/
+2
*
drivers: hv: vmbus: Increase the time between retries in vmbus_post_msg()
K. Y. Srinivasan
2017-05-25
1
-1
/
+1
*
Drivers: hv: vmbus: Fix rescind handling
K. Y. Srinivasan
2017-05-18
1
-2
/
+5
*
Drivers: hv: vmbus: Fix error code returned by vmbus_post_msg()
K. Y. Srinivasan
2017-05-18
1
-1
/
+1
*
vmbus: only reschedule tasklet if time limit exceeded
Stephen Hemminger
2017-03-17
1
-31
/
+34
*
vmbus: add direct isr callback mode
Stephen Hemminger
2017-02-14
1
-15
/
+12
*
vmbus: change to per channel tasklet
Stephen Hemminger
2017-02-14
1
-75
/
+3
*
vmbus: put related per-cpu variable together
Stephen Hemminger
2017-02-14
1
-11
/
+9
*
vmbus: use kernel bitops for traversing interrupt mask
Stephen Hemminger
2017-02-10
1
-38
/
+17
*
Drivers: hv: vmbus: Move the extracting of Hypervisor version information
K. Y. Srinivasan
2017-01-20
1
-5
/
+2
*
Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()
Vitaly Kuznetsov
2017-01-10
1
-5
/
+12
*
uio-hv-generic: new userspace i/o driver for VMBus
Stephen Hemminger
2016-12-06
1
-0
/
+1
*
Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg()
K. Y. Srinivasan
2016-08-31
1
-4
/
+4
*
Drivers: hv: vmbus: Export the vmbus_set_event() API
K. Y. Srinivasan
2016-04-30
1
-0
/
+1
*
Drivers: hv: vmbus: Support kexec on ws2012 r2 and above
Alex Ng
2016-03-02
1
-1
/
+9
*
Drivers: hv: vmbus: avoid wait_for_completion() on crash
Vitaly Kuznetsov
2016-03-02
1
-1
/
+1
*
Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()
Dexuan Cui
2016-02-08
1
-2
/
+2
*
Drivers: hv: vmbus: Cleanup vmbus_set_event()
K. Y. Srinivasan
2016-02-08
1
-2
/
+2
*
Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0
K. Y. Srinivasan
2015-12-15
1
-4
/
+7
*
Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex
Dexuan Cui
2015-12-15
1
-4
/
+3
*
Drivers: hv: vmbus:Update preferred vmbus protocol version to windows 10.
Keith Mange
2015-05-31
1
-3
/
+5
*
Drivers: hv: vmbus: Implement the protocol for tearing down vmbus state
K. Y. Srinivasan
2015-05-24
1
-0
/
+5
*
hv_vmbus: Add gradually increased delay for retries in vmbus_post_msg()
Haiyang Zhang
2015-04-03
1
-2
/
+5
*
hv: don't schedule new works in vmbus_onoffer()/vmbus_onoffer_rescind()
Dexuan Cui
2015-04-03
1
-5
/
+1
*
Drivers: hv: vmbus: Perform device register in the per-channel work element
K. Y. Srinivasan
2015-03-25
1
-1
/
+5
*
Drivers: hv: vmbus: Get rid of some unnecessary messages
K. Y. Srinivasan
2015-03-02
1
-6
/
+1
*
hv: vmbus_post_msg: retry the hypercall on some transient errors
Dexuan Cui
2015-03-02
1
-2
/
+9
*
Drivers: hv: vmbus: teardown hv_vmbus_con workqueue and vmbus_connection page...
Vitaly Kuznetsov
2015-03-02
1
-5
/
+12
*
Drivers: hv: vmbus: Use get_cpu() to get the current CPU
K. Y. Srinivasan
2015-01-12
1
-2
/
+4
[next]