summaryrefslogtreecommitdiffstats
path: root/arch/x86/hyperv/hv_init.c
Commit message (Expand)AuthorAgeFilesLines
* hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*Nuno Das Neves2024-03-041-4/+4
* x86/hyperv: Fix the detection of E820_TYPE_PRAM in a Gen2 VMSaurabh Sengar2023-11-121-4/+21
* x86/hyperv: Add common print prefix "Hyper-V" in hv_initSaurabh Sengar2023-09-221-2/+4
* x86/hyperv: Remove hv_vtl_early_init initcallSaurabh Sengar2023-09-221-0/+3
* x86/hyperv: Restrict get_vtl to only VTL platformsSaurabh Sengar2023-09-221-4/+7
* Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-09-041-11/+94
|\
| * x86/hyperv: Remove hv_isolation_type_en_snpDexuan Cui2023-08-251-4/+4
| * x86/hyperv: Use TDX GHCI to access some MSRs in a TDX VM with the paravisorDexuan Cui2023-08-251-4/+4
| * Drivers: hv: vmbus: Bring the post_msg_page back for TDX VMs with the paravisorDexuan Cui2023-08-251-2/+18
| * x86/hyperv: Introduce a global variable hyperv_paravisor_presentDexuan Cui2023-08-251-2/+2
| * Drivers: hv: vmbus: Support fully enlightened TDX guestsDexuan Cui2023-08-251-4/+15
| * x86/hyperv: Support hypercalls for fully enlightened TDX guestsDexuan Cui2023-08-251-0/+8
| * x86/hyperv: Mark Hyper-V vp assist page unencrypted in SEV-SNP enlightened guestTianyu Lan2023-08-221-1/+15
| * x86/hyperv: Set Virtual Trust Level in VMBus init messageTianyu Lan2023-08-221-0/+34
* | Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-301-1/+1
|\ \
| * | x86/apic: Nuke ack_APIC_irq()Dave Hansen2023-08-091-1/+1
| |/
* / x86/hyperv: Disable IBT when hypercall page lacks ENDBR instructionMichael Kelley2023-07-231-0/+21
|/
* x86/hyperv: Fix hyperv_pcpu_input_arg handling when CPUs go online/offlineMichael Kelley2023-06-171-1/+1
* Drivers: hv: Don't remap addresses that are above shared_gpa_boundaryMichael Kelley2023-04-171-2/+5
* x86/hyperv: Change vTOM handling to use standard coco mechanismsMichael Kelley2023-03-271-11/+0
* x86/hyperv: Remove unregister syscore call from Hyper-V cleanupGaurav Kohli2022-11-291-2/+0
* clocksource: hyper-v: Add TSC page support for root partitionStanislav Kinsburskiy2022-11-281-0/+2
* x86/hyperv: Restore VP assist page after cpu offlining/onliningVitaly Kuznetsov2022-11-111-28/+26
* x86/hyperv: fix invalid writes to MSRs during root partition kexecAnirudh Rayabharam2022-11-031-4/+7
* x86/hyperv: Remove BUG_ON() for kmap_local_page()Zhao Liu2022-10-271-5/+3
* x86/hyperv: Replace kmap() with kmap_local_page()Zhao Liu2022-10-031-2/+2
* hyperv: simplify and rename generate_guest_idLi kunyu2022-09-281-1/+1
* x86/Hyper-V: Add SEV negotiate protocol support in Isolation VMTianyu Lan2022-06-151-0/+6
* x86/hyperv: Fix definition of hv_ghcb_pg variableMichael Kelley2021-12-281-1/+1
* hyper-v: Enable swiotlb bounce buffer for Isolation VMTianyu Lan2021-12-201-0/+12
* x86/hyperv: Move required MSRs check to initial platform probingSean Christopherson2021-11-151-8/+1
* x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup failsSean Christopherson2021-11-151-0/+3
* x86/hyperv: Protect set_hv_tscchange_cb() against getting preemptedVitaly Kuznetsov2021-10-281-1/+4
* x86/hyperv: Remove duplicated include in hv_initWan Jiabing2021-10-281-1/+0
* x86/hyperv: Add Write/Read MSR registers via ghcb pageTianyu Lan2021-10-281-29/+7
* x86/hyperv: Add new hvcall guest address host visibility supportTianyu Lan2021-10-281-0/+6
* x86/hyperv: Initialize GHCB page in Isolation VMTianyu Lan2021-10-281-7/+61
* x86/hyperv: fix root partition faults when writing to VP assist page MSRPraveen Kumar2021-08-041-20/+44
* Drivers: hv: Move Hyper-V misc functionality to arch-neutral codeMichael Kelley2021-07-151-7/+1
* Drivers: hv: Add arch independent default functions for some Hyper-V handlersMichael Kelley2021-07-151-2/+0
* Drivers: hv: Make portions of Hyper-V init code be arch neutralMichael Kelley2021-07-151-81/+10
* Drivers: hv: Move Hyper-V extended capability check to arch neutral codeMichael Kelley2021-06-051-47/+0
* Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-04-261-53/+53
|\
| * drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusJoseph Salisbury2021-04-211-1/+1
| * x86/Hyper-V: Support for free page reportingSunil Muthuswamy2021-03-241-1/+50
| * clocksource/drivers/hyper-v: Move handling of STIMER0 interruptsMichael Kelley2021-03-081-1/+1
| * Drivers: hv: vmbus: Move hyperv_report_panic_msg to arch neutral codeMichael Kelley2021-03-081-27/+0
| * Drivers: hv: Redo Hyper-V synthetic MSR get/set functionsMichael Kelley2021-03-081-1/+1
| * Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral codeMichael Kelley2021-03-081-22/+0
* | x86: Fix various typos in commentsIngo Molnar2021-03-181-2/+2
|/