summaryrefslogtreecommitdiff
path: root/fs/resctrl
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-7/+7
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-7/+7
6 daysMerge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
12 daysmm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes1-1/+1
2026-01-10fs/resctrl: Move RMID initialization to first mountTony Luck3-29/+34
2026-01-10x86,fs/resctrl: Compute number of RMIDs as minimum across resourcesTony Luck1-0/+6
2026-01-10fs/resctrl: Move allocation/free of closid_num_dirty_rmid[]Tony Luck1-28/+51
2026-01-10x86/resctrl: Handle number of RMIDs supported by RDT_RESOURCE_PERF_PKGTony Luck1-1/+1
2026-01-10x86,fs/resctrl: Handle domain creation/deletion for RDT_RESOURCE_PERF_PKGTony Luck1-5/+12
2026-01-10fs/resctrl: Refactor rmdir_mondata_subdir_allrdtgrp()Tony Luck1-11/+31
2026-01-10fs/resctrl: Refactor mkdir_mondata_subdir()Tony Luck1-50/+58
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 Luck2-4/+14
2026-01-09x86,fs/resctrl: Fill in details of events for performance and energy GUIDsTony Luck1-15/+20
2026-01-09fs/resctrl: Emphasize that L3 monitoring resource is required for summing dom...Tony Luck3-4/+11
2026-01-09x86,fs/resctrl: Add and initialize a resource for package scope monitoringTony Luck2-0/+4
2026-01-09x86,fs/resctrl: Add an architectural hook called for first mountTony Luck1-0/+3
2026-01-05x86,fs/resctrl: Support binary fixed point event countersTony Luck3-2/+90
2026-01-05x86,fs/resctrl: Handle events that can be read from any CPUTony Luck3-1/+11
2026-01-05fs/resctrl: Make event details accessible to functions when reading eventsTony Luck4-28/+28
2026-01-05x86,fs/resctrl: Rename some L3 specific functionsTony Luck3-19/+19
2026-01-05x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domainTony Luck4-60/+60
2026-01-05x86,fs/resctrl: Use struct rdt_domain_hdr when reading countersTony Luck3-45/+67
2026-01-05fs/resctrl: Split L3 dependent parts out of __mon_event_count()Tony Luck1-1/+12
2026-01-04x86,fs/resctrl: Refactor domain create/remove using struct rdt_domain_hdrTony Luck3-26/+59
2026-01-04x86,fs/resctrl: Improve domain type checkingTony Luck1-1/+1
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+9
2025-12-02Merge tag 'x86_cache_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-21/+387
2025-11-22fs/resctrl: Update bit_usage to reflect io_allocBabu Moger3-3/+21
2025-11-22fs/resctrl: Introduce interface to modify io_alloc capacity bitmasksBabu Moger3-1/+97
2025-11-22fs/resctrl: Modify struct rdt_parse_data to pass mode and CLOSIDBabu Moger1-11/+13
2025-11-22fs/resctrl: Introduce interface to display io_alloc CBMsBabu Moger3-4/+54
2025-11-22fs/resctrl: Add user interface to enable/disable io_alloc featureBabu Moger3-3/+158
2025-11-22fs/resctrl: Introduce interface to display "io_alloc" supportBabu Moger3-0/+44
2025-11-18fs/resctrl: Consider sparse masks when initializing new group's allocationReinette Chatre1-3/+4
2025-11-17mm: update resctl to use mmap_prepareLorenzo Stoakes1-11/+9
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