summaryrefslogtreecommitdiffstats
path: root/drivers/hv/connection.c
Commit message (Expand)AuthorAgeFilesLines
* Drivers: hv: vmbus: Enforce 'VMBus version >= 5.2' on isolated guestsAndrea Parri (Microsoft)2021-02-111-0/+7
* Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of ...Andrea Parri (Microsoft)2020-04-231-27/+11
* Drivers: hv: vmbus: Always handle the VMBus messages on CPU0Andrea Parri (Microsoft)2020-04-231-19/+1
* Drivers: hv: vmbus: Remove dependencies on guest page sizeHimadri Pandya2019-11-211-7/+7
* drivers: hv: vmbus: Introduce latency testingBranden Bonaby2019-11-211-0/+1
* Drivers: hv: vmbus: Add module parameter to cap the VMBus versionAndrea Parri2019-11-211-0/+13
* Drivers: hv: vmbus: Enable VMBus protocol versions 4.1, 5.1 and 5.2Andrea Parri2019-11-211-5/+8
* Drivers: hv: vmbus: Introduce table of VMBus protocol versionsAndrea Parri2019-11-211-32/+18
* Drivers: hv: vmbus: Resume after fixing up old primary channelsDexuan Cui2019-09-061-0/+2
* Drivers: hv: vmbus: Suspend after cleaning up hv_sock and sub channelsDexuan Cui2019-09-061-0/+3
* Drivers: hv: vmbus: Suspend/resume the vmbus itself for hibernationDexuan Cui2019-09-061-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner2019-06-051-14/+1
* 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/+0
* 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/+12
* vmbus: change to per channel taskletStephen Hemminger2017-02-141-75/+3
* vmbus: put related per-cpu variable togetherStephen Hemminger2017-02-141-11/+9
* vmbus: use kernel bitops for traversing interrupt maskStephen Hemminger2017-02-101-38/+17
* Drivers: hv: vmbus: Move the extracting of Hypervisor version informationK. Y. Srinivasan2017-01-201-5/+2
* 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-011-1/+9
* Drivers: hv: vmbus: avoid wait_for_completion() on crashVitaly Kuznetsov2016-03-011-1/+1
* Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()Dexuan Cui2016-02-071-2/+2
* Drivers: hv: vmbus: Cleanup vmbus_set_event()K. Y. Srinivasan2016-02-071-2/+2
* Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0K. Y. Srinivasan2015-12-141-4/+7
* Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutexDexuan Cui2015-12-141-4/+3
* Drivers: hv: vmbus:Update preferred vmbus protocol version to windows 10.Keith Mange2015-06-011-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/+1
* 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-011-6/+1
* hv: vmbus_post_msg: retry the hypercall on some transient errorsDexuan Cui2015-03-011-2/+9
* Drivers: hv: vmbus: teardown hv_vmbus_con workqueue and vmbus_connection page...Vitaly Kuznetsov2015-03-011-5/+12