| Age | Commit message (Expand) | Author | Lines |
| 2026-01-17 | x86/acpi: Add acpi=spcr to use SPCR-provided default console | Shenghao Yang | -3/+8 |
| 2026-01-16 | dax/hmem, e820, resource: Defer Soft Reserved insertion until hmem is ready | Dan Williams | -4/+11 |
| 2026-01-16 | x86/uprobes: Fix XOL allocation failure for 32-bit tasks | Oleg Nesterov | -0/+24 |
| 2026-01-14 | x86/traps: Print unhashed pointers on stack overflow | Ryosuke Yasuoka | -1/+1 |
| 2026-01-14 | x86/microcode/AMD: Allow loader debugging to be enabled on baremetal too | Borislav Petkov (AMD) | -6/+15 |
| 2026-01-13 | x86/cpufeature: Replace X86_FEATURE_SYSENTER32 with X86_FEATURE_SYSFAST32 | H. Peter Anvin | -10/+11 |
| 2026-01-13 | x86/entry/vdso32: Remove open-coded DWARF in sigreturn.S | H. Peter Anvin | -0/+6 |
| 2026-01-13 | x86/entry/vdso: Rename vdso_image_* to vdso*_image | H. Peter Anvin | -5/+5 |
| 2026-01-13 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | -6/+45 |
| 2026-01-13 | x86/resctrl: Fix memory bandwidth counter width for Hygon | Xiaochen Shen | -2/+16 |
| 2026-01-13 | x86/resctrl: Add missing resctrl initialization for Hygon | Xiaochen Shen | -2/+4 |
| 2026-01-13 | x86/crash: Use set_memory_p() instead of __set_memory_prot() | Coiby Xu | -4/+1 |
| 2026-01-13 | x86/pvlocks: Move paravirt spinlock functions into own header | Juergen Gross | -30/+31 |
| 2026-01-12 | x86/paravirt: Move pv_native_*() prototypes to paravirt.c | Juergen Gross | -0/+5 |
| 2026-01-12 | x86/paravirt: Move paravirt_sched_clock() related code into tsc.c | Juergen Gross | -8/+10 |
| 2026-01-12 | x86/paravirt: Use common code for paravirt_steal_clock() | Juergen Gross | -6/+0 |
| 2026-01-12 | sched: Move clock related paravirt code to kernel/sched | Juergen Gross | -3/+2 |
| 2026-01-12 | x86/paravirt: Remove not needed includes of paravirt.h | Juergen Gross | -4/+0 |
| 2026-01-11 | treewide: Update email address | Thomas Gleixner | -1/+1 |
| 2026-01-10 | x86/resctrl: Enable RDT_RESOURCE_PERF_PKG | Tony Luck | -0/+22 |
| 2026-01-10 | x86,fs/resctrl: Compute number of RMIDs as minimum across resources | Tony Luck | -2/+13 |
| 2026-01-10 | x86/resctrl: Handle number of RMIDs supported by RDT_RESOURCE_PERF_PKG | Tony Luck | -1/+52 |
| 2026-01-10 | x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever XFD[i]=1 | Sean Christopherson | -3/+29 |
| 2026-01-09 | x86/resctrl: Add energy/perf choices to rdt boot option | Tony Luck | -0/+42 |
| 2026-01-09 | x86,fs/resctrl: Handle domain creation/deletion for RDT_RESOURCE_PERF_PKG | Tony Luck | -0/+59 |
| 2026-01-09 | x86/resctrl: Read telemetry events | Tony Luck | -0/+60 |
| 2026-01-09 | x86/resctrl: Find and enable usable telemetry events | Tony Luck | -2/+61 |
| 2026-01-09 | x86,fs/resctrl: Add architectural event pointer | Tony Luck | -4/+4 |
| 2026-01-09 | x86,fs/resctrl: Fill in details of events for performance and energy GUIDs | Tony Luck | -0/+66 |
| 2026-01-09 | x86/resctrl: Discover hardware telemetry events | Tony Luck | -0/+122 |
| 2026-01-09 | x86,fs/resctrl: Add and initialize a resource for package scope monitoring | Tony Luck | -0/+10 |
| 2026-01-09 | x86,fs/resctrl: Add an architectural hook called for first mount | Tony Luck | -0/+4 |
| 2026-01-09 | x86/CPU/AMD: Simplify the spectral chicken fix | Borislav Petkov (AMD) | -8/+2 |
| 2026-01-07 | x86/alternative: Patch a single alternative location only once | Juergen Gross | -23/+26 |
| 2026-01-07 | x86/alternative: Use helper functions for patching alternatives | Juergen Gross | -55/+87 |
| 2026-01-05 | x86,fs/resctrl: Support binary fixed point event counters | Tony Luck | -3/+3 |
| 2026-01-05 | x86,fs/resctrl: Handle events that can be read from any CPU | Tony Luck | -3/+3 |
| 2026-01-05 | x86,fs/resctrl: Rename some L3 specific functions | Tony Luck | -11/+13 |
| 2026-01-05 | x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domain | Tony Luck | -33/+33 |
| 2026-01-05 | x86,fs/resctrl: Use struct rdt_domain_hdr when reading counters | Tony Luck | -3/+9 |
| 2026-01-04 | x86/split_lock: Remove dead string when split_lock_detect=fatal | Rong Zhang | -6/+3 |
| 2026-01-04 | x86,fs/resctrl: Refactor domain create/remove using struct rdt_domain_hdr | Tony Luck | -2/+2 |
| 2026-01-04 | x86/resctrl: Clean up domain_remove_cpu_ctrl() | Tony Luck | -15/+14 |
| 2026-01-04 | x86/resctrl: Refactor domain_remove_cpu_mon() ready for new domain types | Tony Luck | -10/+17 |
| 2026-01-04 | x86/resctrl: Move L3 initialization into new helper function | Tony Luck | -30/+34 |
| 2026-01-04 | x86,fs/resctrl: Improve domain type checking | Tony Luck | -4/+6 |
| 2026-01-01 | x86/kvm: Avoid freeing stack-allocated node in kvm_async_pf_queue_task | Ryosuke Yasuoka | -3/+16 |
| 2025-12-29 | x86/microcode/AMD: Fix Entrysign revision check for Zen5/Strix Halo | Rong Zhang | -1/+1 |
| 2025-12-21 | Merge tag 'x86-urgent-2025-12-21' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | -3/+26 |
| 2025-12-18 | x86/irq: Cleanup posted MSI code | Thomas Gleixner | -18/+13 |