summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-271-1/+1
* KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routinesSean Christopherson2018-12-211-12/+10
* KVM: VMX: Explicitly reference RCX as the vmx_vcpu pointer in asm blobsSean Christopherson2018-12-211-39/+47
* KVM/VMX: Add hv tlb range flush supportLan Tianyu2018-12-211-17/+44
* KVM: x86: Disable Intel PT when VMXON in L1 guestLuwei Kang2018-12-211-1/+2
* KVM: x86: Set intercept for Intel PT MSRs read/writeChao Peng2018-12-211-7/+26
* KVM: x86: Implement Intel PT MSRs read/write emulationChao Peng2018-12-211-0/+184
* KVM: x86: Introduce a function to initialize the PT configurationLuwei Kang2018-12-211-0/+73
* KVM: x86: Add Intel PT context switch for each vcpuChao Peng2018-12-211-0/+74
* KVM: x86: Add Intel Processor Trace cpuid emulationChao Peng2018-12-211-0/+6
* KVM: x86: Add Intel PT virtualization work modeChao Peng2018-12-211-2/+19
* kvm: vmx: Allow guest read access to IA32_TSCJim Mattson2018-12-211-0/+1
* KVM: VMX: Remove duplicated include from vmx.cYueHaibing2018-12-211-1/+0
* kvm: x86: Dynamically allocate guest_fpuMarc Orr2018-12-141-0/+10
* KVM/VMX: Check ept_pointer before flushing ept tlbLan Tianyu2018-12-141-2/+11
* kvm: vmx: add cpu into VMX preemption timer bug listWei Huang2018-12-141-0/+2
* kvm: vmx: Skip all SYSCALL MSRs in setup_msrs() when !EFER.SCEJim Mattson2018-12-141-8/+8
* kvm: vmx: Don't set hardware IA32_CSTAR MSR on VM-entryJim Mattson2018-12-141-3/+0
* kvm: vmx: Document the need for MSR_STAR in i386 buildsJim Mattson2018-12-141-2/+5
* kvm: vmx: Set IA32_TSC_AUX for legacy mode guestsJim Mattson2018-12-141-3/+3
* KVM: nVMX: Move nested code to dedicated filesSean Christopherson2018-12-141-5920/+2
* KVM: VMX: Expose nested_vmx_allowed() to nested VMX as a non-inlineSean Christopherson2018-12-141-1/+10
* KVM: VMX: Expose various getters and setters to nested VMXSean Christopherson2018-12-141-48/+26
* KVM: VMX: Expose misc variables needed for nested VMXSean Christopherson2018-12-141-3/+2
* KVM: nVMX: Move "vmcs12 to shadow/evmcs sync" to helper functionSean Christopherson2018-12-141-20/+26
* KVM: nVMX: Call nested_vmx_setup_ctls_msrs() iff @nested is trueSean Christopherson2018-12-141-8/+8
* KVM: nVMX: Set callbacks for nested functions during hardware setupSean Christopherson2018-12-141-26/+49
* KVM: VMX: Move the hardware {un}setup functions to the bottomSean Christopherson2018-12-141-184/+184
* KVM: VMX: Move nested hardware/vcpu {un}setup to helper functionsSean Christopherson2018-12-141-31/+54
* KVM: VMX: Move VMX instruction wrappers to a dedicated header fileSean Christopherson2018-12-141-380/+36
* KVM: VMX: Move eVMCS code to dedicated filesSean Christopherson2018-12-141-185/+1
* KVM: VMX: Add vmx.h to hold VMX definitionsSean Christopherson2018-12-141-363/+1
* KVM: nVMX: Move vmcs12 code to dedicated filesSean Christopherson2018-12-141-601/+1
* KVM: VMX: Move VMCS definitions to dedicated fileSean Christopherson2018-12-141-122/+3
* KVM: VMX: Expose various module param vars via capabilities.hSean Christopherson2018-12-141-6/+6
* KVM: VMX: Move capabilities structs and helpers to dedicated fileSean Christopherson2018-12-141-310/+3
* KVM: VMX: Pass vmx_capability struct to setup_vmcs_config()Sean Christopherson2018-12-141-12/+17
* KVM: VMX: Properly handle dynamic VM Entry/Exit controlsSean Christopherson2018-12-141-71/+74
* KVM: VMX: Move caching of MSR_IA32_XSS to hardware_setup()Sean Christopherson2018-12-141-3/+3
* KVM: VMX: Drop the "vmx" prefix from vmx_evmcs.hSean Christopherson2018-12-141-1/+1
* KVM: VMX: rename vmx_shadow_fields.h to vmcs_shadow_fields.hSean Christopherson2018-12-141-4/+4
* KVM: VMX: Move VMX specific files to a "vmx" subdirectorySean Christopherson2018-12-141-0/+15295