summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2026-05-13KVM: x86: Make "external SPTE" ops that can fail RET0 static callsSean Christopherson
2026-05-13KVM: TDX: Account all non-transient page allocations for per-TD structuresSean Christopherson
2026-05-13KVM: x86/mmu: Update iter->old_spte if cmpxchg64 on mirror SPTE "fails"Sean Christopherson
2026-05-13x86/tdx: Use pg_level in TDX APIs, not the TDX-Module's 0-based levelSean Christopherson
2026-05-13KVM: x86: Drop superfluous caching of KVM_ASYNC_PF_SEND_ALWAYSSean Christopherson
2026-05-13KVM: x86: Drop superfluous caching of KVM_ASYNC_PF_DELIVERY_AS_PF_VMEXITSean Christopherson
2026-05-13KVM: x86: Don't leave APF half-enabled on bad APF data GPAEthan Yang
2026-05-13KVM: x86: Rate-limit global clock updates on vCPU loadLei Chen
2026-05-13KVM: SVM: Fix page overflow in sev_dbg_crypt() for ENCRYPT pathAshutosh Desai
2026-05-13KVM: SEV: Don't advertise VM types that are disabled by firmwareTycho Andersen
2026-05-13KVM: SEV: Don't advertise support for unusable VM typesSean Christopherson
2026-05-13KVM: SEV: Consolidate logic for printing state of SEV{,-ES,-SNP} enablingSean Christopherson
2026-05-13KVM: SEV: Set supported SEV+ VM types during sev_hardware_setup()Sean Christopherson
2026-05-13KVM: SVM: Refresh vcpu->arch.cr{0,3} prior to invoking fastpath handlerSean Christopherson
2026-05-13KVM: x86: Ensure vendor's exit handler runs before fastpath userspace exitsSean Christopherson
2026-05-13x86/virt: Silence RCU lockdep splat in emergency virt callback pathMikhail Gavrilov
2026-05-13KVM: Rename invalidate_begin to invalidate_start for consistencyTakahiro Itazuri
2026-05-13Merge branch 'kvm-apx-prepare' into HEADPaolo Bonzini
2026-05-13KVM: x86: Use a proper bitmap for tracking available/dirty registersSean Christopherson
2026-05-13KVM: x86: Track available/dirty register masks as "unsigned long" valuesSean Christopherson
2026-05-13KVM: x86: Add wrapper APIs to reset dirty/available register masksSean Christopherson
2026-05-13KVM: nVMX: Do a bitwise-AND of regs_avail when switching active VMCSSean Christopherson
2026-05-13KVM: x86: Drop the "EX" part of "EXREG" to avoid collision with APXSean Christopherson
2026-05-13KVM: x86: Add dedicated storage for guest RIPSean Christopherson
2026-05-13bpf,x86: Implement JIT support for stack argumentsYonghong Song
2026-05-13x86/mce: Restore MCA polling interval halvingBorislav Petkov (AMD)
2026-05-13KVM: VMX: introduce module parameter to disable CETPaolo Bonzini
2026-05-12KVM: x86: Swap the dst and src operand for MOVNTDQASean Christopherson
2026-05-12KVM: x86: use again the flush argument of __link_shadow_page()Paolo Bonzini
2026-05-12KVM: nSVM: Never use L0's PAUSE loop exiting while L2 is runningSean Christopherson
2026-05-12KVM: x86: Fix Xen hypercall tracepoint argument assignmentQiang Ma
2026-05-12x86/microcode: Fix comment in microcode_loader_disabled()Xiaoyao Li
2026-05-11x86/CPU/AMD: Prevent improper isolation of shared resources in Zen2's op cachePrathyushi Nangia
2026-05-11x86: Update comment about pgd_listBrendan Jackman
2026-05-11x86/cpuid: Introduce a centralized CPUID parserAhmed S. Darwish
2026-05-11x86/platform/olpc: xo15: Convert ACPI driver to a platform oneRafael J. Wysocki
2026-05-11x86/platform/olpc: xo15: Drop wakeup source on driver removalRafael J. Wysocki
2026-05-11x86/cpu: Introduce a centralized CPUID data modelAhmed S. Darwish
2026-05-10Merge branch 'kvm-vmenter' into HEADPaolo Bonzini
2026-05-10Merge branch 'kvm-mbec' into HEADPaolo Bonzini
2026-05-10KVM: nSVM: enable GMET for guestsPaolo Bonzini
2026-05-10KVM: SVM: work around errata 1218Paolo Bonzini
2026-05-10KVM: SVM: enable GMET and set it in MMU rolePaolo Bonzini
2026-05-10KVM: x86/mmu: add support for GMET to NPT page table walksPaolo Bonzini
2026-05-10KVM: x86/mmu: hard code more bits in kvm_init_shadow_npt_mmuPaolo Bonzini
2026-05-10KVM: SVM: add GMET bit definitionsPaolo Bonzini
2026-05-10KVM: x86/mmu: introduce cpu_role bit for availability of PFEC.I/DPaolo Bonzini
2026-05-10KVM: x86/mmu: propagate access mask from root pages downPaolo Bonzini
2026-05-10KVM: nVMX: allow MBEC with EVMCSJon Kohler
2026-05-10KVM: nVMX: advertise MBEC to nested guestsJon Kohler