aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm
AgeCommit message (Expand)AuthorFilesLines
2024-04-09KVM: SVM: Create a stack frame in __svm_sev_es_vcpu_run()Gravatar Sean Christopherson 1-0/+4
2024-04-09KVM: SVM: Save/restore args across SEV-ES VMRUN via host save areaGravatar Sean Christopherson 1-16/+13
2024-04-09KVM: SVM: Save/restore non-volatile GPRs in SEV-ES VMRUN via host save areaGravatar Sean Christopherson 3-26/+35
2024-04-09KVM: SVM: Clobber RAX instead of RBX when discarding spec_ctrl_interceptedGravatar Sean Christopherson 1-2/+2
2024-04-09KVM: SVM: Drop 32-bit "support" from __svm_sev_es_vcpu_run()Gravatar Sean Christopherson 1-31/+13
2024-04-09KVM: SVM: Wrap __svm_sev_es_vcpu_run() with #ifdef CONFIG_KVM_AMD_SEVGravatar Sean Christopherson 1-0/+2
2024-04-09KVM: SVM: Create a stack frame in __svm_vcpu_run() for unwindingGravatar Sean Christopherson 1-0/+1
2024-04-09KVM: SVM: Remove a useless zeroing of allocated memoryGravatar Christophe JAILLET 1-1/+1
2024-04-06Merge branch 'linus' into x86/urgent, to pick up dependent commitGravatar Ingo Molnar 1-24/+34
2024-04-04x86/CPU/AMD: Track SNP host status with cc_platform_*()Gravatar Borislav Petkov (AMD) 1-1/+1
2024-03-18Merge tag 'kvm-x86-svm-6.9' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 1-24/+34
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-27/+20
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-3/+3
2024-03-11Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-5/+52
2024-03-11Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 1-14/+8
2024-03-11Merge tag 'kvm-x86-misc-6.9' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 1-13/+12
2024-03-09SEV: disable SEV-ES DebugSwap by defaultGravatar Paolo Bonzini 1-2/+5
2024-02-23KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region()Gravatar Sean Christopherson 1-7/+9
2024-02-22KVM: x86: Fully defer to vendor code to decide how to force immediate exitGravatar Sean Christopherson 1-3/+4
2024-02-22KVM: x86: Move handling of is_guest_mode() into fastpath exit handlersGravatar Sean Christopherson 1-3/+3
2024-02-22KVM: x86: Plumb "force_immediate_exit" into kvm_entry() tracepointGravatar Sean Christopherson 1-2/+3
2024-02-22KVM: x86: Make kvm_get_dr() return a value, not use an out parameterGravatar Sean Christopherson 1-5/+2
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Gravatar Ingo Molnar 2-3/+3
2024-02-09work around gcc bugs with 'asm goto' with outputsGravatar Linus Torvalds 1-3/+3
2024-02-06KVM: SVM: Return -EINVAL instead of -EBUSY on attempt to re-init SEV/SEV-ESGravatar Sean Christopherson 1-2/+1
2024-02-06KVM: SVM: Add support for allowing zero SEV ASIDsGravatar Ashish Kalra 1-10/+19
2024-02-06KVM: SVM: Use unsigned integers when dealing with ASIDsGravatar Sean Christopherson 1-8/+10
2024-02-06KVM: SVM: Set sev->asid in sev_asid_new() instead of overloading the returnGravatar Sean Christopherson 1-5/+5
2024-02-01KVM: x86/pmu: Move pmc_idx => pmc translation helper to common codeGravatar Sean Christopherson 1-4/+3
2024-01-30KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad indexGravatar Sean Christopherson 1-3/+6
2024-01-30KVM: x86/pmu: Don't ignore bits 31:30 for RDPMC index on AMDGravatar Sean Christopherson 1-3/+1
2024-01-30KVM: x86/pmu: Allow programming events that match unsupported arch eventsGravatar Sean Christopherson 1-6/+0
2024-01-29KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safeGravatar Brijesh Singh 4-4/+48
2024-01-29crypto: ccp: Add support to initialize the AMD-SP for SEV-SNPGravatar Brijesh Singh 1-1/+4
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 8-64/+58
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEGravatar Breno Leitao 2-3/+3
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2024-01-08Merge tag 'kvm-x86-svm-6.8' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 3-19/+21
2024-01-08Merge tag 'kvm-x86-lam-6.8' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 1-2/+2
2024-01-08Merge tag 'kvm-x86-pmu-6.8' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 1-17/+0
2024-01-08Merge tag 'kvm-x86-misc-6.8' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 1-5/+5
2024-01-08Merge tag 'kvm-x86-hyperv-6.8' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 4-21/+30
2024-01-03arch/x86: Fix typosGravatar Bjorn Helgaas 1-1/+1
2023-12-13KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guestsGravatar Michael Roth 3-1/+21
2023-12-08KVM: SVM: Update EFER software model on CR0 trap for SEV-ESGravatar Sean Christopherson 1-3/+5
2023-12-07KVM: nSVM: Hide more stuff under CONFIG_KVM_HYPERV/CONFIG_HYPERVGravatar Vitaly Kuznetsov 2-6/+16
2023-12-07KVM: x86: Make Hyper-V emulation optionalGravatar Vitaly Kuznetsov 1-0/+9
2023-12-07KVM: x86: Introduce helper to handle Hyper-V paravirt TLB flush requestsGravatar Vitaly Kuznetsov 1-8/+2
2023-12-07KVM: x86: Move Hyper-V partition assist page out of Hyper-V emulation contextGravatar Vitaly Kuznetsov 1-7/+3
2023-11-30KVM: x86/pmu: Update sample period in pmc_write_counter()Gravatar Sean Christopherson 1-1/+0