summaryrefslogtreecommitdiffstats
path: root/arch/x86/hyperv
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * x86/hyperv: remove on-stack cpumask from hv_send_ipi_mask_allbutselfWei Liu2021-09-111-17/+26
* | 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 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-291-5/+5
|\
| * x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit2021-03-061-5/+5
* | Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-04-267-89/+91
|\ \
| * | drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusJoseph Salisbury2021-04-216-34/+31