summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2025-11-05x86/fgraph,bpf: Fix stack ORC unwind from kprobe_multi return probeJiri Olsa
2025-11-05x86/mce/amd: Define threshold restart function for banksYazen Ghannam
2025-11-05x86/mce/amd: Remove redundant reset_block()Yazen Ghannam
2025-11-05x86/mce/amd: Support SMCA Corrected Error InterruptYazen Ghannam
2025-11-05x86/mce/amd: Enable interrupt vectors once per-CPU on SMCA systemsYazen Ghannam
2025-11-05x86/mce: Unify AMD DFR handler with MCA PollingYazen Ghannam
2025-11-05x86/mce: Unify AMD THR handler with MCA PollingYazen Ghannam
2025-11-05x86/msr: Add CPU_OUT_OF_SPEC taint name to "unrecognized" pr_warn(msg)Marc Herbert
2025-11-05x86: uaccess: don't use runtime-const rewriting in modulesLinus Torvalds
2025-11-04x86/CPU/AMD: Add missing terminator for zen5_rdseed_microcodeMario Limonciello
2025-11-03x86/amd_node: Fix AMD root device cachingYazen Ghannam
2025-10-30x86/smpboot: Mark native_play_dead() as __noreturnThorsten Blum
2025-10-30x86/microcode: Mark early_parse_cmdline() as __initYu Peng
2025-10-30x86/microcode/AMD: Select which microcode patch to loadBorislav Petkov (AMD)
2025-10-30x86/CPU/AMD: Extend Zen6 model rangeBorislav Petkov (AMD)
2025-10-29x86/dumpstack: Prevent KASAN false positive warnings in __show_regs()Tengda Wu
2025-10-29unwind_user/x86: Teach FP unwind about start of functionPeter Zijlstra
2025-10-29x86: Use physical address for DMA mappingLeon Romanovsky
2025-10-29Merge branch 'linus/master' into sched/core, to resolve conflictPeter Zijlstra
2025-10-28x86/fpu: Ensure XFD state on signal deliveryChang S. Bae
2025-10-28x86/CPU/AMD: Add RDSEED fix for Zen5Gregory Price
2025-10-27x86/microcode/AMD: Limit Entrysign signature checking to known generationsBorislav Petkov (AMD)
2025-10-27Merge tag 'x86_urgent_for_v6.18_rc3' into x86/microcodeBorislav Petkov (AMD)
2025-10-24x86/bugs: Remove dead code which might prevent from buildingAndy Shevchenko
2025-10-24x86/tsx: Get the tsx= command line parameter with early_param()Petr Tesarik
2025-10-24x86/tsx: Make tsx_ctrl_state staticPetr Tesarik
2025-10-21x86/bugs: Qualify RETBLEED_INTEL_MSGDavid Kaplan
2025-10-21x86/microcode: Fix Entrysign revision check for Zen1/NaplesAndrew Cooper
2025-10-21x86/ioapic: Simplify mp_irqdomain_alloc() slightlyChristophe JAILLET
2025-10-20x86,fs/resctrl: Fix NULL pointer dereference with events force-disabled in mb...Babu Moger
2025-10-17x86/cpufeatures: Add X86_FEATURE_X2AVIC_EXTNaveen N Rao
2025-10-16x86/sgx: Enable automatic SVN updates for SGX enclavesElena Reshetova
2025-10-16x86/sgx: Implement ENCLS[EUPDATESVN]Elena Reshetova
2025-10-16x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flagElena Reshetova
2025-10-16x86/sgx: Introduce functions to count the sgx_(vepc_)open()Elena Reshetova
2025-10-16sched/topology: Fix sched domain build error for GNR, CWF in SNC-3 modeTim Chen
2025-10-16x86/insn: Simplify for_each_insn_prefix()Peter Zijlstra
2025-10-16x86/insn,uprobes,alternative: Unify insn_is_nop()Peter Zijlstra
2025-10-15x86/CPU/AMD: Prevent reset reasons from being retained across rebootRong Zhang
2025-10-15x86/microcode/intel: Enable staging when availableChang S. Bae
2025-10-15x86/microcode/intel: Support mailbox transferChang S. Bae
2025-10-15x86/microcode/intel: Implement staging handlerChang S. Bae
2025-10-15x86/microcode/intel: Define staging state structChang S. Bae
2025-10-15x86/microcode/intel: Establish staging control logicChang S. Bae
2025-10-15x86/microcode: Introduce staging step to reduce late-loading timeChang S. Bae
2025-10-15x86/cpu/topology: Make primary thread mask available with SMP=nChang S. Bae
2025-10-14x86/alternative: Refactor INT3 call emulation selftestJosh Poimboeuf
2025-10-14x86/kprobes: Remove STACK_FRAME_NON_STANDARD annotationJosh Poimboeuf
2025-10-14x86/module: Improve relocation error messagesJosh Poimboeuf
2025-10-14x86/alternative: Drop not needed test after call of alt_replace_call()Juergen Gross