summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-25x86/cpu: Restore AMD's DE_CFG MSR after resumeBorislav Petkov1-5/+5
2022-10-07x86/devicetable: Move x86 specific macro out of generic codeThomas Gleixner1-0/+1
2022-08-25KVM: SVM: Don't BUG if userspace injects an interrupt with GIF=0Maciej S. Szmigiero1-2/+0
2022-03-16KVM: SVM: Don't flush cache if hardware enforces cache coherency across encry...Krish Sadhukhan1-1/+2
2022-02-23Revert "svm: Add warning message for AVIC IPI invalid target"Sean Christopherson1-2/+0
2021-08-18KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)Maxim Levitsky1-0/+3
2021-08-18KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)Maxim Levitsky1-7/+8
2021-08-15KVM: SVM: Fix off-by-one indexing when nullifying last used SEV VMCBSean Christopherson1-1/+1
2021-07-11KVM: SVM: Call SEV Guest Decommission if ASID binding failsAlper Gun1-11/+21
2021-07-11KVM: SVM: Periodically schedule when unregistering regions on destroyDavid Rientjes1-0/+1
2021-06-10KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit modeSean Christopherson1-4/+4
2021-03-04kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the hostMaxim Levitsky1-1/+1
2021-02-23KVM: SEV: fix double locking due to incorrect backportPaolo Bonzini1-1/+0
2021-02-13Fix unsynchronized access to sev members through svm_register_enc_regionPeter Gonda1-7/+11
2021-02-10KVM: SVM: Treat SVM as unsupported when running as an SEV guestSean Christopherson1-0/+5
2021-01-06KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bitsPaolo Bonzini1-10/+4
2021-01-06KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accessesPaolo Bonzini1-0/+4
2021-01-06KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRLPaolo Bonzini1-6/+3
2020-10-29KVM: SVM: Initialize prev_ga_tag before useSuravee Suthikulpanit1-0/+1
2020-10-01KVM: SVM: Add a dedicated INVD intercept routineTom Lendacky1-1/+7
2020-10-01KVM: x86: handle wrap around 32-bit address spacePaolo Bonzini1-3/+0
2020-06-17KVM: nSVM: leave ASID aside in copy_vmcb_control_areaPaolo Bonzini1-1/+1
2020-06-17KVM: nSVM: fix condition for filtering async PFPaolo Bonzini1-2/+2
2020-05-27KVM: SVM: Fix potential memory leak in svm_cpu_init()Miaohe Lin1-7/+6
2020-05-14arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()Janakarajan Natarajan1-1/+1
2020-04-17KVM: x86: Gracefully handle __vmalloc() failure during VM allocationSean Christopherson1-0/+4
2020-03-05KVM: SVM: Override default MMIO mask if memory encryption is enabledTom Lendacky1-0/+43
2020-02-28KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov1-1/+6
2020-02-11kvm/svm: PKU not currently supportedJohn Allen1-0/+6
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-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.n...Vitaly 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