aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmx.h
AgeCommit message (Expand)Author
2020-06-17KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02Sean Christopherson
2020-02-23KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton
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
2019-06-18KVM: VMX: Shadow VMCS primary execution controlsSean Christopherson
2019-06-18KVM: VMX: Shadow VMCS pin controlsSean Christopherson
2019-06-18KVM: VMX: Add builder macros for shadowing controlsSean Christopherson
2019-06-18KVM: nVMX: Use adjusted pin controls for vmcs02Sean Christopherson
2019-06-18KVM: nVMX: Don't reread VMCS-agnostic state when switching VMCSSean Christopherson
2019-06-18KVM: nVMX: Don't "put" vCPU or host state when switching VMCSSean Christopherson
2019-06-18KVM: VMX: simplify vmx_prepare_switch_to_{guest,host}Paolo Bonzini
2019-06-18KVM: nVMX: Sync rarely accessed guest fields only when neededSean Christopherson
2019-06-18KVM: nVMX: Use descriptive names for VMCS sync functions and flagsSean Christopherson
2019-06-18KVM: VMX: Store the host kernel's IDT base in a global variableSean Christopherson
2019-06-18KVM: x86: move MSR_IA32_POWER_CTL handling to common codePaolo Bonzini
2019-05-24kvm: vmx: Fix -Wmissing-prototypes warningsYi Wang
2019-04-30KVM/nVMX: Use kvm_vcpu_map for accessing the enlightened VMCSKarimAllah Ahmed
2019-04-30KVM/nVMX: Use kvm_vcpu_map when mapping the posted interrupt descriptor tableKarimAllah Ahmed
2019-04-30KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC pageKarimAllah Ahmed
2019-04-30KVM/nVMX: Use kvm_vcpu_map when mapping the L1 MSR bitmapKarimAllah Ahmed
2019-04-30KVM: VMX: Nop emulation of MSR_IA32_POWER_CTLLiran Alon
2019-04-16KVM: nVMX: allow tests to use bad virtual-APIC page addressPaolo Bonzini
2019-03-28KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson
2019-02-20kvm: vmx: Add memcg accounting to KVM allocationsBen Gardon
2019-02-20kvm: vmx: Fix typos in vmentry/vmexit control settingYu Zhang
2019-02-20KVM: x86: Sync the pending Posted-InterruptsLuwei Kang
2019-02-12KVM: VMX: Pass "launched" directly to the vCPU-run asm blobSean Christopherson
2019-02-12KVM: nVMX: Cache host_rsp on a per-VMCS basisSean Christopherson
2018-12-21KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routinesSean Christopherson
2018-12-21KVM: x86: Set intercept for Intel PT MSRs read/writeChao Peng
2018-12-21KVM: x86: Add Intel PT context switch for each vcpuChao Peng
2018-12-21KVM: x86: Add Intel PT virtualization work modeChao Peng
2018-12-14KVM: VMX: Expose nested_vmx_allowed() to nested VMX as a non-inlineSean Christopherson
2018-12-14KVM: VMX: Expose various getters and setters to nested VMXSean Christopherson
2018-12-14KVM: VMX: Expose misc variables needed for nested VMXSean Christopherson
2018-12-14KVM: VMX: Move VMX instruction wrappers to a dedicated header fileSean Christopherson
2018-12-14KVM: VMX: Add vmx.h to hold VMX definitionsSean Christopherson