index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hv
/
connection.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-01
1
-1
/
+9
*
Drivers: hv: vmbus: avoid wait_for_completion() on crash
Vitaly Kuznetsov
2016-03-01
1
-1
/
+1
*
Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()
Dexuan Cui
2016-02-07
1
-2
/
+2
*
Drivers: hv: vmbus: Cleanup vmbus_set_event()
K. Y. Srinivasan
2016-02-07
1
-2
/
+2
*
Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0
K. Y. Srinivasan
2015-12-14
1
-4
/
+7
*
Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex
Dexuan Cui
2015-12-14
1
-4
/
+3
*
Drivers: hv: vmbus:Update preferred vmbus protocol version to windows 10.
Keith Mange
2015-06-01
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-01
1
-6
/
+1
*
hv: vmbus_post_msg: retry the hypercall on some transient errors
Dexuan Cui
2015-03-01
1
-2
/
+9
*
Drivers: hv: vmbus: teardown hv_vmbus_con workqueue and vmbus_connection page...
Vitaly Kuznetsov
2015-03-01
1
-5
/
+12
*
Drivers: hv: vmbus: Use get_cpu() to get the current CPU
K. Y. Srinivasan
2015-01-12
1
-2
/
+4
*
Drivers: hv: vmbus: Cleanup vmbus_post_msg()
K. Y. Srinivasan
2014-09-23
1
-3
/
+14
*
Drivers: hv: vmbus: Fix a bug in the channel callback dispatch code
K. Y. Srinivasan
2014-07-09
1
-2
/
+6
*
hv: use correct order when freeing monitor_pages
Radim Krčmář
2014-05-28
1
-2
/
+2
*
Drivers: hv: vmbus: Implement per-CPU mapping of relid to channel
K. Y. Srinivasan
2014-05-03
1
-1
/
+23
*
Drivers: hv: Eliminate the channel spinlock in the callback path
K. Y. Srinivasan
2014-05-03
1
-7
/
+4
*
Drivers: hv: vmbus: Negotiate version 3.0 when running on ws2012r2 hosts
K. Y. Srinivasan
2014-04-16
1
-1
/
+4
*
Drivers: hv: vmbus: Don't timeout during the initial connection with host
K. Y. Srinivasan
2014-02-07
1
-10
/
+1
*
Drivers: hv: vmbus: Specify the target CPU that should receive notification
K. Y. Srinivasan
2014-02-07
1
-0
/
+2
*
Merge 3.12-rc3 into char-misc-next
Greg Kroah-Hartman
2013-09-29
1
-1
/
+1
|
\
|
*
Drivers: hv: vmbus: Terminate vmbus version negotiation on timeout
K. Y. Srinivasan
2013-09-26
1
-1
/
+1
*
|
hv: make "monitor_pages" a "real" pointer array
Greg Kroah-Hartman
2013-09-26
1
-11
/
+10
|
/
*
Drivers: hv: vmbus: Do not attempt to negoatiate a new version prematurely
K. Y. Srinivasan
2013-08-30
1
-1
/
+4
*
Drivers: hv: vmbus: Implement multi-channel support
K. Y. Srinivasan
2013-06-03
1
-0
/
+14
*
Drivers: hv: Cleanup and consolidate reporting of build/version info
K. Y. Srinivasan
2013-01-17
1
-4
/
+7
*
Drivers: hv: Enable protocol negotiation with win8 hosts
K. Y. Srinivasan
2013-01-17
1
-1
/
+1
*
Drivers: hv: Modify the interrupt handling code to support win8 and beyond
K. Y. Srinivasan
2013-01-17
1
-2
/
+24
*
Drivers: hv: Cleanup vmbus_set_event() to support win7 and beyond
K. Y. Srinivasan
2013-01-17
1
-5
/
+8
*
Drivers: hv: Move vmbus version definitions to hyperv.h
K. Y. Srinivasan
2013-01-17
1
-15
/
+0
*
Drivers: hv: Change the signature of vmbus_set_event()
K. Y. Srinivasan
2013-01-17
1
-1
/
+2
*
Drivers: hv: Change the signature for hv_signal_event()
K. Y. Srinivasan
2013-01-17
1
-1
/
+1
*
Drivers: hv: Save and export negotiated vmbus version
K. Y. Srinivasan
2013-01-17
1
-0
/
+9
*
Drivers: hv: Support handling multiple VMBUS versions
K. Y. Srinivasan
2013-01-17
1
-54
/
+111
*
Drivers: hv: Optimize signaling in the read path
K. Y. Srinivasan
2013-01-17
1
-3
/
+25
*
Staging: hv: remove unneeded asm include file in hyperv.h
Greg Kroah-Hartman
2011-10-11
1
-1
/
+1
*
Staging: hv: move hyperv code out of staging directory
Greg Kroah-Hartman
2011-10-10
1
-0
/
+318