| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-08-18 | Merge tag 'x86_cache_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -20/+19 |
| 2026-08-18 | Merge tag 'x86-msr-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -20/+26 |
| 2026-07-22 | x86/resctrl: Protect against bad shift | Reinette Chatre | 1 | -1/+5 |
| 2026-07-13 | x86/resctrl: Ensure domain fully initialized before placed on RCU list | Reinette Chatre | 2 | -14/+9 |
| 2026-07-13 | x86,fs/resctrl: Document safe RCU list traversal | Reinette Chatre | 3 | -5/+5 |
| 2026-07-02 | x86/resctrl: Stop using 32-bit MSR interfaces | Juergen Gross | 3 | -20/+26 |
| 2026-07-01 | x86,fs/resctrl: Prevent out-of-bounds access while offlining CPU when SNC ena... | Reinette Chatre | 1 | -0/+5 |
| 2026-06-16 | Merge tag 'x86_cache_for_v7.2_rc1' of gitolite.kernel.org:pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+1 |
| 2026-06-15 | Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -0/+2 |
| 2026-06-15 | Merge tag 'x86-msr-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |
| 2026-06-08 | x86/msr: Switch wrmsrl() users to wrmsrq() | Juergen Gross | 1 | -1/+1 |
| 2026-06-08 | x86/msr: Switch rdmsrl() users to rdmsrq() | Juergen Gross | 1 | -1/+1 |
| 2026-06-05 | x86/resctrl: Only check Intel systems for SNC | Tony Luck | 1 | -1/+6 |
| 2026-05-06 | x86,fs/resctrl: Create 'event_filter' files read only if they're not configur... | Ben Horgan | 1 | -0/+1 |
| 2026-05-06 | treewide: Explicitly include the x86 CPUID headers | Ahmed S. Darwish | 2 | -0/+2 |
| 2026-03-04 | x86/resctrl: Fix SNC detection | Tony Luck | 1 | -31/+5 |
| 2026-02-10 | Merge tag 'x86_cache_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -102/+628 |
| 2026-01-13 | x86/resctrl: Fix memory bandwidth counter width for Hygon | Xiaochen Shen | 2 | -2/+16 |
| 2026-01-13 | x86/resctrl: Add missing resctrl initialization for Hygon | Xiaochen Shen | 1 | -2/+4 |
| 2026-01-10 | x86/resctrl: Enable RDT_RESOURCE_PERF_PKG | Tony Luck | 2 | -0/+22 |
| 2026-01-10 | x86,fs/resctrl: Compute number of RMIDs as minimum across resources | Tony Luck | 1 | -2/+13 |
| 2026-01-10 | x86/resctrl: Handle number of RMIDs supported by RDT_RESOURCE_PERF_PKG | Tony Luck | 1 | -1/+52 |
| 2026-01-09 | x86/resctrl: Add energy/perf choices to rdt boot option | Tony Luck | 3 | -0/+42 |
| 2026-01-09 | x86,fs/resctrl: Handle domain creation/deletion for RDT_RESOURCE_PERF_PKG | Tony Luck | 3 | -0/+59 |
| 2026-01-09 | x86/resctrl: Read telemetry events | Tony Luck | 3 | -0/+60 |
| 2026-01-09 | x86/resctrl: Find and enable usable telemetry events | Tony Luck | 1 | -2/+61 |
| 2026-01-09 | x86,fs/resctrl: Add architectural event pointer | Tony Luck | 2 | -4/+4 |
| 2026-01-09 | x86,fs/resctrl: Fill in details of events for performance and energy GUIDs | Tony Luck | 1 | -0/+66 |
| 2026-01-09 | x86/resctrl: Discover hardware telemetry events | Tony Luck | 4 | -0/+122 |
| 2026-01-09 | x86,fs/resctrl: Add and initialize a resource for package scope monitoring | Tony Luck | 1 | -0/+10 |
| 2026-01-09 | x86,fs/resctrl: Add an architectural hook called for first mount | Tony Luck | 1 | -0/+4 |
| 2026-01-05 | x86,fs/resctrl: Support binary fixed point event counters | Tony Luck | 1 | -3/+3 |
| 2026-01-05 | x86,fs/resctrl: Handle events that can be read from any CPU | Tony Luck | 1 | -3/+3 |
| 2026-01-05 | x86,fs/resctrl: Rename some L3 specific functions | Tony Luck | 3 | -11/+13 |
| 2026-01-05 | x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domain | Tony Luck | 3 | -33/+33 |
| 2026-01-05 | x86,fs/resctrl: Use struct rdt_domain_hdr when reading counters | Tony Luck | 1 | -3/+9 |
| 2026-01-04 | x86,fs/resctrl: Refactor domain create/remove using struct rdt_domain_hdr | Tony Luck | 1 | -2/+2 |
| 2026-01-04 | x86/resctrl: Clean up domain_remove_cpu_ctrl() | Tony Luck | 1 | -15/+14 |
| 2026-01-04 | x86/resctrl: Refactor domain_remove_cpu_mon() ready for new domain types | Tony Luck | 1 | -10/+17 |
| 2026-01-04 | x86/resctrl: Move L3 initialization into new helper function | Tony Luck | 1 | -30/+34 |
| 2026-01-04 | x86,fs/resctrl: Improve domain type checking | Tony Luck | 1 | -4/+6 |
| 2025-12-02 | Merge tag 'x86_cache_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -0/+55 |
| 2025-11-21 | x86,fs/resctrl: Implement "io_alloc" enable/disable handlers | Babu Moger | 2 | -0/+45 |
| 2025-11-21 | x86,fs/resctrl: Detect io_alloc feature | Babu Moger | 1 | -0/+7 |
| 2025-11-21 | x86/resctrl: Add SDCIAE feature in the command line options | Babu Moger | 1 | -0/+2 |
| 2025-10-20 | x86,fs/resctrl: Fix NULL pointer dereference with events force-disabled in mb... | Babu Moger | 1 | -1/+10 |
| 2025-10-13 | x86/resctrl: Fix miscount of bandwidth event when reactivating previously una... | Babu Moger | 1 | -4/+10 |
| 2025-10-13 | x86/resctrl: Support Sub-NUMA Cluster (SNC) mode on Clearwater Forest | Chen Yu | 1 | -0/+1 |
| 2025-09-15 | x86/resctrl: Configure mbm_event mode if supported | Babu Moger | 3 | -0/+16 |
| 2025-09-15 | x86/resctrl: Implement resctrl_arch_reset_cntr() and resctrl_arch_cntr_read() | Babu Moger | 2 | -0/+75 |