aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm
AgeCommit message (Expand)AuthorFilesLines
2026-04-22KVM: SEV: Drop WARN on large size for KVM_MEMORY_ENCRYPT_REG_REGIONSean Christopherson1-4/+7
2026-04-22KVM: SEV: Lock all vCPUs when synchronzing VMSAs for SNP launch finishSean Christopherson1-4/+12
2026-04-22KVM: SEV: Disallow LAUNCH_FINISH if vCPUs are actively being createdSean Christopherson1-2/+8
2026-04-22KVM: SEV: Protect *all* of sev_mem_enc_register_region() with kvm->lockSean Christopherson1-4/+2
2026-04-22KVM: SEV: Reject attempts to sync VMSA of an already-launched/encrypted vCPUSean Christopherson1-0/+3
2026-03-11KVM: x86: clarify leave_smm() return valuePaolo Bonzini1-3/+3
2026-03-11KVM: SVM: check validity of VMCB controls when returning from SMMPaolo Bonzini3-2/+15
2026-03-11KVM: SVM: Set/clear CR8 write interception when AVIC is (de)activatedSean Christopherson2-5/+9
2026-03-11KVM: SVM: Initialize AVIC VMCB fields if AVIC is enabled with in-kernel APICSean Christopherson2-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-3/+3
2026-02-11Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-1/+107
2026-02-11Merge tag 'kvm-x86-gmem-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-61/+47
2026-02-09Merge tag 'kvm-x86-misc-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+2
2026-02-09Merge tag 'kvm-x86-svm-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini6-113/+279
2026-01-30KVM: x86: Harden against unexpected adjustments to kvm_cpu_capsSean Christopherson1-1/+3
2026-01-30KVM: x86: Explicitly configure supported XSS from {svm,vmx}_set_cpu_caps()Sean Christopherson1-0/+2
2026-01-23KVM: SEV: Add KVM_SEV_SNP_ENABLE_REQ_CERTS commandMichael Roth1-0/+16
2026-01-23KVM: Introduce KVM_EXIT_SNP_REQ_CERTS for SNP certificate-fetchingMichael Roth2-6/+57
2026-01-15KVM: guest_memfd: GUP source pages prior to populating guest memoryMichael Roth1-16/+17
2026-01-15KVM: SEV: Document/enforce page-alignment for KVM_SEV_SNP_LAUNCH_UPDATEMichael Roth1-1/+5
2026-01-15KVM: guest_memfd: Remove partial hugepage handling from kvm_gmem_populate()Michael Roth1-57/+37
2026-01-14KVM: SVM: Stop toggling virtual VMSAVE/VMLOAD on intercept recalcYosry Ahmed1-2/+8
2026-01-14KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulationYosry Ahmed1-2/+3
2026-01-14KVM: SVM: Check vCPU ID against max x2AVIC ID if and only if x2AVIC is enabledSean Christopherson1-2/+2
2026-01-14KVM: nSVM: Drop redundant/wrong comment in nested_vmcb02_prepare_save()Yosry Ahmed1-1/+0
2026-01-14KVM: SVM: Fix an off-by-one typo in the comment for enabling AVIC by defaultSean Christopherson1-2/+2
2026-01-13KVM: SVM: Assert that Hyper-V's HV_SVM_EXITCODE_ENL == SVM_EXIT_SWSean Christopherson1-0/+6
2026-01-13KVM: SVM: Harden exit_code against being used in Spectre-like attacksSean Christopherson1-0/+1
2026-01-13KVM: SVM: Limit incorrect check on SVM_EXIT_ERR to running as a VMSean Christopherson1-1/+4
2026-01-13KVM: SVM: Treat exit_code as an unsigned 64-bit value through all of KVMSean Christopherson5-43/+18
2026-01-13KVM: SVM: Filter out 64-bit exit codes when invoking exit handlers on bare metalSean Christopherson1-2/+16
2026-01-13KVM: SVM: Check for an unexpected VM-Exit after RETPOLINE "fast" handlingSean Christopherson1-6/+6
2026-01-13KVM: SVM: Open code handling of unexpected exits in svm_invoke_exit_handler()Sean Christopherson1-15/+10
2026-01-13KVM: SVM: Add a helper to detect VMRUN failuresSean Christopherson3-11/+14
2026-01-13KVM: SVM: Tag sev_supported_vmsa_features as read-only after initSean Christopherson1-2/+2
2026-01-13KVM: SVM: Drop the module param to control SEV-ES DebugSwapSean Christopherson1-8/+3
2026-01-13KVM: SVM: Fix a missing kunmap_local() in sev_gmem_post_populate()Yan Zhao1-0/+1
2026-01-08KVM: SVM: Allow KVM_SET_NESTED_STATE to clear GIF when SVME==0Jim Mattson1-5/+5
2026-01-08KVM: SVM: Don't set GIF when clearing EFER.SVMEJim Mattson2-1/+2
2026-01-08KVM: SVM: Virtualize and advertise support for ERAPSAmit Shah3-1/+43
2026-01-08KVM: SVM: Don't allow L1 intercepts for instructions not advertisedKevin Cheng2-8/+46
2026-01-08KVM: SVM: Add support for expedited writes to the fast MMIO busSean Christopherson1-0/+21
2026-01-08KVM: SVM: Rename "fault_address" to "gpa" in npf_interception()Sean Christopherson1-4/+4
2026-01-08KVM: nSVM: Remove a user-triggerable WARN on nested_svm_load_cr3() succeedingSean Christopherson1-2/+1
2026-01-08KVM: x86/pmu: Expose enable_mediated_pmu parameter to user spaceDapeng Mi1-0/+2
2026-01-08KVM: nSVM: Disable PMU MSR interception as appropriate while running L2Sean Christopherson1-1/+17
2026-01-08KVM: x86/pmu: Load/put mediated PMU context when entering/exiting guestDapeng Mi2-0/+37
2026-01-08KVM: x86/pmu: Always stuff GuestOnly=1,HostOnly=0 for mediated PMCs on AMDSandipan Das1-1/+2
2026-01-08KVM: x86/pmu: Introduce eventsel_hw to prepare for pmu event filteringMingwei Zhang1-0/+1