summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor ICXDapeng Mi
2026-05-19Merge branch 'sched/cache'Peter Zijlstra
2026-05-18x86: Remove unnecessary architecture-specific <asm/device.h>Ethan Nelson-Moore
2026-05-17bpf,x86: Fix exception unwinding with outgoing stack argumentsYonghong Song
2026-05-17Merge tag 'x86-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-17Merge tag 'ras-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-15Merge tag 'for-linus-7.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-05-14Merge tag 'acpi-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2026-05-14Merge branch 'acpi-cppc'Rafael J. Wysocki
2026-05-14x86/xen: Tolerate nested XEN_LAZY_MMU entering/leavingJuergen Gross
2026-05-14x86/xen: Fix xen_e820_swap_entry_with_ram()Juergen Gross
2026-05-14KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATEJim Mattson
2026-05-14KVM: x86: nSVM: Save gPAT to vmcb12.g_pat on VMEXITJim Mattson
2026-05-14KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPATJim Mattson
2026-05-14KVM: x86: nSVM: Set vmcb02.g_pat correctly for nested NPTJim Mattson
2026-05-14KVM: x86: nSVM: Cache and validate vmcb12 g_patJim Mattson
2026-05-14KVM: x86: nSVM: Clear VMCB_NPT clean bit when updating hPAT from guest modeJim Mattson
2026-05-14KVM: x86: Define KVM_X86_QUIRK_NESTED_SVM_SHARED_PATJim Mattson
2026-05-13KVM: SEV: Allocate only as many bytes as needed for temp crypt buffersSean Christopherson
2026-05-13KVM: SEV: Rewrite logic to {de,en}crypt memory for debugSean Christopherson
2026-05-13KVM: SEV: Add helper function to pin/unpin a single pageSean Christopherson
2026-05-13KVM: SEV: Explicitly validate the dst buffer for debug operationsSean Christopherson
2026-05-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-05-13KVM: TDX: Fix x2APIC MSR handling in tdx_has_emulated_msr()Rick Edgecombe
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)