summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx
AgeCommit message (Expand)Author
2020-09-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-09-12KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exitWanpeng Li
2020-09-11KVM: nVMX: Fix the update value of nested load IA32_PERF_GLOBAL_CTRL controlChenyi Qiang
2020-09-11KVM: nVMX: Update VMCS02 when L2 PAE PDPTE updates detectedPeter Shier
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-08-04Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-08-04Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-07-30KVM: x86: Specify max TDP level via kvm_configure_mmu()Sean Christopherson
2020-07-30KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDRSean Christopherson
2020-07-30KVM: VXM: Remove temporary WARN on expected vs. actual EPTP level mismatchSean Christopherson
2020-07-30KVM: x86: Pull the PGD's level from the MMU instead of recalculating itSean Christopherson
2020-07-30KVM: VMX: Make vmx_load_mmu_pgd() staticSean Christopherson
2020-07-30KVM: VMX: Drop a duplicate declaration of construct_eptp()Sean Christopherson
2020-07-27KVM: nVMX: check for invalid hdr.vmx.flagsPaolo Bonzini
2020-07-27KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATEPaolo Bonzini
2020-07-24x86/kvm: Use generic xfer to guest work functionThomas Gleixner
2020-07-10KVM: x86: Add a capability for GUEST_MAXPHYADDR < HOST_MAXPHYADDR supportMohammed Gamal
2020-07-10KVM: VMX: optimize #PF injection when MAXPHYADDR does not matchPaolo Bonzini
2020-07-10KVM: VMX: Add guest physical address check in EPT violation and misconfigMohammed Gamal
2020-07-10KVM: VMX: introduce vmx_need_pf_interceptPaolo Bonzini
2020-07-10KVM: x86: rename update_bp_intercept to update_exception_bitmapPaolo Bonzini
2020-07-10KVM: x86: move MSR_IA32_PERF_CAPABILITIES emulation to common x86 codeVitaly Kuznetsov
2020-07-10KVM: nVMX: fixes for preemption timer migrationPaolo Bonzini
2020-07-09x86/kvm/vmx: Use native read/write_cr2()Thomas Gleixner
2020-07-09x86/kvm/vmx: Move guest enter/exit into .noinstr.textThomas Gleixner
2020-07-09x86/kvm/vmx: Add hardirq tracing to guest enter/exitThomas Gleixner
2020-07-09x86/kvm: Move context tracking where it belongsThomas Gleixner
2020-07-09kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the hostMaxim Levitsky
2020-07-09KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()Xiaoyao Li
2020-07-08KVM: nVMX: Wrap VM-Fail valid path in generic VM-Fail helperSean Christopherson
2020-07-08kvm: x86: Set last_vmentry_cpu in vcpu_enter_guestJim Mattson
2020-07-08kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpuJim Mattson
2020-07-08kvm: x86: Add "last CPU" to some KVM_EXIT informationJim Mattson
2020-07-08kvm: vmx: Add last_cpu to struct vcpu_vmxJim Mattson
2020-07-08KVM: X86: Do the same ignore_msrs check for feature msrsPeter Xu
2020-07-08KVM: x86/mmu: Make .write_log_dirty a nested operationSean Christopherson
2020-07-08KVM: nVMX: WARN if PML emulation helper is invoked outside of nested guestSean Christopherson
2020-07-03KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masksSean Christopherson
2020-07-03KVM: x86: Mark CR4.TSD as being possibly owned by the guestSean Christopherson
2020-06-23KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkruSean Christopherson
2020-06-22KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson
2020-06-22KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson
2020-06-19Revert "KVM: VMX: Micro-optimize vmexit time when not exposing PMU"Vitaly Kuznetsov
2020-06-18x86/process/64: Make save_fsgs_for_kvm() ready for FSGSBASEThomas Gleixner
2020-06-15KVM: VMX: Add helpers to identify interrupt type from intr_infoSean Christopherson
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-06-11Merge branch 'kvm-basic-exit-reason' into HEADPaolo Bonzini
2020-06-11KVM: nVMX: Consult only the "basic" exit reason when routing nested exitSean Christopherson
2020-06-11x86/entry: Optimize local_db_save() for virtPeter Zijlstra