summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx
AgeCommit message (Expand)Author
2019-02-14kvm: vmx: Fix entry number check for add_atomic_switch_msr()Xiaoyao Li
2019-02-14KVM: x86: Recompute PID.ON when clearing PID.SNLuwei Kang
2019-02-13KVM: nVMX: Restore a preemption timer consistency checkSean Christopherson
2019-02-12x86/kvm/nVMX: read from MSR_IA32_VMX_PROCBASED_CTLS2 only when it is availableVitaly Kuznetsov
2019-02-07KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...Peter Shier
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf
2019-01-25KVM: x86: Mark expected switch fall-throughsGustavo A. R. Silva
2019-01-25x86/kvm/hyper-v: nested_enable_evmcs() sets vmcs_version incorrectlyVitaly Kuznetsov
2019-01-25KVM: VMX: Move vmx_vcpu_run()'s VM-Enter asm blob to a helper functionSean Christopherson
2019-01-25kvm: vmx: fix some -Wmissing-prototypes warningsYi Wang
2019-01-25kvm: x86/vmx: Use kzalloc for cached_vmcs12Tom Roeder
2019-01-25KVM: VMX: Use the correct field var when clearing VM_ENTRY_LOAD_IA32_PERF_GLO...Sean Christopherson
2019-01-11x86/kvm/nVMX: don't skip emulated instruction twice when vmptr address is not...Vitaly Kuznetsov
2019-01-11KVM/VMX: Avoid return error when flush tlb successfully in the hv_remote_flus...Lan Tianyu
2019-01-11KVM: x86: Fix bit shifting in update_intel_pt_cfgGustavo A. R. Silva
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-12-21KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routinesSean Christopherson
2018-12-21KVM: VMX: Explicitly reference RCX as the vmx_vcpu pointer in asm blobsSean Christopherson
2018-12-21KVM/VMX: Add hv tlb range flush supportLan Tianyu
2018-12-21KVM: x86: Disable Intel PT when VMXON in L1 guestLuwei Kang
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: nVMX: NMI-window and interrupt-window exiting should wake L2 from HLTJim Mattson
2018-12-21KVM: VMX: Remove duplicated include from vmx.cYueHaibing
2018-12-14kvm: x86: Dynamically allocate guest_fpuMarc Orr
2018-12-14KVM: nVMX: Move the checks for Guest Non-Register States to a separate helper...Krish Sadhukhan
2018-12-14KVM: nVMX: Move the checks for Host Control Registers and MSRs to a separate ...Krish Sadhukhan
2018-12-14KVM: nVMX: Move the checks for VM-Entry Control Fields to a separate helper f...Krish Sadhukhan
2018-12-14KVM: nVMX: Move the checks for VM-Exit Control Fields to a separate helper fu...Krish Sadhukhan
2018-12-14KVM: nVMX: Remove param indirection from nested_vmx_check_msr_switch()Sean Christopherson
2018-12-14KVM: nVMX: Move the checks for VM-Execution Control Fields to a separate help...Krish Sadhukhan
2018-12-14KVM: nVMX: Prepend "nested_vmx_" to check_vmentry_{pre,post}reqs()Krish Sadhukhan
2018-12-14KVM/VMX: Check ept_pointer before flushing ept tlbLan Tianyu
2018-12-14KVM nVMX: MSRs should not be stored if VM-entry fails during or after loading...Krish Sadhukhan
2018-12-14kvm: vmx: add cpu into VMX preemption timer bug listWei Huang
2018-12-14x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helperVitaly Kuznetsov
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