aboutsummaryrefslogtreecommitdiff
path: root/drivers/hv/hyperv_vmbus.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-25Drivers: hv: vmbus: Bring the post_msg_page back for TDX VMs with the paravisorGravatar Dexuan Cui 1-0/+11
2023-04-17Drivers: hv: vmbus: Remove the per-CPU post_msg_pageGravatar Dexuan Cui 1-4/+0
2023-04-17Drivers: hv: vmbus: Remove second mapping of VMBus monitor pagesGravatar Michael Kelley 1-2/+0
2022-07-11Drivers: hv: vm_bus: Handle vmbus rescind calls after vmbus is suspendedGravatar Shradha Gupta 1-0/+7
2022-04-25Drivers: hv: vmbus: Introduce vmbus_sendpacket_getid()Gravatar Andrea Parri (Microsoft) 1-1/+1
2022-02-03Drivers: hv: Rename 'alloced' to 'allocated'Gravatar Vitaly Kuznetsov 1-7/+7
2021-11-02Merge tag 'hyperv-next-signed-20211102' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+2
2021-10-28Drivers: hv: vmbus: Add SNP support for VMbus channel initiate messageGravatar Tianyu Lan 1-0/+2
2021-10-22hyperv/vmbus: include linux/bitops.hGravatar Arnd Bergmann 1-0/+1
2021-05-14Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferGravatar Andres Beltran 1-1/+1
2020-12-07drivers/hv: remove obsolete TODO and fix misleading typo in commentGravatar Stefan Eschenbacher 1-2/+1
2020-11-17Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardeningGravatar Andres Beltran 1-1/+2
2020-05-23Drivers: hv: vmbus: Resolve more races involving init_vp_index()Gravatar Andrea Parri (Microsoft) 1-0/+48
2020-04-23hv_utils: Always execute the fcopy and vss callbacks in a taskletGravatar Andrea Parri (Microsoft) 1-6/+1
2020-04-23Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of ...Gravatar Andrea Parri (Microsoft) 1-6/+8
2020-04-23Drivers: hv: vmbus: Always handle the VMBus messages on CPU0Gravatar Andrea Parri (Microsoft) 1-5/+6
2020-04-23Drivers: hv: check VMBus messages lengthsGravatar Vitaly Kuznetsov 1-0/+1
2020-03-21hv: hyperv_vmbus.h: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-01-26hv_utils: Add the support of hibernationGravatar Dexuan Cui 1-0/+6
2019-11-21drivers: hv: vmbus: Introduce latency testingGravatar Branden Bonaby 1-0/+31
2019-09-24Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+30
2019-09-16Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+4
2019-09-06Drivers: hv: vmbus: Resume after fixing up old primary channelsGravatar Dexuan Cui 1-0/+14
2019-09-06Drivers: hv: vmbus: Suspend after cleaning up hv_sock and sub channelsGravatar Dexuan Cui 1-0/+12
2019-09-06Drivers: hv: vmbus: Suspend/resume the vmbus itself for hibernationGravatar Dexuan Cui 1-0/+2
2019-09-06Drivers: hv: vmbus: Break out synic enable and disable operationsGravatar Dexuan Cui 1-0/+2
2019-08-20Drivers: hv: vmbus: Remove the unused "tsc_page" from struct hv_contextGravatar Dexuan Cui 1-2/+0
2019-07-22drivers: hv: vmbus: Replace page definition with Hyper-V specific oneGravatar Maya Nakamura 1-4/+4
2019-07-03clocksource/drivers: Make Hyper-V clocksource ISA agnosticGravatar Michael Kelley 1-3/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Gravatar Thomas Gleixner 1-14/+1
2019-04-10Drivers: hv: vmbus: Fix race condition with new ring_buffer_info mutexGravatar Kimberly Brown 1-0/+1
2019-03-20Drivers: hv: vmbus: Expose monitor data only when monitor pages are usedGravatar Kimberly Brown 1-0/+2
2019-02-14vmbus: Switch to use new generic UUID APIGravatar Andy Shevchenko 1-2/+2
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+0
2018-12-14x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.hGravatar Vitaly Kuznetsov 1-68/+0
2018-12-10Merge 4.20-rc6 into char-misc-nextGravatar Greg Kroah-Hartman 1-0/+7
2018-12-03Drivers: hv: vmbus: Offload the handling of channels to two workqueuesGravatar Dexuan Cui 1-0/+7
2018-11-11Drivers: hv: vmbus: Get rid of unnecessary state in hv_contextGravatar K. Y. Srinivasan 1-2/+0
2018-05-14Drivers: hv: vmbus: enable VMBus protocol version 5.0Gravatar Dexuan Cui 1-0/+3
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+1
2018-03-28x86/hyper-v: move hyperv.h out of uapiGravatar Vitaly Kuznetsov 1-0/+1
2018-03-06Drivers: hv: vmbus: Implement Direct Mode for stimer0Gravatar Michael Kelley 1-1/+3
2017-11-04hyper-v: trace vmbus_on_msg_dpc()Gravatar Vitaly Kuznetsov 1-0/+2
2017-10-04vmbus: add per-channel sysfs infoGravatar Stephen Hemminger 1-0/+2
2017-08-10hyper-v: Globalize vp_indexGravatar Vitaly Kuznetsov 1-11/+0
2017-05-18Drivers: hv: vmbus: Fix rescind handlingGravatar K. Y. Srinivasan 1-0/+7
2017-05-18Drivers: hv: util: Make hv_poll_channel() a little more efficientGravatar K. Y. Srinivasan 1-0/+4
2017-03-17vmbus: expose debug info for driversGravatar Stephen Hemminger 1-11/+0
2017-03-17vmbus: cleanup header file styleGravatar Stephen Hemminger 1-8/+8
2017-03-17vmbus: make channel_message table constantGravatar Stephen Hemminger 1-1/+1