summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm/svm.c
AgeCommit message (Expand)Author
2021-03-05KVM: SVM: Connect 'npt' module param to KVM's internal 'npt_enabled'Sean Christopherson
2021-03-02KVM: SVM: Clear the CR4 register on resetBabu Moger
2021-02-25KVM: SVM: Fix nested VM-Exit on #GP interception handlingSean Christopherson
2021-02-18KVM: x86: Advertise INVPCID by defaultSean Christopherson
2021-02-18KVM: SVM: Intercept INVPCID when it's disabled to inject #UDSean Christopherson
2021-02-11KVM: SVM: Make symbol 'svm_gp_erratum_intercept' staticWei Yongjun
2021-02-09KVM: x86: move kvm_inject_gp up from kvm_set_dr to callersPaolo Bonzini
2021-02-09KVM: SVM: Remove an unnecessary forward declarationSean Christopherson
2021-02-04KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU modeSean Christopherson
2021-02-04KVM: x86: move kvm_inject_gp up from kvm_set_xcr to callersPaolo Bonzini
2021-02-04KVM: SVM: Replace hard-coded value with #defineKrish Sadhukhan
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-04KVM: SVM: Use asm goto to handle unexpected #UD on SVM instructionsSean Christopherson
2021-02-04KVM: X86: prepend vmx/svm prefix to additional kvm_x86_ops functionsJason Baron
2021-02-04KVM: SVM: Fix #GP handling for doubly-nested virtualizationWei Huang
2021-02-04KVM: SVM: Add support for SVM instruction address check changeWei Huang
2021-02-04KVM: SVM: Add emulation support for #GP triggered by SVM instructionsBandan Das
2021-02-04KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOWChenyi Qiang
2021-02-03KVM: SVM: Treat SVM as unsupported when running as an SEV guestSean Christopherson
2021-01-25kvm: tracing: Fix unmatched kvm_entry and kvm_exit eventsLorenzo Brescia
2021-01-07KVM: SVM: Add support for booting APs in an SEV-ES guestTom Lendacky
2021-01-07KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.cUros Bizjak
2021-01-07Merge branch 'kvm-master' into kvm-nextPaolo Bonzini
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: Add NMI support for an SEV-ES guestTom Lendacky
2020-12-15KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guestTom Lendacky
2020-12-15KVM: SVM: Do not report support for SMM for an SEV-ES guestTom Lendacky
2020-12-15KVM: SVM: Add support for CR8 write traps for an SEV-ES guestTom Lendacky
2020-12-15KVM: SVM: Add support for CR4 write traps for an SEV-ES guestTom Lendacky
2020-12-15KVM: SVM: Add support for CR0 write traps for an SEV-ES guestTom Lendacky
2020-12-15KVM: SVM: Add support for EFER write traps for an SEV-ES guestTom Lendacky
2020-12-15KVM: SVM: Support string IO operations for an SEV-ES guestTom Lendacky
2020-12-15KVM: SVM: Add initial support for a VMGEXIT VMEXITTom Lendacky
2020-12-15KVM: SVM: Prepare for SEV-ES exit handling in the sev.c fileTom Lendacky
2020-12-15KVM: SVM: Cannot re-initialize the VMCB after shutdown with SEV-ESTom Lendacky
2020-12-15KVM: SVM: Do not allow instruction emulation under SEV-ESTom Lendacky
2020-12-15KVM: SVM: Prevent debugging under SEV-ESTom Lendacky
2020-12-15KVM: SVM: Add required changes to support intercepts under SEV-ESTom Lendacky
2020-12-15KVM: x86: introduce complete_emulated_msr callbackPaolo Bonzini
2020-12-14KVM: SVM: Add support for the SEV-ES VMSATom Lendacky
2020-12-14KVM: SVM: Add support for SEV-ES capability in KVMTom Lendacky
2020-12-14KVM/VMX/SVM: Move kvm_machine_check function to x86.hUros Bizjak
2020-12-11KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bitsPaolo Bonzini
2020-12-04kvm: svm: de-allocate svm_cpu_data for all cpus in svm_cpu_uninit()Jacob Xu
2020-11-17KVM: SVM: fix error return code in svm_create_vcpu()Chen Zhou