summaryrefslogtreecommitdiffstats
path: root/drivers/hv/connection.c
Commit message (Expand)AuthorAgeFilesLines
* Drivers: hv: Change hv_free_hyperv_page() to take void * argumentKameron Carr2023-06-281-7/+6
* Drivers: hv: vmbus: Remove second mapping of VMBus monitor pagesMichael Kelley2023-04-171-85/+28
* Drivers: vmbus: Check for channel allocation before looking up relidsMohammed Gamal2023-03-061-0/+4
* Drivers: hv: vmbus: Optimize vmbus_on_eventSaurabh Sengar2022-09-231-19/+14
* Drivers: hv: vm_bus: Handle vmbus rescind calls after vmbus is suspendedShradha Gupta2022-07-111-0/+11
* Drivers: hv: vmbus: Remove support for Hyper-V 2008 and Hyper-V 2008R2/Win7Michael Kelley2022-05-111-3/+3
* Drivers: hv: vmbus: Add SNP support for VMbus channel initiate messageTianyu Lan2021-10-281-6/+89
* x86/hyperv: Add ghcb hvcall support for SNP VMTianyu Lan2021-10-281-1/+5
* drivers: hv: Fix missing error code in vmbus_connect()Jiapeng Chong2021-06-021-1/+3
* Drivers: hv: vmbus: Initialize unload_event staticallyAndrea Parri (Microsoft)2021-04-201-0/+2
* Drivers: hv: vmbus: Introduce and negotiate VMBus protocol version 5.3Andrea Parri (Microsoft)2021-04-181-1/+2
* drivers: hv: Fix whitespace errorsVasanth2021-03-081-1/+1
* 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