summaryrefslogtreecommitdiff
path: root/fs/resctrl/monitor.c
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-10fs/resctrl: Move RMID initialization to first mountTony Luck1-29/+25
2026-01-10fs/resctrl: Move allocation/free of closid_num_dirty_rmid[]Tony Luck1-28/+51
2026-01-10x86/resctrl: Read telemetry eventsTony Luck1-0/+14
2026-01-10x86/resctrl: Find and enable usable telemetry eventsTony Luck1-4/+6
2026-01-09x86,fs/resctrl: Add architectural event pointerTony Luck1-4/+10
2026-01-09x86,fs/resctrl: Fill in details of events for performance and energy GUIDsTony Luck1-15/+20
2026-01-05x86,fs/resctrl: Support binary fixed point event countersTony Luck1-2/+8
2026-01-05x86,fs/resctrl: Handle events that can be read from any CPUTony Luck1-1/+3
2026-01-05fs/resctrl: Make event details accessible to functions when reading eventsTony Luck1-11/+11
2026-01-05x86,fs/resctrl: Rename some L3 specific functionsTony Luck1-4/+4
2026-01-05x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domainTony Luck1-35/+35
2026-01-05x86,fs/resctrl: Use struct rdt_domain_hdr when reading countersTony Luck1-29/+56
2026-01-05fs/resctrl: Split L3 dependent parts out of __mon_event_count()Tony Luck1-1/+12
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 Moger1-0/+100
2025-09-15fs/resctrl: Introduce the interface to modify assignments in a groupBabu Moger1-0/+139
2025-09-15fs/resctrl: Introduce mbm_L3_assignments to list assignments in a groupBabu Moger1-0/+49
2025-09-15fs/resctrl: Auto assign counters on mkdir and clean up on group removalBabu Moger1-1/+3
2025-09-15fs/resctrl: Introduce mbm_assign_on_mkdir to enable assignments on mkdirBabu Moger1-0/+53
2025-09-15fs/resctrl: Provide interface to update the event configurationsBabu Moger1-0/+114
2025-09-15fs/resctrl: Add event configuration directory under info/L3_MON/Babu Moger1-0/+56
2025-09-15fs/resctrl: Support counter read/reset with mbm_event assignment modeBabu Moger1-11/+36
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 Moger1-0/+66
2025-09-15fs/resctrl: Add the functionality to assign MBM eventsBabu Moger1-0/+156
2025-09-15fs/resctrl: Introduce event configuration field in struct mon_evtBabu Moger1-0/+10
2025-09-15fs/resctrl: Introduce interface to display number of free MBM countersBabu Moger1-0/+44
2025-09-15fs/resctrl: Add resctrl file to display number of assignable countersBabu Moger1-0/+26
2025-09-15fs/resctrl: Introduce the interface to display monitoring modesBabu Moger1-0/+30
2025-09-15x86,fs/resctrl: Detect Assignable Bandwidth Monitoring feature detailsBabu Moger1-0/+7
2025-09-15x86,fs/resctrl: Prepare for more monitor eventsTony Luck1-7/+6
2025-09-15x86,fs/resctrl: Replace architecture event enabled checksTony Luck1-5/+11
2025-09-15x86,fs/resctrl: Consolidate monitor event descriptionsTony Luck1-32/+31
2025-09-09fs/resctrl: Eliminate false positive lockdep warning when reading SNC countersReinette Chatre1-4/+2
2025-06-16x86,fs/resctrl: Remove inappropriate references to cacheinfo in the resctrl s...Qinyun Tan1-2/+4
2025-05-16x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrlJames Morse1-0/+929
2025-05-16fs/resctrl: Add boiler plate for external resctrl codeJames Morse1-0/+0