summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx/nested.c
AgeCommit message (Expand)Author
2020-04-21KVM: nVMX: Split VM-Exit reflection logic into L0 vs. L1 wantsSean Christopherson
2020-04-21KVM: nVMX: Move nested VM-Exit tracepoint into nested_vmx_reflect_vmexit()Sean Christopherson
2020-04-21KVM: nVMX: Move VM-Fail check out of nested_vmx_exit_reflected()Sean Christopherson
2020-04-21KVM: nVMX: Uninline nested_vmx_reflect_vmexit(), i.e. move it to nested.cSean Christopherson
2020-04-21KVM: x86: Replace "cr3" with "pgd" in "new cr3/pgd" related codeSean Christopherson
2020-04-21KVM: nVMX: Free only the affected contexts when emulating INVEPTSean Christopherson
2020-04-21KVM: nVMX: Don't flush TLB on nested VMX transitionSean Christopherson
2020-04-21KVM: nVMX: Skip MMU sync on nested VMX transition when possibleSean Christopherson
2020-04-21KVM: x86/mmu: Add separate override for MMU sync during fast CR3 switchSean Christopherson
2020-04-21KVM: nVMX: Reload APIC access page on nested VM-Exit only if necessarySean Christopherson
2020-04-21KVM: nVMX: Selectively use TLB_FLUSH_CURRENT for nested VM-Enter/VM-ExitSean Christopherson
2020-04-21KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush current ASIDSean Christopherson
2020-04-21KVM: nVMX: Add helper to handle TLB flushes on nested VM-Enter/VM-ExitSean Christopherson
2020-04-21KVM: nVMX: Move nested_get_vpid02() to vmx/nested.hSean Christopherson
2020-04-20KVM: nVMX: Use vpid_sync_vcpu_addr() to emulate INVVPID with addressSean Christopherson
2020-04-20KVM: VMX: Use vpid_sync_context() directly when possibleSean Christopherson
2020-04-20KVM: x86: Sync SPTEs when injecting page/EPT fault into L1Junaid Shahid
2020-04-15KVM: nVMX: Invalidate all roots when emulating INVVPID without EPTJunaid Shahid
2020-04-15KVM: nVMX: Invalidate all EPTP contexts when emulating INVEPT for L1Sean Christopherson
2020-04-15KVM: nVMX: Validate the EPTP when emulating INVEPT(EXTENT_CONTEXT)Sean Christopherson
2020-04-15kvm: nVMX: match comment with return type for nested_vmx_exit_reflectedOliver Upton
2020-04-15kvm: nVMX: reflect MTF VM-exits if injected by L1Oliver Upton
2020-04-07KVM: nVMX: don't clear mtf_pending when nested events are blockedOliver Upton
2020-03-31KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson
2020-03-31KVM: VMX: Configure runtime hooks using vmx_x86_opsSean Christopherson
2020-03-18KVM: nVMX: remove side effects from nested_vmx_exit_reflectedPaolo Bonzini
2020-03-16KVM: nVMX: properly handle errors in nested_vmx_handle_enlightened_vmptrld()Vitaly Kuznetsov
2020-03-16KVM: nVMX: stop abusing need_vmcs12_to_shadow_sync for eVMCS mappingVitaly Kuznetsov
2020-03-16Merge branch 'kvm-null-pointer-fix' into HEADPaolo Bonzini
2020-03-16KVM: nVMX: Consolidate nested MTF checks to helper functionOliver Upton
2020-03-16KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgdPaolo Bonzini
2020-03-16KVM: x86: unify callbacks to load paging rootPaolo Bonzini
2020-03-16KVM: VMX: Add helpers to query Intel PT modeSean Christopherson
2020-03-16KVM: nVMX: Drop unnecessary check on ept caps for execute-onlySean Christopherson
2020-03-16KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd()Sean Christopherson
2020-03-16KVM: nVMX: Rename EPTP validity helper and associated variablesSean Christopherson
2020-03-16KVM: nVMX: Rename nested_ept_get_cr3() to nested_ept_get_eptp()Sean Christopherson
2020-03-16KVM: nVMX: Allow L1 to use 5-level page walks for nested EPTSean Christopherson
2020-03-16KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson
2020-03-16KVM: Fix some obsolete commentsMiaohe Lin
2020-03-16KVM: x86: Fix print format and coding styleMiaohe Lin
2020-03-14KVM: nVMX: avoid NULL pointer dereference with incorrect EVMCS GPAsVitaly Kuznetsov
2020-02-23KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton
2020-02-23KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton
2020-02-23KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton
2020-02-21KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...Vitaly Kuznetsov
2020-02-17KVM: nVMX: Fix some obsolete comments and grammar errorMiaohe Lin
2020-02-12KVM: nVMX: Fix some comment typos and coding styleMiaohe Lin
2020-02-12KVM: nVMX: Handle pending #DB when injecting INIT VM-exitOliver Upton
2020-02-05x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested g...Vitaly Kuznetsov