summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm/svm.h
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-04KVM: SVM: use .prepare_guest_switch() to handle CPU register save/setupMichael Roth1-2/+3
2021-02-04KVM: SVM: remove uneeded fields from host_save_users_msrsMichael Roth1-5/+2
2021-02-04KVM: SVM: use vmsave/vmload for saving/restoring additional host stateMichael Roth1-17/+0
2021-02-03KVM: x86: cleanup CR3 reserved bits checksPaolo Bonzini1-3/+0
2021-01-08KVM: SVM: Add support for booting APs in an SEV-ES guestTom Lendacky1-0/+2
2020-12-15KVM: SVM: Add AP_JUMP_TABLE support in prep for AP bootingTom Lendacky1-0/+1
2020-12-15KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guestsTom Lendacky1-0/+5
2020-12-15KVM: SVM: Provide support for SEV-ES vCPU loadingTom Lendacky1-6/+16
2020-12-15KVM: SVM: Provide support for SEV-ES vCPU creation/loadingTom Lendacky1-1/+5
2020-12-15KVM: SVM: Set the encryption mask for the SVM host save areaTom Lendacky1-0/+2
2020-12-15KVM: SVM: Support string IO operations for an SEV-ES guestTom Lendacky1-0/+1
2020-12-15KVM: SVM: Support MMIO for an SEV-ES guestTom Lendacky1-0/+6
2020-12-15KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100Tom Lendacky1-0/+6
2020-12-15KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x004Tom Lendacky1-0/+9
2020-12-15KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x002Tom Lendacky1-0/+17
2020-12-15KVM: SVM: Add initial support for a VMGEXIT VMEXITTom Lendacky1-0/+8
2020-12-15KVM: SVM: Prevent debugging under SEV-ESTom Lendacky1-14/+23
2020-12-14KVM: SVM: Add support for the SEV-ES VMSATom Lendacky1-0/+5