summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmx.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton2020-02-231-0/+3
* x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSRSean Christopherson2020-01-131-1/+1
* kvm: vmx: Stop wasting a page for guest_msrsJim Mattson2019-12-041-1/+7
* Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini2019-11-211-0/+11
|\
| * KVM: VMX: Introduce pi_is_pir_empty() helperJoao Martins2019-11-121-0/+5
| * KVM: VMX: Do not change PID.NDST when loading a blocked vCPUJoao Martins2019-11-121-0/+6
* | KVM: nVMX: Add support for capturing highest observable L2 TSCAaron Lewis2019-11-151-0/+5
* | kvm: vmx: Rename NR_AUTOLOAD_MSRS to NR_LOADSTORE_MSRSAaron Lewis2019-11-151-2/+2
* | KVM: nVMX: Update vmcs01 TPR_THRESHOLD if L2 changed L1 TPRLiran Alon2019-11-151-0/+3
|/
* KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROLTao Xu2019-09-241-0/+9
* KVM: VMX: Change ple_window type to unsigned intPeter Xu2019-09-101-1/+1
* KVM: VMX: Explicitly initialize controls shadow at VMCS allocationSean Christopherson2019-06-181-5/+0
* KVM: nVMX: Don't reset VMCS controls shadow on VMCS switchSean Christopherson2019-06-181-4/+0
* KVM: nVMX: Shadow VMCS controls on a per-VMCS basisSean Christopherson2019-06-181-15/+7
* KVM: VMX: Shadow VMCS secondary execution controlsSean Christopherson2019-06-181-0/+2
* KVM: VMX: Shadow VMCS primary execution controlsSean Christopherson2019-06-181-0/+2
* KVM: VMX: Shadow VMCS pin controlsSean Christopherson2019-06-181-0/+2
* KVM: VMX: Add builder macros for shadowing controlsSean Christopherson2019-06-181-64/+36
* KVM: nVMX: Use adjusted pin controls for vmcs02Sean Christopherson2019-06-181-0/+1
* KVM: nVMX: Don't reread VMCS-agnostic state when switching VMCSSean Christopherson2019-06-181-0/+1
* KVM: nVMX: Don't "put" vCPU or host state when switching VMCSSean Christopherson2019-06-181-1/+2
* KVM: VMX: simplify vmx_prepare_switch_to_{guest,host}Paolo Bonzini2019-06-181-6/+12
* KVM: nVMX: Sync rarely accessed guest fields only when neededSean Christopherson2019-06-181-0/+7
* KVM: nVMX: Use descriptive names for VMCS sync functions and flagsSean Christopherson2019-06-181-1/+1
* KVM: VMX: Store the host kernel's IDT base in a global variableSean Christopherson2019-06-181-1/+0
* KVM: x86: move MSR_IA32_POWER_CTL handling to common codePaolo Bonzini2019-06-181-2/+0
* kvm: vmx: Fix -Wmissing-prototypes warningsYi Wang2019-05-241-0/+1
* KVM/nVMX: Use kvm_vcpu_map for accessing the enlightened VMCSKarimAllah Ahmed2019-04-301-1/+1
* KVM/nVMX: Use kvm_vcpu_map when mapping the posted interrupt descriptor tableKarimAllah Ahmed2019-04-301-1/+1
* KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC pageKarimAllah Ahmed2019-04-301-1/+1
* KVM/nVMX: Use kvm_vcpu_map when mapping the L1 MSR bitmapKarimAllah Ahmed2019-04-301-0/+3
* KVM: VMX: Nop emulation of MSR_IA32_POWER_CTLLiran Alon2019-04-301-0/+2
* KVM: nVMX: allow tests to use bad virtual-APIC page addressPaolo Bonzini2019-04-161-0/+2
* KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-03-281-1/+0
* kvm: vmx: Add memcg accounting to KVM allocationsBen Gardon2019-02-201-2/+3
* kvm: vmx: Fix typos in vmentry/vmexit control settingYu Zhang2019-02-201-3/+5
* KVM: x86: Sync the pending Posted-InterruptsLuwei Kang2019-02-201-6/+6
* KVM: VMX: Pass "launched" directly to the vCPU-run asm blobSean Christopherson2019-02-121-1/+1
* KVM: nVMX: Cache host_rsp on a per-VMCS basisSean Christopherson2019-02-121-1/+0
* KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routinesSean Christopherson2018-12-211-1/+0
* KVM: x86: Set intercept for Intel PT MSRs read/writeChao Peng2018-12-211-0/+1
* KVM: x86: Add Intel PT context switch for each vcpuChao Peng2018-12-211-0/+21
* KVM: x86: Add Intel PT virtualization work modeChao Peng2018-12-211-1/+8
* KVM: VMX: Expose nested_vmx_allowed() to nested VMX as a non-inlineSean Christopherson2018-12-141-0/+1
* KVM: VMX: Expose various getters and setters to nested VMXSean Christopherson2018-12-141-0/+27
* KVM: VMX: Expose misc variables needed for nested VMXSean Christopherson2018-12-141-0/+4
* KVM: VMX: Move VMX instruction wrappers to a dedicated header fileSean Christopherson2018-12-141-0/+108
* KVM: VMX: Add vmx.h to hold VMX definitionsSean Christopherson2018-12-141-0/+351