summaryrefslogtreecommitdiff
path: root/include/linux/resctrl.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-16x86,fs/resctrl: Remove inappropriate references to cacheinfo in the resctrl s...Qinyun Tan1-2/+2
2025-05-16x86/resctrl: Move pseudo lock prototypes to include/linux/resctrl.hJames Morse1-0/+13
2025-05-16x86/resctrl: Move enum resctrl_event_id to resctrl.hJames Morse1-0/+10
2025-05-16x86/resctrl: Move the filesystem bits to headers visible to fs/resctrlJames Morse1-0/+3
2025-05-16fs/resctrl: Add boiler plate for external resctrl codeJames Morse1-0/+4
2025-05-15x86/resctrl: Drop __init/__exit on assorted symbolsJames Morse1-3/+3
2025-03-12x86/resctrl: Move get_config_index() to a headerJames Morse1-0/+15
2025-03-12x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plrJames Morse1-0/+39
2025-03-12x86/resctrl: Move mbm_cfg_mask to struct rdt_resourceJames Morse1-0/+3
2025-03-12x86/resctrl: Change mon_event_config_{read,write}() to be arch helpersJames Morse1-0/+31
2025-03-12x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMECJames Morse1-0/+2
2025-03-12x86/resctrl: Rewrite and move the for_each_*_rdt_resource() walkersJames Morse1-0/+18
2025-03-12x86/resctrl: Add an arch helper to reset one resourceJames Morse1-0/+9
2025-03-12x86/resctrl: Move resctrl types to a separate headerJames Morse1-20/+1
2025-03-12x86/resctrl: Move rdt_find_domain() to be visible to arch and fs codeJames Morse1-0/+14
2025-03-12x86/resctrl: Expose resctrl fs's init function to the rest of the kernelJames Morse1-0/+3
2025-03-12x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()James Morse1-0/+22
2025-03-12x86/resctrl: Generate default_ctrl instead of sharing itJames Morse1-2/+17
2025-03-12x86/resctrl: Add max_bw to struct resctrl_membwJames Morse1-0/+2
2025-03-12x86/resctrl: Remove data_width and the tabular formatJames Morse1-2/+0
2025-03-12x86/resctrl: Use schema type to determine the schema format stringJames Morse1-2/+2
2025-03-12x86/resctrl: Use schema type to determine how to parse schema valuesJames Morse1-5/+12
2025-03-12x86/resctrl: Remove fflags from struct rdt_resourceJames Morse1-2/+0
2025-03-12x86/resctrl: Add a helper to avoid reaching into the arch code resource listJames Morse1-0/+17
2024-08-28x86/resctrl: Fix arch_mbm_* array overrun on SNCPeter Newman1-0/+1
2024-07-02x86/resctrl: Prepare for new Sub-NUMA Cluster (SNC) monitor filesTony Luck1-0/+3
2024-07-02x86/resctrl: Add node-scope to the options for feature scopeTony Luck1-0/+1
2024-07-02x86/resctrl: Split the rdt_domain and rdt_hw_domain structuresTony Luck1-20/+28
2024-07-02x86/resctrl: Prepare for different scope for control/monitor operationsTony Luck1-6/+19
2024-07-02x86/resctrl: Prepare to split rdt_domain structureTony Luck1-4/+12
2024-07-02x86/resctrl: Prepare for new domain scopeTony Luck1-2/+7
2024-02-19x86/resctrl: Separate arch and fs resctrl locksJames Morse1-1/+1
2024-02-16x86/resctrl: Add CPU offline callback for resctrl workJames Morse1-0/+1
2024-02-16x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPUJames Morse1-0/+2
2024-02-16x86/resctrl: Add CPU online callback for resctrl workJames Morse1-0/+1
2024-02-16x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()James Morse1-1/+4
2024-02-16x86/resctrl: Allow resctrl_arch_rmid_read() to sleepJames Morse1-1/+22
2024-02-16x86/resctrl: Track the closid with the rmidJames Morse1-2/+14
2023-10-11x86/resctrl: Rename arch_has_sparse_bitmapsMaciej Wieczor-Retman1-2/+2
2023-01-23x86/resctrl: Add interface to write mbm_total_bytes_configBabu Moger1-0/+11
2022-10-24x86/resctrl: Remove arch_has_empty_bitmapsBabu Moger1-3/+3
2022-09-23x86/resctrl: Make resctrl_arch_rmid_read() return values in bytesJames Morse1-1/+1
2022-09-23x86/resctrl: Add resctrl_rmid_realloc_limit to abstract x86's boot_cpu_dataJames Morse1-0/+1
2022-09-23x86/resctrl: Rename and change the units of resctrl_cqm_thresholdJames Morse1-0/+2
2022-09-23x86/resctrl: Pass the required parameters into resctrl_arch_rmid_read()James Morse1-1/+17
2022-09-23x86/resctrl: Abstract __rmid_read()James Morse1-0/+1
2022-09-23x86/resctrl: Allow per-rmid arch private storage to be resetJames Morse1-0/+23
2022-09-22x86/resctrl: Allow update_mba_bw() to update controls directlyJames Morse1-0/+8
2022-09-22x86/resctrl: Create mba_sc configuration in the rdt_domainJames Morse1-0/+7
2022-09-22x86/resctrl: Add domain offline callback for resctrl workJames Morse1-0/+1