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