summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx/vmx.h
AgeCommit message (Expand)Author
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