| Age | Commit message (Expand) | Author | Lines |
| 2026-03-04 | x86/resctrl: Fix SNC detection | Tony Luck | -31/+5 |
| 2026-03-04 | x86/topo: Add topology_num_nodes_per_package() | Peter Zijlstra | -2/+14 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | -2/+1 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | -1/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | -13/+13 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | -15/+16 |
| 2026-02-20 | Merge tag 'hyperv-next-signed-20260218' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | -0/+25 |
| 2026-02-18 | Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | -1/+1 |
| 2026-02-18 | x86/hyperv: Reserve 3 interrupt vectors used exclusively by MSHV | Mukesh Rathor | -0/+25 |
| 2026-02-12 | mm: update shmem_[kernel]_file_*() functions to use vma_flags_t | Lorenzo Stoakes | -1/+1 |
| 2026-02-10 | Merge tag 'x86_entry_for_7.0-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | -9/+10 |
| 2026-02-10 | Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | -1/+1 |
| 2026-02-10 | Merge tag 'x86_microcode_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | -6/+15 |
| 2026-02-10 | Merge tag 'x86_cleanups_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | -14/+5 |
| 2026-02-10 | Merge tag 'x86_cache_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | -102/+628 |
| 2026-02-10 | Merge tag 'x86-cpu-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | -47/+11 |
| 2026-02-10 | Merge tag 'x86-boot-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | -15/+0 |
| 2026-01-19 | Merge tag 'v6.19-rc6' into tip-x86-cleanups | Borislav Petkov (AMD) | -5/+21 |
| 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 | -9/+10 |
| 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-12 | sched: Move clock related paravirt code to kernel/sched | Juergen Gross | -0/+1 |
| 2026-01-12 | x86/paravirt: Remove not needed includes of paravirt.h | Juergen Gross | -1/+0 |
| 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-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-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 |
| 2025-12-29 | x86/microcode/AMD: Fix Entrysign revision check for Zen5/Strix Halo | Rong Zhang | -1/+1 |
| 2025-12-14 | x86/cpu: Drop vestigial PBE logic in AMD/Hygon/Centaur/Cyrix | Andrew Cooper | -24/+0 |