aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kvm/vmx/nested.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-04KVM: nVMX: Replace a BUG_ON(1) with BUG() to squash clang warningSean Christopherson1-1/+1
2020-04-15kvm: nVMX: match comment with return type for nested_vmx_exit_reflectedOliver Upton1-1/+1
2020-04-15kvm: nVMX: reflect MTF VM-exits if injected by L1Oliver Upton1-1/+18
2020-04-07KVM: nVMX: don't clear mtf_pending when nested events are blockedOliver Upton1-1/+2
2020-03-31KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson1-1/+1
2020-03-31KVM: VMX: Configure runtime hooks using vmx_x86_opsSean Christopherson1-7/+8
2020-03-18KVM: nVMX: remove side effects from nested_vmx_exit_reflectedPaolo Bonzini1-16/+2
2020-03-16KVM: nVMX: properly handle errors in nested_vmx_handle_enlightened_vmptrld()Vitaly Kuznetsov1-10/+29
2020-03-16KVM: nVMX: stop abusing need_vmcs12_to_shadow_sync for eVMCS mappingVitaly Kuznetsov1-11/+13
2020-03-16Merge branch 'kvm-null-pointer-fix' into HEADPaolo Bonzini1-2/+3
2020-03-16KVM: nVMX: Consolidate nested MTF checks to helper functionOliver Upton1-1/+1
2020-03-16KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgdPaolo Bonzini1-4/+4
2020-03-16KVM: x86: unify callbacks to load paging rootPaolo Bonzini1-1/+0
2020-03-16KVM: VMX: Add helpers to query Intel PT modeSean Christopherson1-1/+1
2020-03-16KVM: nVMX: Drop unnecessary check on ept caps for execute-onlySean Christopherson1-4/+3
2020-03-16KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd()Sean Christopherson1-1/+1
2020-03-16KVM: nVMX: Rename EPTP validity helper and associated variablesSean Christopherson1-12/+12
2020-03-16KVM: nVMX: Rename nested_ept_get_cr3() to nested_ept_get_eptp()Sean Christopherson1-2/+2
2020-03-16KVM: nVMX: Allow L1 to use 5-level page walks for nested EPTSean Christopherson1-4/+17
2020-03-16KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson1-14/+4
2020-03-16KVM: Fix some obsolete commentsMiaohe Lin1-2/+2
2020-03-16KVM: x86: Fix print format and coding styleMiaohe Lin1-1/+1
2020-03-14KVM: nVMX: avoid NULL pointer dereference with incorrect EVMCS GPAsVitaly Kuznetsov1-2/+3
2020-02-23KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton1-1/+1
2020-02-23KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton1-14/+25
2020-02-23KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton1-1/+34
2020-02-21KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when apicv is globally disabledVitaly Kuznetsov1-3/+2
2020-02-17KVM: nVMX: Fix some obsolete comments and grammar errorMiaohe Lin1-5/+5
2020-02-12KVM: nVMX: Fix some comment typos and coding styleMiaohe Lin1-2/+3
2020-02-12KVM: nVMX: Handle pending #DB when injecting INIT VM-exitOliver Upton1-0/+28
2020-02-05x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested guestsVitaly Kuznetsov1-0/+3
2020-02-05KVM: nVMX: Remove stale comment from nested_vmx_load_cr3()Sean Christopherson1-4/+4
2020-02-05KVM: nVMX: delete meaningless nested_vmx_run() declarationMiaohe Lin1-2/+0
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-104/+85
2020-01-27KVM: nVMX: Check GUEST_DR7 on vmentry of nested guestsKrish Sadhukhan1-0/+4
2020-01-27KVM: x86: Perform non-canonical checks in 32-bit KVMSean Christopherson1-2/+0
2020-01-27KVM: nVMX: WARN on failure to set IA32_PERF_GLOBAL_CTRLOliver Upton1-14/+4
2020-01-21KVM: nVMX: vmread should not set rflags to specify success in case of #PFMiaohe Lin1-1/+3
2020-01-21KVM: vmx: delete meaningless nested_vmx_prepare_msr_bitmap() declarationMiaohe Lin1-3/+0
2020-01-21KVM: Fix some comment typos and missing parenthesesMiaohe Lin1-1/+1
2020-01-13x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSRSean Christopherson1-2/+2
2020-01-08kvm: nVMX: Aesthetic cleanup of handle_vmread and handle_vmwriteJim Mattson1-36/+34
2020-01-08kvm: nVMX: VMWRITE checks unsupported field before read-only fieldJim Mattson1-5/+6
2020-01-08kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS fieldJim Mattson1-34/+25
2020-01-08KVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTINGXiaoyao Li1-4/+4
2020-01-08KVM: VMX: Rename NMI_PENDING to NMI_WINDOWXiaoyao Li1-6/+6
2020-01-08KVM: VMX: Rename INTERRUPT_PENDING to INTERRUPT_WINDOWXiaoyao Li1-6/+6
2019-11-21KVM: nVMX: Remove unnecessary TLB flushes on L1<->L2 switches when L1 use apic-access-pageLiran Alon1-7/+0
2019-11-21KVM: nVMX: Do not mark vmcs02->apic_access_page as dirty when unpinningLiran Alon1-3/+3
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini1-28/+36