aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-27KVM: VMX: Set VMENTER_L1D_FLUSH_NOT_REQUIRED if !X86_BUG_L1TFWaiman Long1-6/+9
2019-09-25KVM: vmx: fix build warnings in hv_enable_direct_tlbflush() on i386Vitaly Kuznetsov1-9/+5
2019-09-25KVM: VMX: Add error handling to VMREAD helperSean Christopherson1-0/+8
2019-09-25KVM: VMX: Optimize VMX instruction error and fault handlingSean Christopherson1-0/+34
2019-09-24KVM: vmx: Introduce handle_unexpected_vmexit and handle WAITPKG vmexitTao Xu1-16/+12
2019-09-24KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROLTao Xu1-0/+36
2019-09-24KVM: x86: Add support for user wait instructionsTao Xu1-0/+18
2019-09-24KVM: VMX: Handle single-step #DB for EMULTYPE_SKIP on EPT misconfigSean Christopherson1-30/+22
2019-09-24KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT}Sean Christopherson1-18/+10
2019-09-24KVM: VMX: Remove EMULATE_FAIL handling in handle_invalid_guest_state()Sean Christopherson1-21/+20
2019-09-24KVM: x86: Move triple fault request into RM int injectionSean Christopherson1-6/+3
2019-09-24KVM: x86: Handle emulation failure directly in kvm_task_switch()Sean Christopherson1-11/+3
2019-09-24KVM: x86: Move #GP injection for VMware into x86_emulate_instruction()Sean Christopherson1-8/+2
2019-09-24KVM: x86: Don't attempt VMWare emulation on #GP with non-zero error codeSean Christopherson1-1/+11
2019-09-24KVM: x86: Relocate MMIO exit stats countingSean Christopherson1-1/+0
2019-09-24KVM/Hyper-V/VMX: Add direct tlb flush supportVitaly Kuznetsov1-0/+39
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-46/+48
2019-09-11KVM: x86: Fix INIT signal handling in various CPU statesLiran Alon1-0/+6
2019-09-11KVM: VMX: Stop the preemption timer during vCPU resetWanpeng Li1-0/+1
2019-09-11KVM: x86: Return to userspace with internal error on unexpected exit reasonLiran Alon1-2/+7
2019-09-10KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM codeSean Christopherson1-27/+2
2019-09-10KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callersSean Christopherson1-5/+1
2019-09-10KVM: X86: Tune PLE Window tracepointPeter Xu1-6/+8
2019-09-10KVM: VMX: Change ple_window type to unsigned intPeter Xu1-2/+2
2019-09-10KVM: x86: Disable posted interrupts for non-standard IRQs delivery modesAlexander Graf1-1/+5
2019-08-27KVM: x86: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when kvm_intel.nested is disabledVitaly Kuznetsov1-0/+1
2019-08-22KVM: Assert that struct kvm_vcpu is always as offset zeroSean Christopherson1-0/+3
2019-08-22KVM: x86/mmu: Add explicit access mask for MMIO SPTEsSean Christopherson1-1/+1
2019-08-22x86: kvm: svm: propagate errors from skip_emulated_instruction()Vitaly Kuznetsov1-3/+13
2019-08-05KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li1-0/+6
2019-07-22KVM: X86: Dynamically allocate user_fpuWanpeng Li1-1/+12
2019-07-20KVM: VMX: dump VMCS on failed entryPaolo Bonzini1-0/+1
2019-07-20KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li1-1/+2
2019-07-15kvm: vmx: fix coccinelle warningsYi Wang1-1/+1
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-4/+1
2019-07-02KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LISTPaolo Bonzini1-0/+2
2019-06-20KVM: VMX: check CPUID before allowing read/write of IA32_XSSWanpeng Li1-2/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner1-4/+1
2019-06-18KVM: VMX: Leave preemption timer running when it's disabledSean Christopherson1-22/+38
2019-06-18KVM: VMX: Drop hv_timer_armed from 'struct loaded_vmcs'Sean Christopherson1-6/+2
2019-06-18KVM: VMX: Explicitly initialize controls shadow at VMCS allocationSean Christopherson1-5/+7
2019-06-18KVM: VMX: Shadow VMCS secondary execution controlsSean Christopherson1-20/+20
2019-06-18KVM: VMX: Shadow VMCS primary execution controlsSean Christopherson1-23/+15
2019-06-18KVM: VMX: Shadow VMCS pin controlsSean Christopherson1-6/+4
2019-06-18KVM: nVMX: Use adjusted pin controls for vmcs02Sean Christopherson1-1/+1
2019-06-18KVM: x86: introduce is_pae_pagingPaolo Bonzini1-2/+2
2019-06-18KVM: nVMX: Update vmcs12 for MSR_IA32_DEBUGCTLMSR when it's writtenSean Christopherson1-0/+8
2019-06-18KVM: nVMX: Update vmcs12 for SYSENTER MSRs when they're writtenSean Christopherson1-0/+6
2019-06-18KVM: nVMX: Update vmcs12 for MSR_IA32_CR_PAT when it's writtenSean Christopherson1-0/+4
2019-06-18KVM: nVMX: Don't reread VMCS-agnostic state when switching VMCSSean Christopherson1-5/+13