summaryrefslogtreecommitdiff
path: root/drivers/hv/connection.c
AgeCommit message (Expand)Author
2024-04-10Drivers: hv: vmbus: Leak pages if set_memory_encrypted() failsRick Edgecombe
2023-09-04Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-08-25x86/hyperv: Introduce a global variable hyperv_paravisor_presentDexuan Cui
2023-08-22x86/hyperv: Set Virtual Trust Level in VMBus init messageTianyu Lan
2023-06-28Drivers: hv: Change hv_free_hyperv_page() to take void * argumentKameron Carr
2023-04-17Drivers: hv: vmbus: Remove second mapping of VMBus monitor pagesMichael Kelley
2023-03-06Drivers: vmbus: Check for channel allocation before looking up relidsMohammed Gamal
2022-09-23Drivers: hv: vmbus: Optimize vmbus_on_eventSaurabh Sengar
2022-07-11Drivers: hv: vm_bus: Handle vmbus rescind calls after vmbus is suspendedShradha Gupta
2022-05-11Drivers: hv: vmbus: Remove support for Hyper-V 2008 and Hyper-V 2008R2/Win7Michael Kelley
2021-10-28Drivers: hv: vmbus: Add SNP support for VMbus channel initiate messageTianyu Lan
2021-10-28x86/hyperv: Add ghcb hvcall support for SNP VMTianyu Lan
2021-06-02drivers: hv: Fix missing error code in vmbus_connect()Jiapeng Chong
2021-04-20Drivers: hv: vmbus: Initialize unload_event staticallyAndrea Parri (Microsoft)
2021-04-18Drivers: hv: vmbus: Introduce and negotiate VMBus protocol version 5.3Andrea Parri (Microsoft)
2021-03-08drivers: hv: Fix whitespace errorsVasanth
2021-02-11Drivers: hv: vmbus: Enforce 'VMBus version >= 5.2' on isolated guestsAndrea Parri (Microsoft)
2020-04-23Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of ...Andrea Parri (Microsoft)
2020-04-23Drivers: hv: vmbus: Always handle the VMBus messages on CPU0Andrea Parri (Microsoft)
2019-11-21Drivers: hv: vmbus: Remove dependencies on guest page sizeHimadri Pandya
2019-11-21drivers: hv: vmbus: Introduce latency testingBranden Bonaby
2019-11-21Drivers: hv: vmbus: Add module parameter to cap the VMBus versionAndrea Parri
2019-11-21Drivers: hv: vmbus: Enable VMBus protocol versions 4.1, 5.1 and 5.2Andrea Parri
2019-11-21Drivers: hv: vmbus: Introduce table of VMBus protocol versionsAndrea Parri
2019-09-06Drivers: hv: vmbus: Resume after fixing up old primary channelsDexuan Cui
2019-09-06Drivers: hv: vmbus: Suspend after cleaning up hv_sock and sub channelsDexuan Cui
2019-09-06Drivers: hv: vmbus: Suspend/resume the vmbus itself for hibernationDexuan Cui
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner
2018-12-03Drivers: hv: vmbus: Offload the handling of channels to two workqueuesDexuan Cui
2018-09-30Drivers: hv: vmbus: Use get/put_cpu() in vmbus_connect()Dexuan Cui
2018-05-15Drivers: hv: vmbus: Removed an unnecessary cast from void *Dexuan Cui
2018-05-14Drivers: hv: vmbus: enable VMBus protocol version 5.0Dexuan Cui
2018-03-28x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov
2017-11-04hyper-v: trace channel eventsVitaly Kuznetsov
2017-11-04hyper-v: trace vmbus_negotiate_version()Vitaly Kuznetsov
2017-10-31Drivers: hv: vmbus: Expose per-channel interrupts and events countersStephen Hemminger
2017-08-10hyper-v: Globalize vp_indexVitaly Kuznetsov
2017-08-10hyper-v: Use fast hypercall for HVCALL_SIGNAL_EVENTVitaly Kuznetsov
2017-08-10x86/hyper-v: Make hv_do_hypercall() inlineVitaly Kuznetsov
2017-05-25drivers: hv: vmbus: Increase the time between retries in vmbus_post_msg()K. Y. Srinivasan
2017-05-18Drivers: hv: vmbus: Fix rescind handlingK. Y. Srinivasan
2017-05-18Drivers: hv: vmbus: Fix error code returned by vmbus_post_msg()K. Y. Srinivasan
2017-03-17vmbus: only reschedule tasklet if time limit exceededStephen Hemminger
2017-02-14vmbus: add direct isr callback modeStephen Hemminger
2017-02-14vmbus: change to per channel taskletStephen Hemminger
2017-02-14vmbus: put related per-cpu variable togetherStephen Hemminger
2017-02-10vmbus: use kernel bitops for traversing interrupt maskStephen Hemminger
2017-01-20Drivers: hv: vmbus: Move the extracting of Hypervisor version informationK. Y. Srinivasan
2017-01-10Drivers: hv: vmbus: Raise retry/wait limits in vmbus_post_msg()Vitaly Kuznetsov
2016-12-06uio-hv-generic: new userspace i/o driver for VMBusStephen Hemminger