summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM x86: Move kvm cpuid support out of svmPeter Gonda2019-11-271-7/+0
* Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini2019-11-211-5/+11
|\
| * KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is activePaolo Bonzini2019-10-311-2/+8
| * KVM: SVM: Fix potential wrong physical id in avic_handle_ldr_updateMiaohe Lin2019-10-221-3/+3
* | KVM: SVM: Remove check if APICv enabled in SVM update_cr8_intercept() handlerLiran Alon2019-11-151-2/+1
* | KVM: retpolines: x86: eliminate retpoline from svm.c exit handlersAndrea Arcangeli2019-11-151-0/+12
* | kvm: svm: Update svm_xsaves_supportedAaron Lewis2019-10-221-1/+1
* | KVM: x86: Move IA32_XSS-swapping on VM-entry/VM-exit to common x86 codeAaron Lewis2019-10-221-25/+2
* | KVM: SVM: Use wrmsr for switching between guest and host IA32_XSS on AMDAaron Lewis2019-10-221-0/+23
* | KVM: x86: Introduce vcpu->arch.xsaves_enabledAaron Lewis2019-10-221-0/+3
* | kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameterSuthikulpanit, Suravee2019-10-221-2/+2
* | KVM: x86: Fold decache_cr3() into cache_reg()Sean Christopherson2019-10-221-6/+1
* | KVM: SVM: Reduce WBINVD/DF_FLUSH invocationsTom Lendacky2019-10-221-15/+66
* | KVM: SVM: Remove unneeded WBINVD and DF_FLUSH when starting SEV guestsTom Lendacky2019-10-221-15/+0
* | KVM: SVM: Guard against DEACTIVATE when performing WBINVD/DF_FLUSHTom Lendacky2019-10-221-0/+20
* | KVM: SVM: Serialize access to the SEV ASID bitmapTom Lendacky2019-10-221-12/+17
|/
* kvm: svm: Intercept RDPRUJim Mattson2019-09-241-0/+8
* KVM: VMX: Handle single-step #DB for EMULTYPE_SKIP on EPT misconfigSean Christopherson2019-09-241-8/+9
* KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT}Sean Christopherson2019-09-241-13/+9
* KVM: x86: Handle emulation failure directly in kvm_task_switch()Sean Christopherson2019-09-241-9/+2
* KVM: x86: Exit to userspace on emulation skip failureSean Christopherson2019-09-241-2/+2
* KVM: x86: Move #GP injection for VMware into x86_emulate_instruction()Sean Christopherson2019-09-241-8/+2
* KVM: x86: Don't attempt VMWare emulation on #GP with non-zero error codeSean Christopherson2019-09-241-1/+9
* KVM: x86: svm: remove unneeded nested_enable_evmcs() hookVitaly Kuznetsov2019-09-241-8/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-181-105/+93
|\
| * KVM: x86: Fix INIT signal handling in various CPU statesLiran Alon2019-09-111-0/+17
| * x86: KVM: svm: Fix a check in nested_svm_vmrun()Dan Carpenter2019-09-111-1/+1
| * KVM: x86: Return to userspace with internal error on unexpected exit reasonLiran Alon2019-09-111-3/+8
| * KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM codeSean Christopherson2019-09-101-27/+2
| * KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callersSean Christopherson2019-09-101-6/+1
| * KVM: X86: Tune PLE Window tracepointPeter Xu2019-09-101-8/+8
| * KVM: x86: Disable posted interrupts for non-standard IRQs delivery modesAlexander Graf2019-09-101-1/+3
| * KVM: Assert that struct kvm_vcpu is always as offset zeroSean Christopherson2019-08-221-0/+3
| * x86: KVM: svm: eliminate hardcoded RIP advancement from vmrun_interception()Vitaly Kuznetsov2019-08-221-10/+10
| * x86: KVM: svm: eliminate weird goto from vmrun_interception()Vitaly Kuznetsov2019-08-221-22/+14
| * x86: KVM: svm: remove hardcoded instruction length from interceptsVitaly Kuznetsov2019-08-221-11/+0
| * x86: KVM: add xsetbv to the emulatorVitaly Kuznetsov2019-08-221-0/+1
| * x86: kvm: svm: propagate errors from skip_emulated_instruction()Vitaly Kuznetsov2019-08-221-16/+20
| * x86: KVM: svm: don't pretend to advance RIP in case wrmsr_interception() resu...Vitaly Kuznetsov2019-08-221-1/+1
| * KVM: x86: always expose VIRT_SSBD to guestsPaolo Bonzini2019-08-221-4/+9
* | KVM: x86: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when kvm_intel.n...Vitaly Kuznetsov2019-08-271-7/+1
|/
* KVM: x86: svm: remove redundant assignment of var new_entryMiaohe Lin2019-08-141-1/+0
* KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-051-0/+6
* KVM: X86: Dynamically allocate user_fpuWanpeng Li2019-07-221-1/+12
* KVM: SVM: Fix detection of AMD Errata 1096Liran Alon2019-07-201-7/+35
* Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-111-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-4/+1
* | KVM: x86: Unconditionally enable irqs in guest contextSean Christopherson2019-07-111-9/+1
* | KVM: svm: add nrips module parameterPaolo Bonzini2019-07-031-3/+12
* | KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LISTPaolo Bonzini2019-07-021-0/+1