aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/svm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-09KVM: x86: SVM: drop preempt-safe wrappers for avic_vcpu_load/putMaxim Levitsky1-2/+2
2022-06-09Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-2/+2
2022-06-07KVM: SVM: fix tsc scaling cache logicMaxim Levitsky1-1/+1
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-11/+44
2022-05-25Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+2
2022-05-23Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2022-04-29KVM: SEV-ES: Use V_TSC_AUX if available instead of RDTSC/MSR_TSC_AUX interceptsBabu Moger1-1/+1
2022-04-21KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang1-0/+2
2022-04-06KVM: SVM: Create a separate mapping for the SEV-ES save areaTom Lendacky1-2/+2
2022-04-02KVM: x86: SVM: allow AVIC to co-exist with a nested guest runningMaxim Levitsky1-0/+1
2022-04-02KVM: x86: nSVM: implement nested vGIFMaxim Levitsky1-6/+29
2022-04-02KVM: x86: nSVM: support PAUSE filtering when L0 doesn't intercept PAUSEMaxim Levitsky1-0/+2
2022-04-02KVM: x86: nSVM: implement nested LBR virtualizationMaxim Levitsky1-0/+3
2022-04-02KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is runningMaxim Levitsky1-0/+2
2022-04-02KVM: x86: SVM: remove vgif_enabled()Maxim Levitsky1-8/+4
2022-04-02KVM: x86: SVM: use vmcb01 in init_vmcbMaxim Levitsky1-1/+1
2022-04-02KVM: x86: nSVM: implement nested VMLOAD/VMSAVEMaxim Levitsky1-1/+7
2022-04-02KVM: x86: SVM: fix avic spec based definitions againMaxim Levitsky1-11/+0
2022-04-02KVM: x86: Make APICv inhibit reasons an enum and cleanup namingSean Christopherson1-1/+1
2022-04-02KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode()Peter Gonda1-0/+2
2022-03-08KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255Suravee Suthikulpanit1-0/+11
2022-03-01KVM: SVM: Disable preemption across AVIC load/put during APICv refreshSean Christopherson1-2/+2
2022-02-18KVM: x86: make several APIC virtualization callbacks optionalPaolo Bonzini1-1/+0
2022-02-18KVM: SEV: Allow SEV intra-host migration of VM with mirrorsPeter Gonda1-1/+2
2022-02-14KVM: SVM: Rename AVIC helpers to use "avic" prefix instead of "svm"Sean Christopherson1-10/+10
2022-02-14Merge remote-tracking branch 'kvm/master' into HEADPaolo Bonzini1-1/+3
2022-02-11KVM: SVM: fix race between interrupt delivery and AVIC inhibitionMaxim Levitsky1-1/+3
2022-02-10KVM: nSVM: Implement Enlightened MSR-Bitmap featureVitaly Kuznetsov1-0/+2
2022-02-10KVM: nSVM: Track whether changes in L0 require MSR bitmap for L2 to be rebuiltVitaly Kuznetsov1-0/+9
2022-02-10KVM: SVM: Rename hook implementations to conform to kvm_x86_ops' namesSean Christopherson1-3/+3
2022-02-10KVM: SVM: Rename SEV implemenations to conform to kvm_x86_ops hooksSean Christopherson1-7/+7
2022-02-10KVM: x86: Use more verbose names for mem encrypt kvm_x86_ops hooksSean Christopherson1-1/+1
2022-02-10KVM: SVM: Rename svm_flush_tlb() to svm_flush_tlb_current()Sean Christopherson1-1/+0
2022-02-10KVM: SVM: improve split between svm_prepare_guest_switch and sev_es_prepare_guest_switchPaolo Bonzini1-1/+1
2022-02-08KVM: x86: SVM: move avic definitions from AMD's spec to svm.hMaxim Levitsky1-11/+0
2022-01-26KVM: x86: Forcibly leave nested virt when SMM state is toggledSean Christopherson1-1/+1
2022-01-26KVM: SVM: drop unnecessary code in svm_hv_vmcb_dirty_nested_enlightenments()Vitaly Kuznetsov1-5/+0
2022-01-19KVM: SVM: Nullify vcpu_(un)blocking() hooks if AVIC is disabledSean Christopherson1-2/+2
2022-01-19KVM: SVM: Use kvm_vcpu_is_blocking() in AVIC load to handle preemptionSean Christopherson1-1/+0
2022-01-19KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIsSean Christopherson1-11/+0
2022-01-17KVM: x86: Making the module parameter of vPMU more commonLike Xu1-1/+0
2021-12-08KVM: vmx, svm: clean up mass updates to regs_avail/regs_dirty bitsPaolo Bonzini1-0/+10
2021-12-08KVM: x86/svm: Add module param to control PMU virtualizationLike Xu1-0/+1
2021-12-08KVM: nSVM: introduce struct vmcb_ctrl_area_cachedEmanuele Giuseppe Esposito1-4/+35
2021-12-08KVM: nSVM: rename nested_load_control_from_vmcb12 in nested_copy_vmcb_control_to_cacheEmanuele Giuseppe Esposito1-2/+2
2021-12-08KVM: nSVM: introduce svm->nested.save to cache save area before checksEmanuele Giuseppe Esposito1-0/+17
2021-11-30KVM: SEV: Prohibit migration of a VM that has mirrorsPaolo Bonzini1-0/+1
2021-11-18Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini1-1/+1
2021-11-18KVM: SEV: WARN if SEV-ES is marked active but SEV is notSean Christopherson1-1/+1
2021-11-11Merge branch 'kvm-sev-move-context' into kvm-masterPaolo Bonzini1-11/+17