aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf1-1/+2
2019-01-25KVM: x86: Mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2019-01-25KVM: VMX: Move vmx_vcpu_run()'s VM-Enter asm blob to a helper functionSean Christopherson1-66/+73
2019-01-25kvm: vmx: fix some -Wmissing-prototypes warningsYi Wang1-1/+1
2019-01-25KVM: VMX: Use the correct field var when clearing VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRLSean Christopherson1-1/+1
2019-01-11KVM/VMX: Avoid return error when flush tlb successfully in the hv_remote_flush_tlb_with_range()Lan Tianyu1-1/+1
2019-01-11KVM: x86: Fix bit shifting in update_intel_pt_cfgGustavo A. R. Silva1-1/+1
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-12-21KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routinesSean Christopherson1-12/+10
2018-12-21KVM: VMX: Explicitly reference RCX as the vmx_vcpu pointer in asm blobsSean Christopherson1-39/+47
2018-12-21KVM/VMX: Add hv tlb range flush supportLan Tianyu1-17/+44
2018-12-21KVM: x86: Disable Intel PT when VMXON in L1 guestLuwei Kang1-1/+2
2018-12-21KVM: x86: Set intercept for Intel PT MSRs read/writeChao Peng1-7/+26
2018-12-21KVM: x86: Implement Intel PT MSRs read/write emulationChao Peng1-0/+184
2018-12-21KVM: x86: Introduce a function to initialize the PT configurationLuwei Kang1-0/+73
2018-12-21KVM: x86: Add Intel PT context switch for each vcpuChao Peng1-0/+74
2018-12-21KVM: x86: Add Intel Processor Trace cpuid emulationChao Peng1-0/+6
2018-12-21KVM: x86: Add Intel PT virtualization work modeChao Peng1-2/+19
2018-12-21kvm: vmx: Allow guest read access to IA32_TSCJim Mattson1-0/+1
2018-12-21KVM: VMX: Remove duplicated include from vmx.cYueHaibing1-1/+0
2018-12-14kvm: x86: Dynamically allocate guest_fpuMarc Orr1-0/+10
2018-12-14KVM/VMX: Check ept_pointer before flushing ept tlbLan Tianyu1-2/+11
2018-12-14kvm: vmx: add cpu into VMX preemption timer bug listWei Huang1-0/+2
2018-12-14kvm: vmx: Skip all SYSCALL MSRs in setup_msrs() when !EFER.SCEJim Mattson1-8/+8
2018-12-14kvm: vmx: Don't set hardware IA32_CSTAR MSR on VM-entryJim Mattson1-3/+0
2018-12-14kvm: vmx: Document the need for MSR_STAR in i386 buildsJim Mattson1-2/+5
2018-12-14kvm: vmx: Set IA32_TSC_AUX for legacy mode guestsJim Mattson1-3/+3
2018-12-14KVM: nVMX: Move nested code to dedicated filesSean Christopherson1-5920/+2
2018-12-14KVM: VMX: Expose nested_vmx_allowed() to nested VMX as a non-inlineSean Christopherson1-1/+10
2018-12-14KVM: VMX: Expose various getters and setters to nested VMXSean Christopherson1-48/+26
2018-12-14KVM: VMX: Expose misc variables needed for nested VMXSean Christopherson1-3/+2
2018-12-14KVM: nVMX: Move "vmcs12 to shadow/evmcs sync" to helper functionSean Christopherson1-20/+26
2018-12-14KVM: nVMX: Call nested_vmx_setup_ctls_msrs() iff @nested is trueSean Christopherson1-8/+8
2018-12-14KVM: nVMX: Set callbacks for nested functions during hardware setupSean Christopherson1-26/+49
2018-12-14KVM: VMX: Move the hardware {un}setup functions to the bottomSean Christopherson1-184/+184
2018-12-14KVM: VMX: Move nested hardware/vcpu {un}setup to helper functionsSean Christopherson1-31/+54
2018-12-14KVM: VMX: Move VMX instruction wrappers to a dedicated header fileSean Christopherson1-380/+36
2018-12-14KVM: VMX: Move eVMCS code to dedicated filesSean Christopherson1-185/+1
2018-12-14KVM: VMX: Add vmx.h to hold VMX definitionsSean Christopherson1-363/+1
2018-12-14KVM: nVMX: Move vmcs12 code to dedicated filesSean Christopherson1-601/+1
2018-12-14KVM: VMX: Move VMCS definitions to dedicated fileSean Christopherson1-122/+3
2018-12-14KVM: VMX: Expose various module param vars via capabilities.hSean Christopherson1-6/+6
2018-12-14KVM: VMX: Move capabilities structs and helpers to dedicated fileSean Christopherson1-310/+3
2018-12-14KVM: VMX: Pass vmx_capability struct to setup_vmcs_config()Sean Christopherson1-12/+17
2018-12-14KVM: VMX: Properly handle dynamic VM Entry/Exit controlsSean Christopherson1-71/+74
2018-12-14KVM: VMX: Move caching of MSR_IA32_XSS to hardware_setup()Sean Christopherson1-3/+3
2018-12-14KVM: VMX: Drop the "vmx" prefix from vmx_evmcs.hSean Christopherson1-1/+1
2018-12-14KVM: VMX: rename vmx_shadow_fields.h to vmcs_shadow_fields.hSean Christopherson1-4/+4
2018-12-14KVM: VMX: Move VMX specific files to a "vmx" subdirectorySean Christopherson1-0/+15295