summaryrefslogtreecommitdiff
path: root/drivers/hv/hyperv_vmbus.h
AgeCommit message (Expand)Author
2023-08-25Drivers: hv: vmbus: Bring the post_msg_page back for TDX VMs with the paravisorDexuan Cui
2023-04-17Drivers: hv: vmbus: Remove the per-CPU post_msg_pageDexuan Cui
2023-04-17Drivers: hv: vmbus: Remove second mapping of VMBus monitor pagesMichael Kelley
2022-07-11Drivers: hv: vm_bus: Handle vmbus rescind calls after vmbus is suspendedShradha Gupta
2022-04-25Drivers: hv: vmbus: Introduce vmbus_sendpacket_getid()Andrea Parri (Microsoft)
2022-02-03Drivers: hv: Rename 'alloced' to 'allocated'Vitaly Kuznetsov
2021-11-02Merge tag 'hyperv-next-signed-20211102' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-10-28Drivers: hv: vmbus: Add SNP support for VMbus channel initiate messageTianyu Lan
2021-10-22hyperv/vmbus: include linux/bitops.hArnd Bergmann
2021-05-14Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran
2020-12-07drivers/hv: remove obsolete TODO and fix misleading typo in commentStefan Eschenbacher
2020-11-17Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardeningAndres Beltran
2020-05-23Drivers: hv: vmbus: Resolve more races involving init_vp_index()Andrea Parri (Microsoft)
2020-04-23hv_utils: Always execute the fcopy and vss callbacks in a taskletAndrea 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)
2020-04-23Drivers: hv: check VMBus messages lengthsVitaly Kuznetsov
2020-03-21hv: hyperv_vmbus.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-26hv_utils: Add the support of hibernationDexuan Cui
2019-11-21drivers: hv: vmbus: Introduce latency testingBranden Bonaby
2019-09-24Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-09-16Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
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-09-06Drivers: hv: vmbus: Break out synic enable and disable operationsDexuan Cui
2019-08-20Drivers: hv: vmbus: Remove the unused "tsc_page" from struct hv_contextDexuan Cui
2019-07-22drivers: hv: vmbus: Replace page definition with Hyper-V specific oneMaya Nakamura
2019-07-03clocksource/drivers: Make Hyper-V clocksource ISA agnosticMichael Kelley
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner
2019-04-10Drivers: hv: vmbus: Fix race condition with new ring_buffer_info mutexKimberly Brown
2019-03-20Drivers: hv: vmbus: Expose monitor data only when monitor pages are usedKimberly Brown
2019-02-14vmbus: Switch to use new generic UUID APIAndy Shevchenko
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-12-14x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.hVitaly Kuznetsov
2018-12-10Merge 4.20-rc6 into char-misc-nextGreg Kroah-Hartman
2018-12-03Drivers: hv: vmbus: Offload the handling of channels to two workqueuesDexuan Cui
2018-11-11Drivers: hv: vmbus: Get rid of unnecessary state in hv_contextK. Y. Srinivasan
2018-05-14Drivers: hv: vmbus: enable VMBus protocol version 5.0Dexuan Cui
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-03-28x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov
2018-03-06Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley
2017-11-04hyper-v: trace vmbus_on_msg_dpc()Vitaly Kuznetsov
2017-10-04vmbus: add per-channel sysfs infoStephen Hemminger
2017-08-10hyper-v: Globalize vp_indexVitaly Kuznetsov
2017-05-18Drivers: hv: vmbus: Fix rescind handlingK. Y. Srinivasan
2017-05-18Drivers: hv: util: Make hv_poll_channel() a little more efficientK. Y. Srinivasan
2017-03-17vmbus: expose debug info for driversStephen Hemminger
2017-03-17vmbus: cleanup header file styleStephen Hemminger
2017-03-17vmbus: make channel_message table constantStephen Hemminger