aboutsummaryrefslogtreecommitdiff
path: root/drivers/hv/hv.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-25x86/hyperv: Remove hv_isolation_type_en_snpGravatar Dexuan Cui 1-2/+2
2023-08-25Drivers: hv: vmbus: Bring the post_msg_page back for TDX VMs with the paravisorGravatar Dexuan Cui 1-6/+53
2023-08-25x86/hyperv: Introduce a global variable hyperv_paravisor_presentGravatar Dexuan Cui 1-5/+5
2023-08-25Drivers: hv: vmbus: Support fully enlightened TDX guestsGravatar Dexuan Cui 1-2/+7
2023-08-22drivers: hv: Mark percpu hvcall input arg page unencrypted in SEV-SNP enlight...Gravatar Tianyu Lan 1-3/+54
2023-04-20Drivers: hv: move panic report code from vmbus to hv early init codeGravatar Long Li 1-36/+0
2023-04-17Drivers: hv: vmbus: Remove the per-CPU post_msg_pageGravatar Dexuan Cui 1-15/+5
2023-04-17Drivers: hv: Don't remap addresses that are above shared_gpa_boundaryGravatar Michael Kelley 1-10/+13
2023-01-17Drivers: hv: Setup synic registers in case of nested root partitionGravatar Jinank Jain 1-7/+11
2021-10-28x86/hyperv: Add ghcb hvcall support for SNP VMGravatar Tianyu Lan 1-1/+7
2021-10-28x86/hyperv: Add Write/Read MSR registers via ghcb pageGravatar Tianyu Lan 1-16/+58
2021-04-21drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusGravatar Joseph Salisbury 1-1/+1
2021-04-18Drivers: hv: vmbus: Check for pending channel interrupts before taking a CPU ...Gravatar Andrea Parri (Microsoft) 1-3/+53
2021-04-02Drivers: hv: vmbus: Remove unused linux/version.h headerGravatar Qiheng Lin 1-1/+0
2021-03-08Drivers: hv: vmbus: Move handling of VMbus interruptsGravatar Michael Kelley 1-1/+7
2021-03-08Drivers: hv: vmbus: Handle auto EOI quirk inlineGravatar Michael Kelley 1-1/+11
2021-03-08Drivers: hv: Redo Hyper-V synthetic MSR get/set functionsGravatar Michael Kelley 1-16/+21
2021-03-08Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral codeGravatar Michael Kelley 1-0/+36
2020-11-16Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+6
2020-11-11Drivers: hv: vmbus: Allow cleanup of VMBUS_CONNECT_CPU if disconnectedGravatar Chris Co 1-2/+6
2020-10-14Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDTGravatar Michael Kelley 1-1/+1
2020-09-28Drivers: hv: Use HV_HYP_PAGE in hv_synic_enable_regs()Gravatar Boqun Feng 1-2/+2
2020-06-19Drivers: hv: vmbus: Remove unnecessary channel->lock critical sections (sc_li...Gravatar Andrea Parri (Microsoft) 1-3/+0
2020-06-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-5/+11
2020-04-23Drivers: hv: vmbus: Synchronize init_vp_index() vs. CPU hotplugGravatar Andrea Parri (Microsoft) 1-3/+4
2020-04-23Drivers: hv: vmbus: Replace the per-CPU channel lists with a global array of ...Gravatar Andrea Parri (Microsoft) 1-2/+0
2020-04-23Drivers: hv: vmbus: Always handle the VMBus messages on CPU0Gravatar Andrea Parri (Microsoft) 1-0/+7
2020-04-21Drivers: hv: Move AEOI determination to architecture dependent codeGravatar Michael Kelley 1-5/+1
2019-11-15x86/hyperv: Initialize clockevents earlier in CPU onliningGravatar Michael Kelley 1-2/+2
2019-09-06Drivers: hv: vmbus: Break out synic enable and disable operationsGravatar Dexuan Cui 1-29/+37
2019-07-03clocksource/drivers: Make Hyper-V clocksource ISA agnosticGravatar Michael Kelley 1-152/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Gravatar Thomas Gleixner 1-14/+1
2019-04-13Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()Gravatar Dexuan Cui 1-1/+0
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-7/+3
2018-12-14x86/hyper-v: move synic/stimer control structures definitions to hyperv-tlfs.hGravatar Vitaly Kuznetsov 1-1/+1
2018-11-11Drivers: hv: vmbus: Get rid of unnecessary state in hv_contextGravatar K. Y. Srinivasan 1-7/+3
2018-09-12Drivers: hv: vmbus: Fix synic per-cpu context initializationGravatar Michael Kelley 1-3/+12
2018-08-02Drivers: hv: vmbus: Cleanup synic memory free pathGravatar Michael Kelley 1-6/+8
2018-07-03Drivers: hv: vmbus: Make TLFS #define names architecture neutralGravatar Michael Kelley 1-5/+5
2018-07-03Drivers: hv: vmbus: Remove x86 MSR refs in arch independent codeGravatar Michael Kelley 1-12/+8
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+0
2018-03-28x86/hyper-v: move hyperv.h out of uapiGravatar Vitaly Kuznetsov 1-1/+0
2018-03-28Drivers: hv: vmbus: respect what we get from hv_get_synint_state()Gravatar Dexuan Cui 1-1/+0
2018-03-06Drivers: hv: vmbus: Implement Direct Mode for stimer0Gravatar Michael Kelley 1-3/+56
2018-03-06hv: Synthetic typo correctionGravatar Joe Perches 1-1/+1
2018-03-06hyper-v: use GFP_KERNEL for hv_context.hv_numa_mapGravatar Jia-Ju Bai 1-1/+1
2018-01-09Drivers: hv: vmbus: Remove x86-isms from arch independent driversGravatar Michael Kelley 1-3/+0
2017-08-10hyper-v: Globalize vp_indexGravatar Vitaly Kuznetsov 1-9/+0
2017-05-25Drivers: hv: vmbus: Close timing hole that can corrupt per-cpu pageGravatar Michael Kelley 1-1/+6