summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmx.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: Explicitly initialize controls shadow at VMCS allocationSean Christopherson2019-06-181-5/+0Star
* KVM: nVMX: Don't reset VMCS controls shadow on VMCS switchSean Christopherson2019-06-181-4/+0Star
* KVM: nVMX: Shadow VMCS controls on a per-VMCS basisSean Christopherson2019-06-181-15/+7Star
* 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/+36Star
* 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/+0Star
* KVM: x86: move MSR_IA32_POWER_CTL handling to common codePaolo Bonzini2019-06-181-2/+0Star
* 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/+0Star
* 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/+0Star
* KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routinesSean Christopherson2018-12-211-1/+0Star
* 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