summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm/svm.h
AgeCommit message (Expand)Author
2021-10-18KVM: SEV-ES: reduce ghcb_sa_len to 32 bitsPaolo Bonzini
2021-09-22KVM: x86: SVM: call KVM_REQ_GET_NESTED_STATE_PAGES on exit from SMM modeMaxim Levitsky
2021-08-20KVM: SVM: AVIC: drop unsupported AVIC base relocation codeMaxim Levitsky
2021-08-20KVM: SVM: remove svm_toggle_avic_for_irq_windowMaxim Levitsky
2021-08-20KVM: x86: don't disable APICv memslot when inhibitedMaxim Levitsky
2021-07-26KVM: nSVM: Swap the parameter order for svm_copy_vmrun_state()/svm_copy_vmloa...Vitaly Kuznetsov
2021-07-26KVM: nSVM: Rename nested_svm_vmloadsave() to svm_copy_vmloadsave_state()Vitaly Kuznetsov
2021-07-15KVM: nSVM: Restore nested control upon leaving SMMVitaly Kuznetsov
2021-07-15KVM: nSVM: Introduce svm_copy_vmrun_state()Vitaly Kuznetsov
2021-07-15KVM: SVM: add module param to control the #SMI interceptionMaxim Levitsky
2021-06-23Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2021-06-17KVM: SVM: hyper-v: Enlightened MSR-Bitmap supportVineeth Pillai
2021-06-17KVM: SVM: Software reserved fieldsVineeth Pillai
2021-06-17KVM: x86: Use common 'enable_apicv' variable for both APICv and AVICVitaly Kuznetsov
2021-05-24KVM: SVM: make the avic parameter a boolPaolo Bonzini
2021-05-16Merge tag 'x86_urgent_for_v5.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-05-10x86/sev: Move GHCB MSR protocol and NAE definitions in a common headerBrijesh Singh
2021-05-07KVM: SVM: Move GHCB unmapping to fix RCU warningTom Lendacky
2021-04-26KVM: SVM: Drop redundant svm_sev_enabled() helperSean Christopherson
2021-04-26KVM: SVM: Move SEV VMCB tracking allocation to sev.cSean Christopherson
2021-04-26KVM: SEV: Mask CPUID[0x8000001F].eax according to supported featuresPaolo Bonzini
2021-04-26KVM: SVM: Move SEV module params/variables to sev.cSean Christopherson
2021-04-26KVM: SVM: Delay restoration of host MSR_TSC_AUX until return to userspaceSean Christopherson
2021-04-22Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini
2021-04-21KVM: x86: Support KVM VMs sharing SEV contextNathan Tempelman
2021-04-20KVM: SVM: Define actual size of IOPM and MSRPM tablesKrish Sadhukhan
2021-04-20KVM: SVM: Add a comment to clarify what vcpu_svm.vmcb points atSean Christopherson
2021-04-20KVM: SVM: Drop vcpu_svm.vmcb_paSean Christopherson
2021-04-17KVM: nSVM: improve SYSENTER emulation on AMDMaxim Levitsky
2021-04-04svm/sev: Register SEV and SEV-ES ASIDs to the misc controllerVipin Sharma
2021-03-15KVM: nSVM: Optimize vmcb12 to vmcb02 save area copiesCathy Avery
2021-03-15KVM: nSVM: Add helper to synthesize nested VM-Exit without collateralSean Christopherson
2021-03-15KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places)Paolo Bonzini
2021-03-15KVM: nSVM: rename functions and variables according to vmcbXY nomenclaturePaolo Bonzini
2021-03-15KVM: nSVM: Track the ASID generation of the vmcb vmrun through the vmcbCathy Avery
2021-03-15KVM: nSVM: Track the physical cpu of the vmcb vmrun through the vmcbCathy Avery
2021-03-15KVM: SVM: Use a separate vmcb for the nested L2 guestCathy Avery
2021-02-04KVM: SVM: use .prepare_guest_switch() to handle CPU register save/setupMichael Roth
2021-02-04KVM: SVM: remove uneeded fields from host_save_users_msrsMichael Roth
2021-02-04KVM: SVM: use vmsave/vmload for saving/restoring additional host stateMichael Roth
2021-02-03KVM: x86: cleanup CR3 reserved bits checksPaolo Bonzini
2021-01-07KVM: SVM: Add support for booting APs in an SEV-ES guestTom Lendacky
2020-12-15KVM: SVM: Add AP_JUMP_TABLE support in prep for AP bootingTom Lendacky
2020-12-15KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guestsTom Lendacky
2020-12-15KVM: SVM: Provide support for SEV-ES vCPU loadingTom Lendacky
2020-12-15KVM: SVM: Provide support for SEV-ES vCPU creation/loadingTom Lendacky
2020-12-15KVM: SVM: Set the encryption mask for the SVM host save areaTom Lendacky
2020-12-15KVM: SVM: Support string IO operations for an SEV-ES guestTom Lendacky
2020-12-15KVM: SVM: Support MMIO for an SEV-ES guestTom Lendacky
2020-12-15KVM: SVM: Add support for SEV-ES GHCB MSR protocol function 0x100Tom Lendacky