summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/svm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
* KVM: SVM: Connect 'npt' module param to KVM's internal 'npt_enabled'Sean Christopherson2021-03-051-12/+13
* KVM: SVM: Clear the CR4 register on resetBabu Moger2021-03-021-0/+1
* KVM: SVM: Fix nested VM-Exit on #GP interception handlingSean Christopherson2021-02-251-3/+8
* KVM: x86: Advertise INVPCID by defaultSean Christopherson2021-02-181-3/+0
* KVM: SVM: Intercept INVPCID when it's disabled to inject #UDSean Christopherson2021-02-181-4/+4
* KVM: SVM: Make symbol 'svm_gp_erratum_intercept' staticWei Yongjun2021-02-111-1/+1
* KVM: x86: move kvm_inject_gp up from kvm_set_dr to callersPaolo Bonzini2021-02-091-8/+5
* KVM: SVM: Remove an unnecessary forward declarationSean Christopherson2021-02-091-2/+0
* KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU modeSean Christopherson2021-02-041-1/+1
* KVM: x86: move kvm_inject_gp up from kvm_set_xcr to callersPaolo Bonzini2021-02-041-5/+2
* KVM: SVM: Replace hard-coded value with #defineKrish Sadhukhan2021-02-041-1/+1
* KVM: SVM: use .prepare_guest_switch() to handle CPU register save/setupMichael Roth2021-02-041-24/+52
* KVM: SVM: remove uneeded fields from host_save_users_msrsMichael Roth2021-02-041-4/+2
* KVM: SVM: use vmsave/vmload for saving/restoring additional host stateMichael Roth2021-02-041-26/+5
* KVM: SVM: Use asm goto to handle unexpected #UD on SVM instructionsSean Christopherson2021-02-041-15/+1
* KVM: X86: prepend vmx/svm prefix to additional kvm_x86_ops functionsJason Baron2021-02-041-10/+10
* KVM: SVM: Fix #GP handling for doubly-nested virtualizationWei Huang2021-02-041-2/+18
* KVM: SVM: Add support for SVM instruction address check changeWei Huang2021-02-041-0/+3
* KVM: SVM: Add emulation support for #GP triggered by SVM instructionsBandan Das2021-02-041-18/+91
* KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOWChenyi Qiang2021-02-041-3/+3
* KVM: SVM: Treat SVM as unsupported when running as an SEV guestSean Christopherson2021-02-031-0/+5
* kvm: tracing: Fix unmatched kvm_entry and kvm_exit eventsLorenzo Brescia2021-01-261-0/+2
* KVM: SVM: Add support for booting APs in an SEV-ES guestTom Lendacky2021-01-081-0/+10
* KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.cUros Bizjak2021-01-081-2/+0
* Merge branch 'kvm-master' into kvm-nextPaolo Bonzini2021-01-081-3/+5
|\
| * kvm: svm: de-allocate svm_cpu_data for all cpus in svm_cpu_uninit()Jacob Xu2020-12-041-2/+2
| * KVM: SVM: fix error return code in svm_create_vcpu()Chen Zhou2020-11-171-1/+3
* | KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guestsTom Lendacky2020-12-151-9/+16
* | KVM: SVM: Provide support for SEV-ES vCPU loadingTom Lendacky2020-12-151-13/+23
* | KVM: SVM: Provide support for SEV-ES vCPU creation/loadingTom Lendacky2020-12-151-3/+17
* | KVM: SVM: Set the encryption mask for the SVM host save areaTom Lendacky2020-12-151-1/+2
* | KVM: SVM: Add NMI support for an SEV-ES guestTom Lendacky2020-12-151-7/+13
* | KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guestTom Lendacky2020-12-151-0/+8
* | KVM: SVM: Do not report support for SMM for an SEV-ES guestTom Lendacky2020-12-151-1/+10
* | KVM: SVM: Add support for CR8 write traps for an SEV-ES guestTom Lendacky2020-12-151-1/+6
* | KVM: SVM: Add support for CR4 write traps for an SEV-ES guestTom Lendacky2020-12-151-0/+7
* | KVM: SVM: Add support for CR0 write traps for an SEV-ES guestTom Lendacky2020-12-151-0/+26
* | KVM: SVM: Add support for EFER write traps for an SEV-ES guestTom Lendacky2020-12-151-0/+20
* | KVM: SVM: Support string IO operations for an SEV-ES guestTom Lendacky2020-12-151-3/+8
* | KVM: SVM: Add initial support for a VMGEXIT VMEXITTom Lendacky2020-12-151-2/+4
* | KVM: SVM: Prepare for SEV-ES exit handling in the sev.c fileTom Lendacky2020-12-151-26/+38
* | KVM: SVM: Cannot re-initialize the VMCB after shutdown with SEV-ESTom Lendacky2020-12-151-0/+7
* | KVM: SVM: Do not allow instruction emulation under SEV-ESTom Lendacky2020-12-151-0/+6
* | KVM: SVM: Prevent debugging under SEV-ESTom Lendacky2020-12-151-0/+9
* | KVM: SVM: Add required changes to support intercepts under SEV-ESTom Lendacky2020-12-151-10/+73
* | KVM: x86: introduce complete_emulated_msr callbackPaolo Bonzini2020-12-151-0/+1
* | KVM: SVM: Add support for the SEV-ES VMSATom Lendacky2020-12-141-2/+22
* | KVM: SVM: Add support for SEV-ES capability in KVMTom Lendacky2020-12-141-10/+10
* | KVM/VMX/SVM: Move kvm_machine_check function to x86.hUros Bizjak2020-12-141-20/+0