| Age | Commit message (Expand) | Author |
| 2026-07-26 | fs/resctrl: Inform user space when status buffer overflowed | Reinette Chatre |
| 2026-07-26 | fs/resctrl: Communicate resource group deleted error via last_cmd_status | Reinette Chatre |
| 2026-07-26 | fs/resctrl: Add last_cmd_status support for writes to max_threshold_occupancy | Reinette Chatre |
| 2026-07-26 | fs/resctrl: Change last_cmd_status custom during input parsing | Reinette Chatre |
| 2026-07-25 | fs/resctrl: Use accurate and symmetric exit flows | Reinette Chatre |
| 2026-07-23 | fs/resctrl: Pass error reading event through to user space | Reinette Chatre |
| 2026-07-20 | fs/resctrl: Use correct format specifier for printing error pointers | Reinette Chatre |
| 2026-07-13 | fs/resctrl: Fix UAF from worker threads when domains are removed | Reinette Chatre |
| 2026-07-13 | fs/resctrl: Prevent deadlock and use-after-free in info file handlers | Reinette Chatre |
| 2026-07-13 | fs/resctrl: Prevent use-after-free in rdtgroup_kn_put() | Reinette Chatre |
| 2026-07-13 | fs/resctrl: Fix deadlock on errors during mount | Reinette Chatre |
| 2026-07-13 | fs/resctrl: Move functions to avoid forward references in subsequent fixes | Tony Luck |
| 2026-07-13 | x86,fs/resctrl: Document safe RCU list traversal | Reinette Chatre |
| 2026-07-06 | fs/resctrl: Fix double-add of pseudo-locked region's RMID to free list | Reinette Chatre |
| 2026-07-06 | fs/resctrl: Fix use-after-free during unmount | Tony Luck |
| 2026-07-06 | fs/resctrl: Free mon_data structures on rdt_get_tree() failure | Tony Luck |
| 2026-07-01 | x86,fs/resctrl: Prevent out-of-bounds access while offlining CPU when SNC ena... | Reinette Chatre |
| 2026-05-08 | fs/resctrl: Continue counter allocation after failure | Ben Horgan |
| 2026-05-07 | fs/resctrl: Add monitor property 'mbm_cntr_assign_fixed' | Ben Horgan |
| 2026-05-06 | fs/resctrl: Disallow the software controller when MBM counters are assignable | Ben Horgan |
| 2026-05-06 | x86,fs/resctrl: Create 'event_filter' files read only if they're not configur... | Ben Horgan |
| 2026-05-06 | fs/resctrl: Tidy up the error path in resctrl_mkdir_event_configs() | Ben Horgan |
| 2026-04-15 | Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
| 2026-04-07 | fs/resctrl: Add missing return value descriptions | Reinette Chatre |
| 2026-04-05 | mm: reintroduce vma_desc_test() as a singular flag test | Lorenzo Stoakes (Oracle) |
| 2026-04-05 | mm: rename VMA flag helpers to be more readable | Lorenzo Stoakes (Oracle) |
| 2026-04-02 | fs/resctrl: Add "*" shorthand to set io_alloc CBM for all domains | Aaron Tomlin |
| 2026-04-02 | fs/resctrl: Report invalid domain ID when parsing io_alloc_cbm | Aaron Tomlin |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook |
| 2026-02-18 | Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
| 2026-02-12 | mm: update all remaining mmap_prepare users to use vma_flags_t | Lorenzo Stoakes |
| 2026-01-10 | fs/resctrl: Move RMID initialization to first mount | Tony Luck |
| 2026-01-10 | x86,fs/resctrl: Compute number of RMIDs as minimum across resources | Tony Luck |
| 2026-01-10 | fs/resctrl: Move allocation/free of closid_num_dirty_rmid[] | Tony Luck |
| 2026-01-10 | x86/resctrl: Handle number of RMIDs supported by RDT_RESOURCE_PERF_PKG | Tony Luck |
| 2026-01-09 | x86,fs/resctrl: Handle domain creation/deletion for RDT_RESOURCE_PERF_PKG | Tony Luck |
| 2026-01-09 | fs/resctrl: Refactor rmdir_mondata_subdir_allrdtgrp() | Tony Luck |
| 2026-01-09 | fs/resctrl: Refactor mkdir_mondata_subdir() | Tony Luck |
| 2026-01-09 | x86/resctrl: Read telemetry events | Tony Luck |
| 2026-01-09 | x86/resctrl: Find and enable usable telemetry events | Tony Luck |
| 2026-01-09 | x86,fs/resctrl: Add architectural event pointer | Tony Luck |
| 2026-01-09 | x86,fs/resctrl: Fill in details of events for performance and energy GUIDs | Tony Luck |
| 2026-01-09 | fs/resctrl: Emphasize that L3 monitoring resource is required for summing dom... | Tony Luck |
| 2026-01-09 | x86,fs/resctrl: Add and initialize a resource for package scope monitoring | Tony Luck |
| 2026-01-09 | x86,fs/resctrl: Add an architectural hook called for first mount | Tony Luck |
| 2026-01-05 | x86,fs/resctrl: Support binary fixed point event counters | Tony Luck |
| 2026-01-05 | x86,fs/resctrl: Handle events that can be read from any CPU | Tony Luck |
| 2026-01-05 | fs/resctrl: Make event details accessible to functions when reading events | Tony Luck |
| 2026-01-05 | x86,fs/resctrl: Rename some L3 specific functions | Tony Luck |