summaryrefslogtreecommitdiffstats
path: root/drivers/hv/connection.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner2019-06-051-14/+1Star
* Drivers: hv: vmbus: Offload the handling of channels to two workqueuesDexuan Cui2018-12-031-3/+21
* Drivers: hv: vmbus: Use get/put_cpu() in vmbus_connect()Dexuan Cui2018-09-301-3/+5
* Drivers: hv: vmbus: Removed an unnecessary cast from void *Dexuan Cui2018-05-151-1/+1
* Drivers: hv: vmbus: enable VMBus protocol version 5.0Dexuan Cui2018-05-141-2/+42
* x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov2018-03-281-1/+0Star
* hyper-v: trace channel eventsVitaly Kuznetsov2017-11-041-0/+2
* hyper-v: trace vmbus_negotiate_version()Vitaly Kuznetsov2017-11-041-0/+3
* Drivers: hv: vmbus: Expose per-channel interrupts and events countersStephen Hemminger2017-10-311-0/+2
* hyper-v: Globalize vp_indexVitaly Kuznetsov2017-08-101-1/+2
* hyper-v: Use fast hypercall for HVCALL_SIGNAL_EVENTVitaly Kuznetsov2017-08-101-1/+1
* x86/hyper-v: Make hv_do_hypercall() inlineVitaly Kuznetsov2017-08-101-0/+2
* drivers: hv: vmbus: Increase the time between retries in vmbus_post_msg()K. Y. Srinivasan2017-05-251-1/+1
* Drivers: hv: vmbus: Fix rescind handlingK. Y. Srinivasan2017-05-181-2/+5
* Drivers: hv: vmbus: Fix error code returned by vmbus_post_msg()K. Y. Srinivasan2017-05-181-1/+1
* vmbus: only reschedule tasklet if time limit exceededStephen Hemminger2017-03-171-31/+34
* vmbus: add direct isr callback modeStephen Hemminger2017-02-141-15/+12Star
* vmbus: change to per channel taskletStephen Hemminger2017-02-141-75/+3Star
* vmbus: put related per-cpu variable togetherStephen Hemminger2017-02-141-11/+9Star
* vmbus: use kernel bitops for traversing interrupt maskStephen Hemminger2017-02-101-38/+17Star
* Drivers: hv: vmbus: Move the extracting of Hypervisor version informationK. Y. Srinivasan2017-01-201-5/+2Star
* Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()Vitaly Kuznetsov2017-01-101-5/+12
* uio-hv-generic: new userspace i/o driver for VMBusStephen Hemminger2016-12-061-0/+1
* Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg()K. Y. Srinivasan2016-08-311-4/+4
* Drivers: hv: vmbus: Export the vmbus_set_event() APIK. Y. Srinivasan2016-04-301-0/+1
* Drivers: hv: vmbus: Support kexec on ws2012 r2 and aboveAlex Ng2016-03-021-1/+9
* Drivers: hv: vmbus: avoid wait_for_completion() on crashVitaly Kuznetsov2016-03-021-1/+1
* Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()Dexuan Cui2016-02-081-2/+2
* Drivers: hv: vmbus: Cleanup vmbus_set_event()K. Y. Srinivasan2016-02-081-2/+2
* Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0K. Y. Srinivasan2015-12-151-4/+7
* Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutexDexuan Cui2015-12-151-4/+3Star
* Drivers: hv: vmbus:Update preferred vmbus protocol version to windows 10.Keith Mange2015-05-311-3/+5
* Drivers: hv: vmbus: Implement the protocol for tearing down vmbus stateK. Y. Srinivasan2015-05-241-0/+5
* hv_vmbus: Add gradually increased delay for retries in vmbus_post_msg()Haiyang Zhang2015-04-031-2/+5
* hv: don't schedule new works in vmbus_onoffer()/vmbus_onoffer_rescind()Dexuan Cui2015-04-031-5/+1Star
* Drivers: hv: vmbus: Perform device register in the per-channel work elementK. Y. Srinivasan2015-03-251-1/+5
* Drivers: hv: vmbus: Get rid of some unnecessary messagesK. Y. Srinivasan2015-03-021-6/+1Star
* hv: vmbus_post_msg: retry the hypercall on some transient errorsDexuan Cui2015-03-021-2/+9
* Drivers: hv: vmbus: teardown hv_vmbus_con workqueue and vmbus_connection page...Vitaly Kuznetsov2015-03-021-5/+12
* Drivers: hv: vmbus: Use get_cpu() to get the current CPUK. Y. Srinivasan2015-01-121-2/+4
* Drivers: hv: vmbus: Cleanup vmbus_post_msg()K. Y. Srinivasan2014-09-241-3/+14
* Drivers: hv: vmbus: Fix a bug in the channel callback dispatch codeK. Y. Srinivasan2014-07-091-2/+6
* hv: use correct order when freeing monitor_pagesRadim Krčmář2014-05-281-2/+2
* Drivers: hv: vmbus: Implement per-CPU mapping of relid to channelK. Y. Srinivasan2014-05-041-1/+23
* Drivers: hv: Eliminate the channel spinlock in the callback pathK. Y. Srinivasan2014-05-041-7/+4Star
* Drivers: hv: vmbus: Negotiate version 3.0 when running on ws2012r2 hostsK. Y. Srinivasan2014-04-161-1/+4
* Drivers: hv: vmbus: Don't timeout during the initial connection with hostK. Y. Srinivasan2014-02-071-10/+1Star
* Drivers: hv: vmbus: Specify the target CPU that should receive notificationK. Y. Srinivasan2014-02-071-0/+2
* Merge 3.12-rc3 into char-misc-nextGreg Kroah-Hartman2013-09-301-1/+1
|\
| * Drivers: hv: vmbus: Terminate vmbus version negotiation on timeoutK. Y. Srinivasan2013-09-261-1/+1