aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-21KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpathWanpeng Li1-4/+11
2020-01-08KVM: X86: Drop KVM_APIC_SHORT_MASK and KVM_APIC_DEST_MASKPeter Xu1-2/+2
2019-11-27KVM x86: Move kvm cpuid support out of svmPeter Gonda1-7/+0
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini1-5/+11
2019-11-15KVM: SVM: Remove check if APICv enabled in SVM update_cr8_intercept() handlerLiran Alon1-2/+1
2019-11-15KVM: retpolines: x86: eliminate retpoline from svm.c exit handlersAndrea Arcangeli1-0/+12
2019-10-31KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is activePaolo Bonzini1-2/+8
2019-10-22KVM: SVM: Fix potential wrong physical id in avic_handle_ldr_updateMiaohe Lin1-3/+3
2019-10-22kvm: svm: Update svm_xsaves_supportedAaron Lewis1-1/+1
2019-10-22KVM: x86: Move IA32_XSS-swapping on VM-entry/VM-exit to common x86 codeAaron Lewis1-25/+2
2019-10-22KVM: SVM: Use wrmsr for switching between guest and host IA32_XSS on AMDAaron Lewis1-0/+23
2019-10-22KVM: x86: Introduce vcpu->arch.xsaves_enabledAaron Lewis1-0/+3
2019-10-22kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameterSuthikulpanit, Suravee1-2/+2
2019-10-22KVM: x86: Fold decache_cr3() into cache_reg()Sean Christopherson1-6/+1
2019-10-22KVM: SVM: Reduce WBINVD/DF_FLUSH invocationsTom Lendacky1-15/+66
2019-10-22KVM: SVM: Remove unneeded WBINVD and DF_FLUSH when starting SEV guestsTom Lendacky1-15/+0
2019-10-22KVM: SVM: Guard against DEACTIVATE when performing WBINVD/DF_FLUSHTom Lendacky1-0/+20
2019-10-22KVM: SVM: Serialize access to the SEV ASID bitmapTom Lendacky1-12/+17
2019-09-24kvm: svm: Intercept RDPRUJim Mattson1-0/+8
2019-09-24KVM: VMX: Handle single-step #DB for EMULTYPE_SKIP on EPT misconfigSean Christopherson1-8/+9
2019-09-24KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT}Sean Christopherson1-13/+9
2019-09-24KVM: x86: Handle emulation failure directly in kvm_task_switch()Sean Christopherson1-9/+2
2019-09-24KVM: x86: Exit to userspace on emulation skip failureSean Christopherson1-2/+2
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/+9
2019-09-24KVM: x86: svm: remove unneeded nested_enable_evmcs() hookVitaly Kuznetsov1-8/+1
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-105/+93
2019-09-11KVM: x86: Fix INIT signal handling in various CPU statesLiran Alon1-0/+17
2019-09-11x86: KVM: svm: Fix a check in nested_svm_vmrun()Dan Carpenter1-1/+1
2019-09-11KVM: x86: Return to userspace with internal error on unexpected exit reasonLiran Alon1-3/+8
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-6/+1
2019-09-10KVM: X86: Tune PLE Window tracepointPeter Xu1-8/+8
2019-09-10KVM: x86: Disable posted interrupts for non-standard IRQs delivery modesAlexander Graf1-1/+3
2019-08-27KVM: x86: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when kvm_intel.nested is disabledVitaly Kuznetsov1-7/+1
2019-08-22KVM: Assert that struct kvm_vcpu is always as offset zeroSean Christopherson1-0/+3
2019-08-22x86: KVM: svm: eliminate hardcoded RIP advancement from vmrun_interception()Vitaly Kuznetsov1-10/+10
2019-08-22x86: KVM: svm: eliminate weird goto from vmrun_interception()Vitaly Kuznetsov1-22/+14
2019-08-22x86: KVM: svm: remove hardcoded instruction length from interceptsVitaly Kuznetsov1-11/+0
2019-08-22x86: KVM: add xsetbv to the emulatorVitaly Kuznetsov1-0/+1
2019-08-22x86: kvm: svm: propagate errors from skip_emulated_instruction()Vitaly Kuznetsov1-16/+20
2019-08-22x86: KVM: svm: don't pretend to advance RIP in case wrmsr_interception() results in #GPVitaly Kuznetsov1-1/+1
2019-08-22KVM: x86: always expose VIRT_SSBD to guestsPaolo Bonzini1-4/+9
2019-08-14KVM: x86: svm: remove redundant assignment of var new_entryMiaohe Lin1-1/+0
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: SVM: Fix detection of AMD Errata 1096Liran Alon1-7/+35
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-11KVM: x86: Unconditionally enable irqs in guest contextSean Christopherson1-9/+1
2019-07-03KVM: svm: add nrips module parameterPaolo Bonzini1-3/+12