aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx
AgeCommit message (Expand)AuthorFilesLines
2020-09-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-6/+14
2020-09-23KVM: x86: VMX: Make smaller physical guest address space support user-configu...Gravatar Mohammed Gamal 2-6/+14
2020-09-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-3/+13
2020-09-12KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exitGravatar Wanpeng Li 1-0/+1
2020-09-11KVM: nVMX: Fix the update value of nested load IA32_PERF_GLOBAL_CTRL controlGravatar Chenyi Qiang 1-1/+1
2020-09-11KVM: nVMX: Update VMCS02 when L2 PAE PDPTE updates detectedGravatar Peter Shier 3-2/+11
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-6/+6
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 6-158/+238
2020-08-04Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2020-08-04Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-6/+5
2020-07-30KVM: x86: Specify max TDP level via kvm_configure_mmu()Gravatar Sean Christopherson 1-2/+1
2020-07-30KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDRGravatar Sean Christopherson 1-3/+3
2020-07-30KVM: VXM: Remove temporary WARN on expected vs. actual EPTP level mismatchGravatar Sean Christopherson 1-10/+0
2020-07-30KVM: x86: Pull the PGD's level from the MMU instead of recalculating itGravatar Sean Christopherson 3-8/+16
2020-07-30KVM: VMX: Make vmx_load_mmu_pgd() staticGravatar Sean Christopherson 2-2/+1
2020-07-30KVM: VMX: Drop a duplicate declaration of construct_eptp()Gravatar Sean Christopherson 1-2/+0
2020-07-27KVM: nVMX: check for invalid hdr.vmx.flagsGravatar Paolo Bonzini 1-0/+3
2020-07-27KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATEGravatar Paolo Bonzini 2-3/+15
2020-07-24x86/kvm: Use generic xfer to guest work functionGravatar Thomas Gleixner 1-6/+5
2020-07-10KVM: x86: Add a capability for GUEST_MAXPHYADDR < HOST_MAXPHYADDR supportGravatar Mohammed Gamal 1-0/+7
2020-07-10KVM: VMX: optimize #PF injection when MAXPHYADDR does not matchGravatar Paolo Bonzini 1-0/+10
2020-07-10KVM: VMX: Add guest physical address check in EPT violation and misconfigGravatar Mohammed Gamal 2-4/+23
2020-07-10KVM: VMX: introduce vmx_need_pf_interceptGravatar Paolo Bonzini 3-12/+23
2020-07-10KVM: x86: rename update_bp_intercept to update_exception_bitmapGravatar Paolo Bonzini 1-1/+1
2020-07-10KVM: x86: move MSR_IA32_PERF_CAPABILITIES emulation to common x86 codeGravatar Vitaly Kuznetsov 1-17/+0
2020-07-10KVM: nVMX: fixes for preemption timer migrationGravatar Paolo Bonzini 1-0/+1
2020-07-09x86/kvm/vmx: Use native read/write_cr2()Gravatar Thomas Gleixner 1-3/+3
2020-07-09x86/kvm/vmx: Move guest enter/exit into .noinstr.textGravatar Thomas Gleixner 3-50/+70
2020-07-09x86/kvm/vmx: Add hardirq tracing to guest enter/exitGravatar Thomas Gleixner 1-2/+25
2020-07-09x86/kvm: Move context tracking where it belongsGravatar Thomas Gleixner 1-0/+10
2020-07-09kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the hostGravatar Maxim Levitsky 1-1/+1
2020-07-09KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()Gravatar Xiaoyao Li 2-3/+4
2020-07-08KVM: nVMX: Wrap VM-Fail valid path in generic VM-Fail helperGravatar Sean Christopherson 1-41/+36
2020-07-08kvm: x86: Set last_vmentry_cpu in vcpu_enter_guestGravatar Jim Mattson 1-1/+0
2020-07-08kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpuGravatar Jim Mattson 2-9/+6
2020-07-08kvm: x86: Add "last CPU" to some KVM_EXIT informationGravatar Jim Mattson 1-2/+8
2020-07-08kvm: vmx: Add last_cpu to struct vcpu_vmxGravatar Jim Mattson 2-0/+4
2020-07-08KVM: X86: Do the same ignore_msrs check for feature msrsGravatar Peter Xu 1-1/+1
2020-07-08KVM: x86/mmu: Make .write_log_dirty a nested operationGravatar Sean Christopherson 2-38/+38
2020-07-08KVM: nVMX: WARN if PML emulation helper is invoked outside of nested guestGravatar Sean Christopherson 1-21/+22
2020-07-03KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masksGravatar Sean Christopherson 2-12/+7
2020-07-03KVM: x86: Mark CR4.TSD as being possibly owned by the guestGravatar Sean Christopherson 1-0/+2
2020-06-23KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkruGravatar Sean Christopherson 1-2/+0
2020-06-22KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLGravatar Sean Christopherson 1-18/+0
2020-06-22KVM: nVMX: Plumb L2 GPA through to PML emulationGravatar Sean Christopherson 1-3/+3
2020-06-19Revert "KVM: VMX: Micro-optimize vmexit time when not exposing PMU"Gravatar Vitaly Kuznetsov 1-2/+1
2020-06-18x86/process/64: Make save_fsgs_for_kvm() ready for FSGSBASEGravatar Thomas Gleixner 1-1/+1
2020-06-15KVM: VMX: Add helpers to identify interrupt type from intr_infoGravatar Sean Christopherson 1-12/+20
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-2/+2
2020-06-11Merge branch 'kvm-basic-exit-reason' into HEADGravatar Paolo Bonzini 1-2/+2