summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx/vmx.h
AgeCommit message (Expand)Author
2020-09-28KVM: nVMX: KVM needs to unset "unrestricted guest" VM-execution control in vm...Krish Sadhukhan
2020-09-28KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.cBabu Moger
2020-09-23KVM: x86: VMX: Make smaller physical guest address space support user-configu...Mohammed Gamal
2020-09-11KVM: nVMX: Update VMCS02 when L2 PAE PDPTE updates detectedPeter Shier
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-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-08kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpuJim Mattson
2020-07-08kvm: vmx: Add last_cpu to struct vcpu_vmxJim Mattson
2020-06-23KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkruSean Christopherson
2020-06-08KVM: VMX: Properly handle kvm_read/write_guest_virt*() resultVitaly Kuznetsov
2020-06-01KVM: nVMX: Fix VMX preemption timer migrationPeter Shier
2020-05-13KVM: VMX: Add proper cache tracking for CR0Sean Christopherson
2020-05-13KVM: VMX: Add proper cache tracking for CR4Sean Christopherson
2020-05-13KVM: nVMX: Skip IBPB when temporarily switching between vmcs01 and vmcs02Sean Christopherson
2020-05-13KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02Sean Christopherson
2020-05-13KVM: VMX: Split out architectural interrupt/NMI blocking checksSean Christopherson
2020-04-21KVM: VMX: Cache vmcs.EXIT_INTR_INFO using arch avail_reg flagsSean Christopherson
2020-04-21KVM: VMX: Cache vmcs.EXIT_QUALIFICATION using arch avail_reg flagsSean Christopherson
2020-04-21KVM: nVMX: Drop manual clearing of segment cache on nested VMCS switchSean Christopherson
2020-04-21KVM: nVMX: Reset register cache (available and dirty masks) on VMCS switchSean Christopherson
2020-04-21KVM: nVMX: Reload APIC access page on nested VM-Exit only if necessarySean Christopherson
2020-04-21KVM: VMX: Move vmx_flush_tlb() to vmx.cSean Christopherson
2020-04-21KVM: x86: Drop @invalidate_gpa param from kvm_x86_ops' tlb_flush()Sean Christopherson
2020-04-20KVM: VMX: Drop redundant capability checks in low level INVVPID helpersSean Christopherson
2020-04-15KVM: VMX: Flush all EPTP/VPID contexts on remote TLB flushSean Christopherson
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-03-31Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-23KVM: VMX: Fold loaded_vmcs_init() into alloc_loaded_vmcs()Sean Christopherson
2020-03-16KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgdPaolo Bonzini
2020-03-16KVM: x86: Move VMX's host_efer to common x86 codeSean Christopherson
2020-03-16KVM: VMX: Add helpers to query Intel PT modeSean Christopherson
2020-02-23KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton
2020-02-17x86/cpu: Move prototype for get_umwait_control_msr() to a global locationBenjamin Thiel
2020-01-13x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSRSean Christopherson
2019-12-04kvm: vmx: Stop wasting a page for guest_msrsJim Mattson
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini
2019-11-15KVM: nVMX: Add support for capturing highest observable L2 TSCAaron Lewis
2019-11-15kvm: vmx: Rename NR_AUTOLOAD_MSRS to NR_LOADSTORE_MSRSAaron Lewis
2019-11-15KVM: nVMX: Update vmcs01 TPR_THRESHOLD if L2 changed L1 TPRLiran Alon
2019-11-12KVM: VMX: Introduce pi_is_pir_empty() helperJoao Martins
2019-11-12KVM: VMX: Do not change PID.NDST when loading a blocked vCPUJoao Martins
2019-09-24KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROLTao Xu
2019-09-10KVM: VMX: Change ple_window type to unsigned intPeter Xu
2019-06-18KVM: VMX: Explicitly initialize controls shadow at VMCS allocationSean Christopherson
2019-06-18KVM: nVMX: Don't reset VMCS controls shadow on VMCS switchSean Christopherson
2019-06-18KVM: nVMX: Shadow VMCS controls on a per-VMCS basisSean Christopherson
2019-06-18KVM: VMX: Shadow VMCS secondary execution controlsSean Christopherson