summaryrefslogtreecommitdiff
path: root/arch/x86/hyperv/hv_init.c
AgeCommit message (Expand)Author
2025-06-03Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-05-23x86/hyperv: Fix APIC ID and VP index confusion in hv_snp_boot_ap()Roman Kisel
2025-05-23Drivers: hv: Provide arch-neutral implementation of get_vtl()Roman Kisel
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar
2025-02-22hyperv: Change hv_root_partition into a functionNuno Das Neves
2025-02-13hyperv: Move hv_current_partition_id to arch-generic codeNuno Das Neves
2025-01-10hyperv: Do not overlap the hvcall IO areas in get_vtl()Roman Kisel
2025-01-10x86/hyperv: Don't assume cpu_possible_mask is denseMichael Kelley
2025-01-10hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.hNuno Das Neves
2025-01-08hyperv: Clean up unnecessary #includesNuno Das Neves
2024-09-05x86/hyperv: fix kexec crash due to VP assist page corruptionAnirudh Rayabharam (Microsoft)
2024-03-04hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*Nuno Das Neves
2023-11-12x86/hyperv: Fix the detection of E820_TYPE_PRAM in a Gen2 VMSaurabh Sengar
2023-09-22x86/hyperv: Add common print prefix "Hyper-V" in hv_initSaurabh Sengar
2023-09-22x86/hyperv: Remove hv_vtl_early_init initcallSaurabh Sengar
2023-09-22x86/hyperv: Restrict get_vtl to only VTL platformsSaurabh Sengar
2023-09-04Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-08-25x86/hyperv: Remove hv_isolation_type_en_snpDexuan Cui
2023-08-25x86/hyperv: Use TDX GHCI to access some MSRs in a TDX VM with the paravisorDexuan Cui
2023-08-25Drivers: hv: vmbus: Bring the post_msg_page back for TDX VMs with the paravisorDexuan Cui
2023-08-25x86/hyperv: Introduce a global variable hyperv_paravisor_presentDexuan Cui
2023-08-25Drivers: hv: vmbus: Support fully enlightened TDX guestsDexuan Cui
2023-08-25x86/hyperv: Support hypercalls for fully enlightened TDX guestsDexuan Cui
2023-08-22x86/hyperv: Mark Hyper-V vp assist page unencrypted in SEV-SNP enlightened guestTianyu Lan
2023-08-22x86/hyperv: Set Virtual Trust Level in VMBus init messageTianyu Lan
2023-08-09x86/apic: Nuke ack_APIC_irq()Dave Hansen
2023-07-23x86/hyperv: Disable IBT when hypercall page lacks ENDBR instructionMichael Kelley
2023-06-17x86/hyperv: Fix hyperv_pcpu_input_arg handling when CPUs go online/offlineMichael Kelley
2023-04-17Drivers: hv: Don't remap addresses that are above shared_gpa_boundaryMichael Kelley
2023-03-27x86/hyperv: Change vTOM handling to use standard coco mechanismsMichael Kelley
2022-11-29x86/hyperv: Remove unregister syscore call from Hyper-V cleanupGaurav Kohli
2022-11-28clocksource: hyper-v: Add TSC page support for root partitionStanislav Kinsburskiy
2022-11-11x86/hyperv: Restore VP assist page after cpu offlining/onliningVitaly Kuznetsov
2022-11-03x86/hyperv: fix invalid writes to MSRs during root partition kexecAnirudh Rayabharam
2022-10-27x86/hyperv: Remove BUG_ON() for kmap_local_page()Zhao Liu
2022-10-03x86/hyperv: Replace kmap() with kmap_local_page()Zhao Liu
2022-09-28hyperv: simplify and rename generate_guest_idLi kunyu
2022-06-15x86/Hyper-V: Add SEV negotiate protocol support in Isolation VMTianyu Lan
2021-12-28x86/hyperv: Fix definition of hv_ghcb_pg variableMichael Kelley
2021-12-20hyper-v: Enable swiotlb bounce buffer for Isolation VMTianyu Lan
2021-11-15x86/hyperv: Move required MSRs check to initial platform probingSean Christopherson
2021-11-15x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup failsSean Christopherson
2021-10-28x86/hyperv: Protect set_hv_tscchange_cb() against getting preemptedVitaly Kuznetsov
2021-10-28x86/hyperv: Remove duplicated include in hv_initWan Jiabing
2021-10-28x86/hyperv: Add Write/Read MSR registers via ghcb pageTianyu Lan
2021-10-28x86/hyperv: Add new hvcall guest address host visibility supportTianyu Lan
2021-10-28x86/hyperv: Initialize GHCB page in Isolation VMTianyu Lan