aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/hyperv/hv_init.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*Gravatar Nuno Das Neves 1-4/+4
2023-11-12x86/hyperv: Fix the detection of E820_TYPE_PRAM in a Gen2 VMGravatar Saurabh Sengar 1-4/+21
2023-09-22x86/hyperv: Add common print prefix "Hyper-V" in hv_initGravatar Saurabh Sengar 1-2/+4
2023-09-22x86/hyperv: Remove hv_vtl_early_init initcallGravatar Saurabh Sengar 1-0/+3
2023-09-22x86/hyperv: Restrict get_vtl to only VTL platformsGravatar Saurabh Sengar 1-4/+7
2023-09-04Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-11/+94
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2023-08-25x86/hyperv: Remove hv_isolation_type_en_snpGravatar Dexuan Cui 1-4/+4
2023-08-25x86/hyperv: Use TDX GHCI to access some MSRs in a TDX VM with the paravisorGravatar Dexuan Cui 1-4/+4
2023-08-25Drivers: hv: vmbus: Bring the post_msg_page back for TDX VMs with the paravisorGravatar Dexuan Cui 1-2/+18
2023-08-25x86/hyperv: Introduce a global variable hyperv_paravisor_presentGravatar Dexuan Cui 1-2/+2
2023-08-25Drivers: hv: vmbus: Support fully enlightened TDX guestsGravatar Dexuan Cui 1-4/+15
2023-08-25x86/hyperv: Support hypercalls for fully enlightened TDX guestsGravatar Dexuan Cui 1-0/+8
2023-08-22x86/hyperv: Mark Hyper-V vp assist page unencrypted in SEV-SNP enlightened guestGravatar Tianyu Lan 1-1/+15
2023-08-22x86/hyperv: Set Virtual Trust Level in VMBus init messageGravatar Tianyu Lan 1-0/+34
2023-08-09x86/apic: Nuke ack_APIC_irq()Gravatar Dave Hansen 1-1/+1
2023-07-23x86/hyperv: Disable IBT when hypercall page lacks ENDBR instructionGravatar Michael Kelley 1-0/+21
2023-06-17x86/hyperv: Fix hyperv_pcpu_input_arg handling when CPUs go online/offlineGravatar Michael Kelley 1-1/+1
2023-04-17Drivers: hv: Don't remap addresses that are above shared_gpa_boundaryGravatar Michael Kelley 1-2/+5
2023-03-27x86/hyperv: Change vTOM handling to use standard coco mechanismsGravatar Michael Kelley 1-11/+0
2022-11-29x86/hyperv: Remove unregister syscore call from Hyper-V cleanupGravatar Gaurav Kohli 1-2/+0
2022-11-28clocksource: hyper-v: Add TSC page support for root partitionGravatar Stanislav Kinsburskiy 1-0/+2
2022-11-11x86/hyperv: Restore VP assist page after cpu offlining/onliningGravatar Vitaly Kuznetsov 1-28/+26
2022-11-03x86/hyperv: fix invalid writes to MSRs during root partition kexecGravatar Anirudh Rayabharam 1-4/+7
2022-10-27x86/hyperv: Remove BUG_ON() for kmap_local_page()Gravatar Zhao Liu 1-5/+3
2022-10-03x86/hyperv: Replace kmap() with kmap_local_page()Gravatar Zhao Liu 1-2/+2
2022-09-28hyperv: simplify and rename generate_guest_idGravatar Li kunyu 1-1/+1
2022-06-15x86/Hyper-V: Add SEV negotiate protocol support in Isolation VMGravatar Tianyu Lan 1-0/+6
2021-12-28x86/hyperv: Fix definition of hv_ghcb_pg variableGravatar Michael Kelley 1-1/+1
2021-12-20hyper-v: Enable swiotlb bounce buffer for Isolation VMGravatar Tianyu Lan 1-0/+12
2021-11-15x86/hyperv: Move required MSRs check to initial platform probingGravatar Sean Christopherson 1-8/+1
2021-11-15x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup failsGravatar Sean Christopherson 1-0/+3
2021-10-28x86/hyperv: Protect set_hv_tscchange_cb() against getting preemptedGravatar Vitaly Kuznetsov 1-1/+4
2021-10-28x86/hyperv: Remove duplicated include in hv_initGravatar Wan Jiabing 1-1/+0
2021-10-28x86/hyperv: Add Write/Read MSR registers via ghcb pageGravatar Tianyu Lan 1-29/+7
2021-10-28x86/hyperv: Add new hvcall guest address host visibility supportGravatar Tianyu Lan 1-0/+6
2021-10-28x86/hyperv: Initialize GHCB page in Isolation VMGravatar Tianyu Lan 1-7/+61
2021-08-04x86/hyperv: fix root partition faults when writing to VP assist page MSRGravatar Praveen Kumar 1-20/+44
2021-07-15Drivers: hv: Move Hyper-V misc functionality to arch-neutral codeGravatar Michael Kelley 1-7/+1
2021-07-15Drivers: hv: Add arch independent default functions for some Hyper-V handlersGravatar Michael Kelley 1-2/+0
2021-07-15Drivers: hv: Make portions of Hyper-V init code be arch neutralGravatar Michael Kelley 1-81/+10
2021-06-05Drivers: hv: Move Hyper-V extended capability check to arch neutral codeGravatar Michael Kelley 1-47/+0
2021-04-26Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-53/+53
2021-04-21drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusGravatar Joseph Salisbury 1-1/+1
2021-03-24x86/Hyper-V: Support for free page reportingGravatar Sunil Muthuswamy 1-1/+50
2021-03-18x86: Fix various typos in commentsGravatar Ingo Molnar 1-2/+2
2021-03-08clocksource/drivers/hyper-v: Move handling of STIMER0 interruptsGravatar Michael Kelley 1-1/+1
2021-03-08Drivers: hv: vmbus: Move hyperv_report_panic_msg to arch neutral codeGravatar Michael Kelley 1-27/+0
2021-03-08Drivers: hv: Redo Hyper-V synthetic MSR get/set functionsGravatar Michael Kelley 1-1/+1
2021-03-08Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral codeGravatar Michael Kelley 1-22/+0