aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmx.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-24KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROLTao Xu1-0/+9
2019-09-10KVM: VMX: Change ple_window type to unsigned intPeter Xu1-1/+1
2019-06-18KVM: VMX: Explicitly initialize controls shadow at VMCS allocationSean Christopherson1-5/+0
2019-06-18KVM: nVMX: Don't reset VMCS controls shadow on VMCS switchSean Christopherson1-4/+0
2019-06-18KVM: nVMX: Shadow VMCS controls on a per-VMCS basisSean Christopherson1-15/+7
2019-06-18KVM: VMX: Shadow VMCS secondary execution controlsSean Christopherson1-0/+2
2019-06-18KVM: VMX: Shadow VMCS primary execution controlsSean Christopherson1-0/+2
2019-06-18KVM: VMX: Shadow VMCS pin controlsSean Christopherson1-0/+2
2019-06-18KVM: VMX: Add builder macros for shadowing controlsSean Christopherson1-64/+36
2019-06-18KVM: nVMX: Use adjusted pin controls for vmcs02Sean Christopherson1-0/+1
2019-06-18KVM: nVMX: Don't reread VMCS-agnostic state when switching VMCSSean Christopherson1-0/+1
2019-06-18KVM: nVMX: Don't "put" vCPU or host state when switching VMCSSean Christopherson1-1/+2
2019-06-18KVM: VMX: simplify vmx_prepare_switch_to_{guest,host}Paolo Bonzini1-6/+12
2019-06-18KVM: nVMX: Sync rarely accessed guest fields only when neededSean Christopherson1-0/+7
2019-06-18KVM: nVMX: Use descriptive names for VMCS sync functions and flagsSean Christopherson1-1/+1
2019-06-18KVM: VMX: Store the host kernel's IDT base in a global variableSean Christopherson1-1/+0
2019-06-18KVM: x86: move MSR_IA32_POWER_CTL handling to common codePaolo Bonzini1-2/+0
2019-05-24kvm: vmx: Fix -Wmissing-prototypes warningsYi Wang1-0/+1
2019-04-30KVM/nVMX: Use kvm_vcpu_map for accessing the enlightened VMCSKarimAllah Ahmed1-1/+1
2019-04-30KVM/nVMX: Use kvm_vcpu_map when mapping the posted interrupt descriptor tableKarimAllah Ahmed1-1/+1
2019-04-30KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC pageKarimAllah Ahmed1-1/+1
2019-04-30KVM/nVMX: Use kvm_vcpu_map when mapping the L1 MSR bitmapKarimAllah Ahmed1-0/+3
2019-04-30KVM: VMX: Nop emulation of MSR_IA32_POWER_CTLLiran Alon1-0/+2
2019-04-16KVM: nVMX: allow tests to use bad virtual-APIC page addressPaolo Bonzini1-0/+2
2019-03-28KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson1-1/+0
2019-02-20kvm: vmx: Add memcg accounting to KVM allocationsBen Gardon1-2/+3
2019-02-20kvm: vmx: Fix typos in vmentry/vmexit control settingYu Zhang1-3/+5
2019-02-20KVM: x86: Sync the pending Posted-InterruptsLuwei Kang1-6/+6
2019-02-12KVM: VMX: Pass "launched" directly to the vCPU-run asm blobSean Christopherson1-1/+1
2019-02-12KVM: nVMX: Cache host_rsp on a per-VMCS basisSean Christopherson1-1/+0
2018-12-21KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routinesSean Christopherson1-1/+0
2018-12-21KVM: x86: Set intercept for Intel PT MSRs read/writeChao Peng1-0/+1
2018-12-21KVM: x86: Add Intel PT context switch for each vcpuChao Peng1-0/+21
2018-12-21KVM: x86: Add Intel PT virtualization work modeChao Peng1-1/+8
2018-12-14KVM: VMX: Expose nested_vmx_allowed() to nested VMX as a non-inlineSean Christopherson1-0/+1
2018-12-14KVM: VMX: Expose various getters and setters to nested VMXSean Christopherson1-0/+27
2018-12-14KVM: VMX: Expose misc variables needed for nested VMXSean Christopherson1-0/+4
2018-12-14KVM: VMX: Move VMX instruction wrappers to a dedicated header fileSean Christopherson1-0/+108
2018-12-14KVM: VMX: Add vmx.h to hold VMX definitionsSean Christopherson1-0/+351