summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/mmu: Remove a variety of unnecessary exportsSean Christopherson2021-02-191-1/+0
* KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PMLSean Christopherson2021-02-191-2/+0
* KVM: VMX: Dynamically enable/disable PML based on memslot dirty loggingMakarand Sonare2021-02-191-0/+4
* KVM: x86: Move MMU's PML logic to common codeSean Christopherson2021-02-191-25/+2
* KVM: x86/mmu: Make dirty log size hook (PML) a value, not a functionSean Christopherson2021-02-191-1/+1
* KVM: x86: hyper-v: Make Hyper-V emulation enablement conditionalVitaly Kuznetsov2021-02-091-0/+1
* KVM: x86: hyper-v: Allocate 'struct kvm_vcpu_hv' dynamicallyVitaly Kuznetsov2021-02-091-1/+2
* KVM: Raise the maximum number of user memslotsVitaly Kuznetsov2021-02-091-2/+0
* KVM: x86: reading DR cannot failPaolo Bonzini2021-02-091-1/+1
* KVM: x86: compile out TDP MMU on 32-bit systemsPaolo Bonzini2021-02-081-0/+2
* KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU modeSean Christopherson2021-02-041-1/+1
* KVM: x86/xen: Add event channel interrupt vector upcallDavid Woodhouse2021-02-041-0/+1
* KVM: x86/xen: register vcpu time info regionJoao Martins2021-02-041-0/+2
* KVM: x86/xen: register vcpu infoJoao Martins2021-02-041-0/+2
* KVM: x86/xen: register shared_info pageJoao Martins2021-02-041-0/+2
* KVM: x86/xen: latch long_mode when hypercall page is set upDavid Woodhouse2021-02-041-0/+6
* KVM: x86/xen: intercept xen hypercalls if enabledJoao Martins2021-02-041-0/+6
* KVM: x86/mmu: Use atomic ops to set SPTEs in TDP MMU mapBen Gardon2021-02-041-0/+13
* KVM: x86/mmu: Use an rwlock for the x86 MMUBen Gardon2021-02-041-0/+2
* KVM: x86: use static calls to reduce kvm_x86_ops overheadJason Baron2021-02-041-5/+3
* KVM: x86: introduce definitions to support static calls for kvm_x86_opsJason Baron2021-02-041-0/+13
* KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOWChenyi Qiang2021-02-041-2/+10
* KVM: VMX: Enable bus lock VM exitChenyi Qiang2021-02-041-0/+7
* KVM: x86/mmu: Remove the defunct update_pte() paging hookSean Christopherson2021-02-041-3/+0
* KVM: SVM: Add support for booting APs in an SEV-ES guestTom Lendacky2021-01-071-0/+3
* KVM: x86/mmu: Clarify TDP MMU page list invariantsBen Gardon2021-01-071-2/+14
* Merge branch 'kvm-master' into kvm-nextPaolo Bonzini2021-01-071-0/+1
|\
| * KVM: x86: Fix split-irqchip vs interrupt injection window requestPaolo Bonzini2020-11-271-0/+1
* | KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guestTom Lendacky2020-12-151-0/+2
* | KVM: SVM: Do not report support for SMM for an SEV-ES guestTom Lendacky2020-12-151-1/+1
* | KVM: SVM: Add support for CR4 write traps for an SEV-ES guestTom Lendacky2020-12-151-0/+1
* | KVM: SVM: Add support for CR0 write traps for an SEV-ES guestTom Lendacky2020-12-151-0/+1
* | KVM: SVM: Support string IO operations for an SEV-ES guestTom Lendacky2020-12-151-0/+1
* | KVM: x86: introduce complete_emulated_msr callbackPaolo Bonzini2020-12-151-0/+1
* | KVM: SVM: Add support for the SEV-ES VMSATom Lendacky2020-12-141-0/+3
* | KVM: X86: Implement ring-based dirty memory trackingPeter Xu2020-11-151-0/+3
* | KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]Peter Xu2020-11-151-1/+2
* | KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hookSean Christopherson2020-11-151-1/+2
|/
* KVM: x86: Introduce cr3_lm_rsvd_bits in kvm_vcpu_archBabu Moger2020-11-131-0/+1
* kvm: x86/mmu: Allocate struct kvm_mmu_pages for all pages in TDP MMUBen Gardon2020-10-231-0/+4
* kvm: x86/mmu: Allocate and free TDP MMU rootsBen Gardon2020-10-211-0/+1
* kvm: x86/mmu: Init / Uninit the TDP MMUBen Gardon2020-10-211-0/+9
* KVM: x86: allow kvm_x86_ops.set_efer to return an error valueMaxim Levitsky2020-10-211-1/+1
* KVM: x86: bump KVM_MAX_CPUID_ENTRIESVitaly Kuznetsov2020-10-211-1/+1
* KVM: x86: allocate vcpu->arch.cpuid_entries dynamicallyVitaly Kuznetsov2020-10-211-1/+1
* kvm: x86: only provide PV features if enabled in guest's CPUIDOliver Upton2020-10-211-0/+15
* KVM: x86: rename KVM_REQ_GET_VMCS12_PAGESPaolo Bonzini2020-09-281-2/+2
* KVM: x86: Introduce MSR filteringAlexander Graf2020-09-281-0/+14
* KVM: x86: Add infrastructure for MSR filteringAlexander Graf2020-09-281-0/+1
* KVM: x86: Allow deflecting unknown MSR accesses to user spaceAlexander Graf2020-09-281-0/+3