summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm/svm.h
AgeCommit message (Expand)AuthorFilesLines
2022-02-11KVM: SVM: fix race between interrupt delivery and AVIC inhibitionMaxim Levitsky1-1/+3
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...Emanuele 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
2021-11-11KVM: SEV: Add support for SEV intra host migrationPeter Gonda1-0/+2
2021-11-11KVM: SEV: Refactor out sev_es_state structPeter Gonda1-11/+15
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+7
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2021-10-18KVM: SEV-ES: reduce ghcb_sa_len to 32 bitsPaolo Bonzini1-1/+1
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra1-1/+2
2021-10-01KVM: x86: nSVM: implement nested TSC scalingMaxim Levitsky1-1/+6
2021-09-30KVM: SVM: Move RESET emulation to svm_vcpu_reset()Sean Christopherson1-1/+1
2021-09-22KVM: x86: SVM: call KVM_REQ_GET_NESTED_STATE_PAGES on exit from SMM modeMaxim Levitsky1-1/+2
2021-09-15x86/kvm: Always inline to_svm()Peter Zijlstra1-1/+1
2021-09-15x86/kvm: Always inline sev_*guest()Peter Zijlstra1-3/+3
2021-08-20KVM: SVM: AVIC: drop unsupported AVIC base relocation codeMaxim Levitsky1-6/+0
2021-08-20KVM: SVM: remove svm_toggle_avic_for_irq_windowMaxim Levitsky1-1/+0
2021-08-20KVM: x86: don't disable APICv memslot when inhibitedMaxim Levitsky1-1/+0
2021-07-26KVM: nSVM: Swap the parameter order for svm_copy_vmrun_state()/svm_copy_vmloa...Vitaly Kuznetsov1-3/+3
2021-07-26KVM: nSVM: Rename nested_svm_vmloadsave() to svm_copy_vmloadsave_state()Vitaly Kuznetsov1-1/+1
2021-07-15KVM: nSVM: Restore nested control upon leaving SMMVitaly Kuznetsov1-0/+2
2021-07-15KVM: nSVM: Introduce svm_copy_vmrun_state()Vitaly Kuznetsov1-0/+2
2021-07-15KVM: SVM: add module param to control the #SMI interceptionMaxim Levitsky1-0/+1
2021-06-23Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-34/+4
2021-06-17KVM: SVM: hyper-v: Enlightened MSR-Bitmap supportVineeth Pillai1-0/+5
2021-06-17KVM: SVM: Software reserved fieldsVineeth Pillai1-2/+15
2021-06-17KVM: x86: Use common 'enable_apicv' variable for both APICv and AVICVitaly Kuznetsov1-2/+0
2021-05-24KVM: SVM: make the avic parameter a boolPaolo Bonzini1-1/+1
2021-05-16Merge tag 'x86_urgent_for_v5.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-34/+4
2021-05-10x86/sev: Move GHCB MSR protocol and NAE definitions in a common headerBrijesh Singh1-34/+4
2021-05-07KVM: SVM: Move GHCB unmapping to fix RCU warningTom Lendacky1-0/+1
2021-04-26KVM: SVM: Drop redundant svm_sev_enabled() helperSean Christopherson1-5/+0
2021-04-26KVM: SVM: Move SEV VMCB tracking allocation to sev.cSean Christopherson1-0/+1
2021-04-26KVM: SEV: Mask CPUID[0x8000001F].eax according to supported featuresPaolo Bonzini1-0/+1
2021-04-26KVM: SVM: Move SEV module params/variables to sev.cSean Christopherson1-2/+0
2021-04-26KVM: SVM: Delay restoration of host MSR_TSC_AUX until return to userspaceSean Christopherson1-7/+0
2021-04-22Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini1-0/+1