aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hv/hv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-04hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*Nuno Das Neves1-20/+16
2023-08-25x86/hyperv: Remove hv_isolation_type_en_snpDexuan Cui1-2/+2
2023-08-25Drivers: hv: vmbus: Bring the post_msg_page back for TDX VMs with the paravisorDexuan Cui1-6/+53
2023-08-25x86/hyperv: Introduce a global variable hyperv_paravisor_presentDexuan Cui1-5/+5
2023-08-25Drivers: hv: vmbus: Support fully enlightened TDX guestsDexuan Cui1-2/+7
2023-08-22drivers: hv: Mark percpu hvcall input arg page unencrypted in SEV-SNP enlightened guestTianyu Lan1-3/+54
2023-04-20Drivers: hv: move panic report code from vmbus to hv early init codeLong Li1-36/+0
2023-04-17Drivers: hv: vmbus: Remove the per-CPU post_msg_pageDexuan Cui1-15/+5
2023-04-17Drivers: hv: Don't remap addresses that are above shared_gpa_boundaryMichael Kelley1-10/+13
2023-01-17Drivers: hv: Setup synic registers in case of nested root partitionJinank Jain1-7/+11
2021-10-28x86/hyperv: Add ghcb hvcall support for SNP VMTianyu Lan1-1/+7
2021-10-28x86/hyperv: Add Write/Read MSR registers via ghcb pageTianyu Lan1-16/+58
2021-04-21drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusJoseph Salisbury1-1/+1
2021-04-18Drivers: hv: vmbus: Check for pending channel interrupts before taking a CPU offlineAndrea Parri (Microsoft)1-3/+53
2021-04-02Drivers: hv: vmbus: Remove unused linux/version.h headerQiheng Lin1-1/+0
2021-03-08Drivers: hv: vmbus: Move handling of VMbus interruptsMichael Kelley1-1/+7
2021-03-08Drivers: hv: vmbus: Handle auto EOI quirk inlineMichael Kelley1-1/+11
2021-03-08Drivers: hv: Redo Hyper-V synthetic MSR get/set functionsMichael Kelley1-16/+21
2021-03-08Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral codeMichael Kelley1-0/+36
2020-11-16Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-2/+6
2020-11-11Drivers: hv: vmbus: Allow cleanup of VMBUS_CONNECT_CPU if disconnectedChris Co1-2/+6
2020-10-14Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDTMichael Kelley1-1/+1
2020-09-28Drivers: hv: Use HV_HYP_PAGE in hv_synic_enable_regs()Boqun Feng1-2/+2
2020-06-19Drivers: hv: vmbus: Remove unnecessary channel->lock critical sections (sc_list readers)Andrea Parri (Microsoft)1-3/+0
2020-06-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-5/+11
2020-04-23Drivers: hv: vmbus: Synchronize init_vp_index() vs. CPU hotplugAndrea Parri (Microsoft)1-3/+4
2020-04-23Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of channelsAndrea Parri (Microsoft)1-2/+0
2020-04-23Drivers: hv: vmbus: Always handle the VMBus messages on CPU0Andrea Parri (Microsoft)1-0/+7
2020-04-21Drivers: hv: Move AEOI determination to architecture dependent codeMichael Kelley1-5/+1
2019-11-15x86/hyperv: Initialize clockevents earlier in CPU onliningMichael Kelley1-2/+2
2019-09-06Drivers: hv: vmbus: Break out synic enable and disable operationsDexuan Cui1-29/+37
2019-07-03clocksource/drivers: Make Hyper-V clocksource ISA agnosticMichael Kelley1-152/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner1-14/+1
2019-04-13Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()Dexuan Cui1-1/+0
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-7/+3
2018-12-14x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.hVitaly Kuznetsov1-1/+1
2018-11-11Drivers: hv: vmbus: Get rid of unnecessary state in hv_contextK. Y. Srinivasan1-7/+3
2018-09-12Drivers: hv: vmbus: Fix synic per-cpu context initializationMichael Kelley1-3/+12
2018-08-02Drivers: hv: vmbus: Cleanup synic memory free pathMichael Kelley1-6/+8
2018-07-03Drivers: hv: vmbus: Make TLFS #define names architecture neutralMichael Kelley1-5/+5
2018-07-03Drivers: hv: vmbus: Remove x86 MSR refs in arch independent codeMichael Kelley1-12/+8
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2018-03-28x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov1-1/+0
2018-03-28Drivers: hv: vmbus: respect what we get from hv_get_synint_state()Dexuan Cui1-1/+0
2018-03-06Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley1-3/+56
2018-03-06hv: Synthetic typo correctionJoe Perches1-1/+1
2018-03-06hyper-v: use GFP_KERNEL for hv_context.hv_numa_mapJia-Ju Bai1-1/+1
2018-01-09Drivers: hv: vmbus: Remove x86-isms from arch independent driversMichael Kelley1-3/+0
2017-08-10hyper-v: Globalize vp_indexVitaly Kuznetsov1-9/+0