summaryrefslogtreecommitdiff
path: root/fs/resctrl
AgeCommit message (Expand)AuthorFilesLines
2026-08-03fs/resctrl: Fix use-after-free during unmountTony Luck1-2/+16
2026-08-03fs/resctrl: Move RMID initialization to first mountTony Luck3-29/+34
2026-08-03fs/resctrl: Move allocation/free of closid_num_dirty_rmid[]Tony Luck1-28/+51
2026-08-03x86,fs/resctrl: Rename some L3 specific functionsTony Luck3-19/+19
2026-08-03x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domainTony Luck4-56/+56
2026-08-03fs/resctrl: Split L3 dependent parts out of __mon_event_count()Tony Luck1-1/+12
2026-07-24fs/resctrl: Fix double-add of pseudo-locked region's RMID to free listReinette Chatre1-5/+7
2026-07-24fs/resctrl: Free mon_data structures on rdt_get_tree() failureTony Luck1-0/+3
2026-07-18x86,fs/resctrl: Prevent out-of-bounds access while offlining CPU when SNC ena...Reinette Chatre1-17/+22
2025-10-20x86,fs/resctrl: Fix NULL pointer dereference with events force-disabled in mb...Babu Moger1-9/+7
2025-09-17fs/resctrl: Fix counter auto-assignment on mkdir with mbm_event enabledBabu Moger1-3/+3
2025-09-15fs/resctrl: Introduce the interface to switch between monitor modesBabu Moger3-3/+110
2025-09-15fs/resctrl: Disable BMEC event configuration when mbm_event mode is enabledBabu Moger1-1/+46
2025-09-15fs/resctrl: Introduce the interface to modify assignments in a groupBabu Moger3-1/+144
2025-09-15fs/resctrl: Introduce mbm_L3_assignments to list assignments in a groupBabu Moger3-0/+57
2025-09-15fs/resctrl: Auto assign counters on mkdir and clean up on group removalBabu Moger2-3/+23
2025-09-15fs/resctrl: Introduce mbm_assign_on_mkdir to enable assignments on mkdirBabu Moger3-0/+66
2025-09-15fs/resctrl: Provide interface to update the event configurationsBabu Moger3-1/+119
2025-09-15fs/resctrl: Add event configuration directory under info/L3_MON/Babu Moger3-2/+117
2025-09-15fs/resctrl: Support counter read/reset with mbm_event assignment modeBabu Moger3-16/+56
2025-09-15fs/resctrl: Pass struct rdtgroup instead of individual membersBabu Moger1-15/+18
2025-09-15fs/resctrl: Add the functionality to unassign MBM eventsBabu Moger2-0/+68
2025-09-15fs/resctrl: Add the functionality to assign MBM eventsBabu Moger2-0/+158
2025-09-15fs/resctrl: Introduce event configuration field in struct mon_evtBabu Moger2-0/+15
2025-09-15fs/resctrl: Introduce interface to display number of free MBM countersBabu Moger3-0/+53
2025-09-15fs/resctrl: Introduce mbm_cntr_cfg to track assignable counters per domainBabu Moger1-0/+8
2025-09-15fs/resctrl: Add resctrl file to display number of assignable countersBabu Moger3-0/+34
2025-09-15fs/resctrl: Introduce the interface to display monitoring modesBabu Moger3-1/+42
2025-09-15x86,fs/resctrl: Detect Assignable Bandwidth Monitoring feature detailsBabu Moger1-0/+7
2025-09-15x86,fs/resctrl: Consolidate monitoring related data from rdt_resourceBabu Moger1-3/+3
2025-09-15x86,fs/resctrl: Prepare for more monitor eventsTony Luck2-32/+31
2025-09-15x86,fs/resctrl: Replace architecture event enabled checksTony Luck3-16/+22
2025-09-15x86,fs/resctrl: Consolidate monitor event descriptionsTony Luck3-40/+47
2025-09-15fs/resctrl: Optimize code in rdt_get_tree()Shaopeng Tan1-5/+2
2025-09-09fs/resctrl: Eliminate false positive lockdep warning when reading SNC countersReinette Chatre3-7/+5
2025-07-09resctrl: get rid of pointless debugfs_file_{get,put}()Al Viro1-4/+0
2025-06-16x86,fs/resctrl: Remove inappropriate references to cacheinfo in the resctrl s...Qinyun Tan4-11/+18
2025-06-04fs/resctrl: Restore the rdt_last_cmd_clear() calls after acquiring rdtgroup_m...Zeng Heng1-0/+4
2025-05-16x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrlJames Morse8-1/+7508
2025-05-16fs/resctrl: Add boiler plate for external resctrl codeJames Morse9-0/+45