aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)Author
2022-11-25x86/cpu: Restore AMD's DE_CFG MSR after resumeBorislav Petkov
2022-11-23x86/devicetable: Move x86 specific macro out of generic codeThomas Gleixner
2022-08-25KVM: SVM: Don't BUG if userspace injects an interrupt with GIF=0Maciej S. Szmigiero
2021-08-26KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)Maxim Levitsky
2021-08-26KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)Maxim Levitsky
2021-08-15KVM: SVM: Fix off-by-one indexing when nullifying last used SEV VMCBSean Christopherson
2021-07-11KVM: SVM: Call SEV Guest Decommission if ASID binding failsAlper Gun
2021-07-11KVM: SVM: Periodically schedule when unregistering regions on destroyDavid Rientjes
2021-06-10KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit modeSean Christopherson
2021-02-23KVM: SEV: fix double locking due to incorrect backportPaolo Bonzini
2021-02-13Fix unsynchronized access to sev members through svm_register_enc_regionPeter Gonda
2021-02-10KVM: SVM: Treat SVM as unsupported when running as an SEV guestSean Christopherson
2021-01-06KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bitsPaolo Bonzini
2021-01-06KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accessesPaolo Bonzini
2020-10-29KVM: SVM: Initialize prev_ga_tag before useSuravee Suthikulpanit
2020-10-01KVM: SVM: Add a dedicated INVD intercept routineTom Lendacky
2020-06-22KVM: nSVM: leave ASID aside in copy_vmcb_control_areaPaolo Bonzini
2020-06-22KVM: nSVM: fix condition for filtering async PFPaolo Bonzini
2020-05-27KVM: SVM: Fix potential memory leak in svm_cpu_init()Miaohe Lin
2020-04-17KVM: x86: Gracefully handle __vmalloc() failure during VM allocationSean Christopherson
2020-03-16KVM: SVM: fix up incorrect backportGreg Kroah-Hartman
2020-03-05KVM: SVM: Override default MMIO mask if memory encryption is enabledTom Lendacky
2020-02-28KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov
2019-11-12KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is activePaolo Bonzini
2019-09-16x86/kvm: move kvm_load/put_guest_xcr0 into atomic contextWANG Chao
2019-08-16KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li
2019-05-31kvm: svm/avic: fix off-by-one in checking host APIC IDSuthikulpanit, Suravee
2019-05-08KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflowDavid Rientjes
2019-04-27Revert "svm: Fix AVIC incomplete IPI emulation"Suthikulpanit, Suravee
2019-04-27KVM: x86: svm: make sure NMI is injected after nmi_singlestepVitaly Kuznetsov
2019-04-17kvm: svm: fix potential get_num_contig_pages overflowDavid Rientjes
2019-03-05KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting t...Vitaly Kuznetsov
2019-03-05svm: Fix AVIC incomplete IPI emulationSuravee Suthikulpanit
2019-02-20kvm: sev: Fail KVM_SEV_INIT if already initializedDavid Rientjes
2019-02-12KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupportedVitaly Kuznetsov
2018-12-08svm: Add mutex_lock to protect apic_access_page_done on AMD systemsWei Wang
2018-12-05KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offsetLeonid Shatz
2018-12-05kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcbJim Mattson
2018-10-09KVM: x86: support CONFIG_KVM_AMD=y with CONFIG_CRYPTO_DEV_CCP_DD=mPaolo Bonzini
2018-09-20KVM: VMX: use preemption timer to force immediate VMExitSean Christopherson
2018-09-20KVM: SVM: Switch to bitmap_zalloc()Andy Shevchenko
2018-08-30KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction()Sean Christopherson
2018-08-30KVM: x86: SVM: Set EMULTYPE_NO_REEXECUTE for RSM emulationSean Christopherson
2018-08-30KVM: SVM: remove unused variable dst_vaddr_endColin Ian King
2018-08-22KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabledThomas Gleixner
2018-08-06kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg*Junaid Shahid
2018-08-06kvm: x86: Add ability to skip TLB flush when switching CR3Junaid Shahid
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds