summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/svm.h
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-21KVM: x86: Support KVM VMs sharing SEV contextNathan Tempelman1-0/+2
2021-04-20KVM: SVM: Define actual size of IOPM and MSRPM tablesKrish Sadhukhan1-0/+3
2021-04-20KVM: SVM: Add a comment to clarify what vcpu_svm.vmcb points atSean Christopherson1-0/+1
2021-04-20KVM: SVM: Drop vcpu_svm.vmcb_paSean Christopherson1-1/+0
2021-04-17KVM: nSVM: improve SYSENTER emulation on AMDMaxim Levitsky1-3/+3
2021-04-04svm/sev: Register SEV and SEV-ES ASIDs to the misc controllerVipin Sharma1-0/+1
2021-03-15KVM: nSVM: Optimize vmcb12 to vmcb02 save area copiesCathy Avery1-0/+6
2021-03-15KVM: nSVM: Add helper to synthesize nested VM-Exit without collateralSean Christopherson1-0/+9
2021-03-15KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places)Paolo Bonzini1-7/+7
2021-03-15KVM: nSVM: rename functions and variables according to vmcbXY nomenclaturePaolo Bonzini1-3/+2
2021-03-15KVM: nSVM: Track the ASID generation of the vmcb vmrun through the vmcbCathy Avery1-1/+1
2021-03-15KVM: nSVM: Track the physical cpu of the vmcb vmrun through the vmcbCathy Avery1-0/+1
2021-03-15KVM: SVM: Use a separate vmcb for the nested L2 guestCathy Avery1-15/+16