| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-05 | x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domain |  Tony Luck | 4 | -60/+60 |
| 2026-01-05 | x86,fs/resctrl: Use struct rdt_domain_hdr when reading counters |  Tony Luck | 3 | -45/+67 |
| 2026-01-05 | fs/resctrl: Split L3 dependent parts out of __mon_event_count() |  Tony Luck | 1 | -1/+12 |
| 2026-01-04 | x86,fs/resctrl: Refactor domain create/remove using struct rdt_domain_hdr |  Tony Luck | 3 | -26/+59 |
| 2026-01-04 | x86,fs/resctrl: Improve domain type checking |  Tony Luck | 1 | -1/+1 |
| 2025-12-05 | Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm |  Linus Torvalds | 1 | -11/+9 |
| 2025-12-02 | Merge tag 'x86_cache_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 3 | -21/+387 |
| 2025-11-22 | fs/resctrl: Update bit_usage to reflect io_alloc |  Babu Moger | 3 | -3/+21 |
| 2025-11-22 | fs/resctrl: Introduce interface to modify io_alloc capacity bitmasks |  Babu Moger | 3 | -1/+97 |
| 2025-11-22 | fs/resctrl: Modify struct rdt_parse_data to pass mode and CLOSID |  Babu Moger | 1 | -11/+13 |
| 2025-11-22 | fs/resctrl: Introduce interface to display io_alloc CBMs |  Babu Moger | 3 | -4/+54 |
| 2025-11-21 | fs/resctrl: Add user interface to enable/disable io_alloc feature |  Babu Moger | 3 | -3/+158 |
| 2025-11-21 | fs/resctrl: Introduce interface to display "io_alloc" support |  Babu Moger | 3 | -0/+44 |
| 2025-11-18 | fs/resctrl: Consider sparse masks when initializing new group's allocation |  Reinette Chatre | 1 | -3/+4 |
| 2025-11-16 | mm: update resctl to use mmap_prepare |  Lorenzo Stoakes | 1 | -11/+9 |
| 2025-10-20 | x86,fs/resctrl: Fix NULL pointer dereference with events force-disabled in mbm_event mode |  Babu Moger | 1 | -9/+7 |
| 2025-09-17 | fs/resctrl: Fix counter auto-assignment on mkdir with mbm_event enabled |  Babu Moger | 1 | -3/+3 |
| 2025-09-15 | fs/resctrl: Introduce the interface to switch between monitor modes |  Babu Moger | 3 | -3/+110 |
| 2025-09-15 | fs/resctrl: Disable BMEC event configuration when mbm_event mode is enabled |  Babu Moger | 1 | -1/+46 |
| 2025-09-15 | fs/resctrl: Introduce the interface to modify assignments in a group |  Babu Moger | 3 | -1/+144 |
| 2025-09-15 | fs/resctrl: Introduce mbm_L3_assignments to list assignments in a group |  Babu Moger | 3 | -0/+57 |
| 2025-09-15 | fs/resctrl: Auto assign counters on mkdir and clean up on group removal |  Babu Moger | 2 | -3/+23 |
| 2025-09-15 | fs/resctrl: Introduce mbm_assign_on_mkdir to enable assignments on mkdir |  Babu Moger | 3 | -0/+66 |
| 2025-09-15 | fs/resctrl: Provide interface to update the event configurations |  Babu Moger | 3 | -1/+119 |
| 2025-09-15 | fs/resctrl: Add event configuration directory under info/L3_MON/ |  Babu Moger | 3 | -2/+117 |
| 2025-09-15 | fs/resctrl: Support counter read/reset with mbm_event assignment mode |  Babu Moger | 3 | -16/+56 |
| 2025-09-15 | fs/resctrl: Pass struct rdtgroup instead of individual members |  Babu Moger | 1 | -15/+18 |
| 2025-09-15 | fs/resctrl: Add the functionality to unassign MBM events |  Babu Moger | 2 | -0/+68 |
| 2025-09-15 | fs/resctrl: Add the functionality to assign MBM events |  Babu Moger | 2 | -0/+158 |
| 2025-09-15 | fs/resctrl: Introduce event configuration field in struct mon_evt |  Babu Moger | 2 | -0/+15 |
| 2025-09-15 | fs/resctrl: Introduce interface to display number of free MBM counters |  Babu Moger | 3 | -0/+53 |
| 2025-09-15 | fs/resctrl: Introduce mbm_cntr_cfg to track assignable counters per domain |  Babu Moger | 1 | -0/+8 |
| 2025-09-15 | fs/resctrl: Add resctrl file to display number of assignable counters |  Babu Moger | 3 | -0/+34 |
| 2025-09-15 | fs/resctrl: Introduce the interface to display monitoring modes |  Babu Moger | 3 | -1/+42 |
| 2025-09-15 | x86,fs/resctrl: Detect Assignable Bandwidth Monitoring feature details |  Babu Moger | 1 | -0/+7 |
| 2025-09-15 | x86,fs/resctrl: Consolidate monitoring related data from rdt_resource |  Babu Moger | 1 | -3/+3 |
| 2025-09-15 | x86,fs/resctrl: Prepare for more monitor events |  Tony Luck | 2 | -32/+31 |
| 2025-09-15 | x86,fs/resctrl: Replace architecture event enabled checks |  Tony Luck | 3 | -16/+22 |
| 2025-09-15 | x86,fs/resctrl: Consolidate monitor event descriptions |  Tony Luck | 3 | -40/+47 |
| 2025-09-15 | fs/resctrl: Optimize code in rdt_get_tree() |  Shaopeng Tan | 1 | -5/+2 |
| 2025-09-09 | fs/resctrl: Eliminate false positive lockdep warning when reading SNC counters |  Reinette Chatre | 3 | -7/+5 |
| 2025-07-09 | resctrl: get rid of pointless debugfs_file_{get,put}() |  Al Viro | 1 | -4/+0 |
| 2025-06-16 | x86,fs/resctrl: Remove inappropriate references to cacheinfo in the resctrl subsystem |  Qinyun Tan | 4 | -11/+18 |
| 2025-06-04 | fs/resctrl: Restore the rdt_last_cmd_clear() calls after acquiring rdtgroup_mutex |  Zeng Heng | 1 | -0/+4 |
| 2025-05-16 | x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrl |  James Morse | 8 | -1/+7508 |
| 2025-05-16 | fs/resctrl: Add boiler plate for external resctrl code |  James Morse | 9 | -0/+45 |