summaryrefslogtreecommitdiffstats
path: root/arch/x86/hyperv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-08-046-26/+33
|\
| * x86/hyperv: add noop functions to x86_init mpparse functionsSaurabh Sengar2023-08-021-0/+4
| * x86/hyperv: Disable IBT when hypercall page lacks ENDBR instructionMichael Kelley2023-07-231-0/+21
| * x86/hyperv: Improve code for referencing hyperv_pcpu_input_argNischala Yelchuri2023-06-284-26/+8
* | Merge tag 'x86_sev_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-06-271-1/+1
|\ \
| * | x86/coco: Get rid of accessor functionsBorislav Petkov (AMD)2023-05-091-1/+1
* | | Merge tag 'x86_mtrr_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-271-0/+4
|\ \ \ | |_|/ |/| |
| * | x86/hyperv: Set MTRR state when running as SEV-SNP Hyper-V guestJuergen Gross2023-06-011-0/+4
| |/
* | x86/hyperv: Fix hyperv_pcpu_input_arg handling when CPUs go online/offlineMichael Kelley2023-06-171-1/+1
* | x86/hyperv/vtl: Add noop for realmode pointersSaurabh Sengar2023-05-081-0/+2
|/
* Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-1/+1
|\
| * x86/hyperv: Mark hv_ghcb_terminate() as noreturnGuilherme G. Piccoli2023-04-141-1/+1
* | x86/hyperv: VTL support for Hyper-VSaurabh Sengar2023-04-182-0/+228
* | x86/hyperv: Exclude lazy TLB mode CPUs from enlightened TLB flushesMichael Kelley2023-04-171-1/+10
* | x86/hyperv: Add callback filter to cpumask_to_vpset()Michael Kelley2023-04-171-4/+8
* | Drivers: hv: Don't remap addresses that are above shared_gpa_boundaryMichael Kelley2023-04-171-2/+5
* | hv_netvsc: Remove second mapping of send and recv buffersMichael Kelley2023-04-171-28/+0
* | x86/hyperv: Change vTOM handling to use standard coco mechanismsMichael Kelley2023-03-272-22/+61
* | Drivers: hv: Explicitly request decrypted in vmap_pfn() callsMichael Kelley2023-03-271-1/+1
* | x86/hyperv: Reorder code to facilitate future workMichael Kelley2023-03-271-34/+34
|/
* 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
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-041-1/+1
|\
| * Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini2022-08-011-1/+1
| |\
| | * KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELDSuravee Suthikulpanit2022-06-241-1/+1
* | | genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland2022-07-071-1/+1
|/ /
* / x86/Hyper-V: Add SEV negotiate protocol support in Isolation VMTianyu Lan2022-06-152-6/+84
|/
* Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-01-163-11/+50
|\
| * x86/hyperv: Properly deal with empty cpumasks in hyperv_flush_tlb_multi()Vitaly Kuznetsov2022-01-101-10/+9
| * x86/hyperv: Fix definition of hv_ghcb_pg variableMichael Kelley2021-12-281-1/+1
| * net: netvsc: Add Isolation VM support for netvsc driverTianyu Lan2021-12-201-0/+28
| * hyper-v: Enable swiotlb bounce buffer for Isolation VMTianyu Lan2021-12-201-0/+12
* | x86/hyperv: Refactor hv_msi_domain_free_irqs()Thomas Gleixner2021-12-091-38/+17
|/
* 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 duplicate includeJiapeng Chong2021-10-281-2/+0
* x86/hyperv: Remove duplicated include in hv_initWan Jiabing2021-10-281-1/+0
* x86/hyperv: Add ghcb hvcall support for SNP VMTianyu Lan2021-10-281-0/+75
* x86/hyperv: Add Write/Read MSR registers via ghcb pageTianyu Lan2021-10-282-29/+118
* x86/hyperv: Add new hvcall guest address host visibility supportTianyu Lan2021-10-283-1/+112
* x86/hyperv: Initialize GHCB page in Isolation VMTianyu Lan2021-10-281-7/+61
* Merge tag 'hyperv-fixes-signed-20211007' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-10-071-5/+15
|\
| * x86/hyperv: Avoid erroneously sending IPI to 'self'Vitaly Kuznetsov2021-10-061-5/+15
* | Merge tag 'hyperv-fixes-signed-20210915' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-09-151-17/+26
|\|