| Age | Commit message (Expand) | Author |
| 2025-10-20 | x86,fs/resctrl: Fix NULL pointer dereference with events force-disabled in mb... | Babu Moger |
| 2025-10-13 | x86/resctrl: Fix miscount of bandwidth event when reactivating previously una... | Babu Moger |
| 2025-09-15 | x86/resctrl: Configure mbm_event mode if supported | Babu Moger |
| 2025-09-15 | x86/resctrl: Implement resctrl_arch_reset_cntr() and resctrl_arch_cntr_read() | Babu Moger |
| 2025-09-15 | x86/resctrl: Refactor resctrl_arch_rmid_read() | Babu Moger |
| 2025-09-15 | x86,fs/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with... | Babu Moger |
| 2025-09-15 | x86/resctrl: Add data structures and definitions for ABMC assignment | Babu Moger |
| 2025-09-15 | x86/resctrl: Add support to enable/disable AMD ABMC feature | Babu Moger |
| 2025-09-15 | x86,fs/resctrl: Detect Assignable Bandwidth Monitoring feature details | Babu Moger |
| 2025-09-15 | x86,fs/resctrl: Consolidate monitoring related data from rdt_resource | Babu Moger |
| 2025-09-15 | x86/resctrl: Add ABMC feature in the command line options | Babu Moger |
| 2025-09-15 | x86,fs/resctrl: Prepare for more monitor events | Tony Luck |
| 2025-09-15 | x86/resctrl: Remove the rdt_mon_features global variable | Tony Luck |
| 2025-09-15 | x86,fs/resctrl: Replace architecture event enabled checks | Tony Luck |
| 2025-09-15 | x86,fs/resctrl: Consolidate monitor event descriptions | Tony Luck |
| 2025-06-16 | x86,fs/resctrl: Remove inappropriate references to cacheinfo in the resctrl s... | Qinyun Tan |
| 2025-05-27 | Merge tag 'x86_cache_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
| 2025-05-16 | x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrl | James Morse |
| 2025-05-16 | x86/resctrl: Always initialise rid field in rdt_resources_all[] | James Morse |
| 2025-05-16 | x86/resctrl: Relax some asm #includes | Dave Martin |
| 2025-05-16 | x86/resctrl: Prefer alloc(sizeof(*foo)) idiom in rdt_init_fs_context() | Dave Martin |
| 2025-05-16 | x86/resctrl: Squelch whitespace anomalies in resctrl core code | Dave Martin |
| 2025-05-16 | x86/resctrl: Move the filesystem bits to headers visible to fs/resctrl | James Morse |
| 2025-05-16 | fs/resctrl: Add boiler plate for external resctrl code | James Morse |
| 2025-05-16 | x86/resctrl: Split trace.h | James Morse |
| 2025-05-16 | x86/resctrl: Expand the width of domid by replacing mon_data_bits | James Morse |
| 2025-05-16 | x86/resctrl: Add end-marker to the resctrl_event_id enum | James Morse |
| 2025-05-16 | x86/resctrl: Move is_mba_sc() out of core.c | James Morse |
| 2025-05-15 | x86/resctrl: Drop __init/__exit on assorted symbols | James Morse |
| 2025-05-15 | x86/resctrl: Resctrl_exit() teardown resctrl but leave the mount point | James Morse |
| 2025-05-15 | x86/resctrl: Check all domains are offline in resctrl_exit() | James Morse |
| 2025-05-15 | x86/resctrl: Rename resctrl_sched_in() to begin with "resctrl_arch_" | James Morse |
| 2025-05-15 | x86/resctrl: Remove the limit on the number of CLOSID | Amit Singh Tomar |
| 2025-05-15 | x86/resctrl: Optimize cpumask_any_housekeeping() | Yury Norov [NVIDIA] |
| 2025-05-02 | x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low) | Xin Li (Intel) |
| 2025-05-02 | x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses | Xin Li (Intel) |
| 2025-05-02 | x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses | Xin Li (Intel) |
| 2025-05-02 | x86/msr: Convert the rdpmc() macro to an __always_inline function | Xin Li (Intel) |
| 2025-05-02 | x86/msr: Rename rdpmcl() to rdpmc() | Xin Li (Intel) |
| 2025-05-02 | x86/msr: Add explicit includes of <asm/msr.h> | Xin Li (Intel) |
| 2025-05-02 | Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflicts | Ingo Molnar |
| 2025-04-10 | x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()' | Ingo Molnar |
| 2025-04-10 | x86/msr: Rename 'wrmsrl()' to 'wrmsrq()' | Ingo Molnar |
| 2025-04-10 | x86/msr: Rename 'rdmsrl()' to 'rdmsrq()' | Ingo Molnar |
| 2025-04-09 | x86/resctrl: Fix rdtgroup_mkdir()'s unlocked use of kernfs_node::name | James Morse |
| 2025-04-01 | Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
| 2025-03-12 | x86/resctrl: Move get_{mon,ctrl}_domain_from_cpu() to live with their callers | James Morse |
| 2025-03-12 | x86/resctrl: Move get_config_index() to a header | James Morse |
| 2025-03-12 | x86/resctrl: Handle throttle_mode for SMBA resources | James Morse |
| 2025-03-12 | x86/resctrl: Move RFTYPE flags to be managed by resctrl | James Morse |