summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx/vmx.c
AgeCommit message (Expand)Author
2018-12-21KVM: x86: Set intercept for Intel PT MSRs read/writeChao Peng
2018-12-21KVM: x86: Implement Intel PT MSRs read/write emulationChao Peng
2018-12-21KVM: x86: Introduce a function to initialize the PT configurationLuwei Kang
2018-12-21KVM: x86: Add Intel PT context switch for each vcpuChao Peng
2018-12-21KVM: x86: Add Intel Processor Trace cpuid emulationChao Peng
2018-12-21KVM: x86: Add Intel PT virtualization work modeChao Peng
2018-12-21kvm: vmx: Allow guest read access to IA32_TSCJim Mattson
2018-12-21KVM: VMX: Remove duplicated include from vmx.cYueHaibing
2018-12-14kvm: x86: Dynamically allocate guest_fpuMarc Orr
2018-12-14KVM/VMX: Check ept_pointer before flushing ept tlbLan Tianyu
2018-12-14kvm: vmx: add cpu into VMX preemption timer bug listWei Huang
2018-12-14kvm: vmx: Skip all SYSCALL MSRs in setup_msrs() when !EFER.SCEJim Mattson
2018-12-14kvm: vmx: Don't set hardware IA32_CSTAR MSR on VM-entryJim Mattson
2018-12-14kvm: vmx: Document the need for MSR_STAR in i386 buildsJim Mattson
2018-12-14kvm: vmx: Set IA32_TSC_AUX for legacy mode guestsJim Mattson
2018-12-14KVM: nVMX: Move nested code to dedicated filesSean Christopherson
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: nVMX: Move "vmcs12 to shadow/evmcs sync" to helper functionSean Christopherson
2018-12-14KVM: nVMX: Call nested_vmx_setup_ctls_msrs() iff @nested is trueSean Christopherson
2018-12-14KVM: nVMX: Set callbacks for nested functions during hardware setupSean Christopherson
2018-12-14KVM: VMX: Move the hardware {un}setup functions to the bottomSean Christopherson
2018-12-14KVM: VMX: Move nested hardware/vcpu {un}setup to helper functionsSean Christopherson
2018-12-14KVM: VMX: Move VMX instruction wrappers to a dedicated header fileSean Christopherson
2018-12-14KVM: VMX: Move eVMCS code to dedicated filesSean Christopherson
2018-12-14KVM: VMX: Add vmx.h to hold VMX definitionsSean Christopherson
2018-12-14KVM: nVMX: Move vmcs12 code to dedicated filesSean Christopherson
2018-12-14KVM: VMX: Move VMCS definitions to dedicated fileSean Christopherson
2018-12-14KVM: VMX: Expose various module param vars via capabilities.hSean Christopherson
2018-12-14KVM: VMX: Move capabilities structs and helpers to dedicated fileSean Christopherson
2018-12-14KVM: VMX: Pass vmx_capability struct to setup_vmcs_config()Sean Christopherson
2018-12-14KVM: VMX: Properly handle dynamic VM Entry/Exit controlsSean Christopherson
2018-12-14KVM: VMX: Move caching of MSR_IA32_XSS to hardware_setup()Sean Christopherson
2018-12-14KVM: VMX: Drop the "vmx" prefix from vmx_evmcs.hSean Christopherson
2018-12-14KVM: VMX: rename vmx_shadow_fields.h to vmcs_shadow_fields.hSean Christopherson
2018-12-14KVM: VMX: Move VMX specific files to a "vmx" subdirectorySean Christopherson