aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2026-04-09KVM: SEV: use mutex guard in snp_launch_update()Carlos López1-19/+12
2026-04-09KVM: SEV: Assert that kvm->lock is held when querying SEV+ supportSean Christopherson1-0/+25
2026-04-09KVM: SEV: Document that checking for SEV+ guests when reclaiming memory is "s...Sean Christopherson1-1/+7
2026-04-09KVM: SEV: Hide "struct kvm_sev_info" behind CONFIG_KVM_AMD_SEV=ySean Christopherson2-1/+7
2026-04-09KVM: SEV: WARN on unhandled VM type when initializing VMSean Christopherson1-11/+18
2026-04-08KVM: SEV: Move SEV-specific VM initialization to sev.cSean Christopherson3-11/+18
2026-04-08KVM: SEV: Move standard VM-scoped helpers to detect SEV+ guests to sev.cSean Christopherson2-17/+14
2026-04-08KVM: SEV: Document the SEV-ES check when querying SMM support as "safe"Sean Christopherson1-2/+10
2026-04-08KVM: SEV: Add quad-underscore version of VM-scoped APIs to detect SEV+ guestsSean Christopherson1-7/+21
2026-04-08KVM: SEV: Provide vCPU-scoped accessors for detecting SEV+ guestsSean Christopherson3-64/+82
2026-04-08KVM: SEV: Lock all vCPUs for the duration of SEV-ES VMSA synchronizationSean Christopherson1-8/+7
2026-04-08KVM: SEV: Lock all vCPUs when synchronzing VMSAs for SNP launch finishSean Christopherson1-4/+12
2026-04-05mm: rename my_zero_pfn() to zero_pfn()Mike Rapoport (Microsoft)1-1/+1
2026-04-03KVM: nSVM: Fail emulation of VMRUN/VMLOAD/VMSAVE if mapping vmcb12 failsYosry Ahmed2-8/+4
2026-04-03KVM: SVM: Treat mapping failures equally in VMLOAD/VMSAVE emulationYosry Ahmed1-4/+2
2026-04-03KVM: SVM: Check EFER.SVME and CPL on #GP intercept of SVM instructionsYosry Ahmed1-0/+8
2026-04-03KVM: SVM: Move RAX legality check to SVM insn interception handlersYosry Ahmed2-5/+21
2026-04-03KVM: SVM: Properly check RAX on #GP intercept of SVM instructionsYosry Ahmed1-2/+2
2026-04-03KVM: SVM: Refactor SVM instruction handling on #GP interceptYosry Ahmed1-51/+26
2026-04-03KVM: SVM: Properly check RAX in the emulator for SVM instructionsYosry Ahmed3-2/+9
2026-04-03KVM: SEV: Disallow LAUNCH_FINISH if vCPUs are actively being createdSean Christopherson1-2/+8
2026-04-03KVM: SEV: Protect *all* of sev_mem_enc_register_region() with kvm->lockSean Christopherson1-4/+2
2026-04-03KVM: SEV: Reject attempts to sync VMSA of an already-launched/encrypted vCPUSean Christopherson1-0/+3
2026-04-03KVM: SEV: Use kvzalloc_objs() when pinning userpagesSean Christopherson1-11/+9
2026-04-03KVM: SEV: Use PFN_DOWN() to simplify "number of pages" math when pinning memorySean Christopherson1-5/+2
2026-04-03KVM: SEV: Disallow pinning more pages than exist in the systemSean Christopherson1-5/+9
2026-04-03KVM: SEV: Drop useless sanity checks in sev_mem_enc_register_region()Sean Christopherson1-3/+0
2026-04-03KVM: SEV: Drop WARN on large size for KVM_MEMORY_ENCRYPT_REG_REGIONSean Christopherson1-4/+7
2026-04-03KVM: x86: Suppress WARNs on nested_run_pending after userspace exitSean Christopherson6-11/+33
2026-04-03KVM: x86: Move nested_run_pending to kvm_vcpu_archYosry Ahmed6-55/+48
2026-03-27KVM: x86/mmu: Only WARN in direct MMUs when overwriting shadow-present SPTESean Christopherson1-1/+2
2026-03-27KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTESean Christopherson1-6/+8
2026-03-13KVM: nSVM: Simplify error handling of nested_svm_copy_vmcb12_to_cache()Yosry Ahmed1-11/+12
2026-03-13KVM: SVM: Add a helper to get LBR field pointer to dedup MSR accessesSean Christopherson1-29/+20
2026-03-12KVM: x86: Advertise AVX512 Bit Matrix Multiply (BMM) to userspaceNikunj A Dadhania1-1/+2
2026-03-12KVM: x86: Immediately fail the build when possible if required #define is mis...Sean Christopherson1-2/+3
2026-03-12KVM: x86/mmu: KVM: x86/mmu: Skip unsync when large pages are allowedLai Jiangshan1-0/+9
2026-03-12KVM: X86: Fix array_index_nospec protection in __pv_send_ipiAnel Orazgaliyeva1-5/+5
2026-03-12KVM: x86: Add LAPIC guard in kvm_apic_write_nodecode()xuanqingshi1-0/+3
2026-03-12KVM: VMX: Remove unnecessary parenthesesXin Li1-1/+1
2026-03-12KVM: x86: Use kvm_cpu_cap_has() for EFER bits enablement checksYosry Ahmed1-3/+3
2026-03-12KVM: x86: Move some EFER bits enablement to common codeYosry Ahmed3-11/+14
2026-03-11KVM: x86: clarify leave_smm() return valuePaolo Bonzini2-5/+5
2026-03-11KVM: SVM: check validity of VMCB controls when returning from SMMPaolo Bonzini3-2/+15
2026-03-11KVM: VMX: check validity of VMCS controls when returning from SMMPaolo Bonzini3-12/+32
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-03-11KVM: x86: Introduce KVM_X86_QUIRK_VMCS12_ALLOW_FREEZE_IN_SMMJim Mattson1-4/+18
2026-03-11KVM: x86: Fix SRCU list traversal in kvm_fire_mask_notifiers()Li RongQing1-1/+2
2026-03-11KVM: VMX: Fix a wrong MSR update in add_atomic_switch_msr()Namhyung Kim1-1/+1