summaryrefslogtreecommitdiff
path: root/include/linux/resctrl.h
AgeCommit message (Expand)Author
2025-03-12x86/resctrl: Move get_config_index() to a headerJames Morse
2025-03-12x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plrJames Morse
2025-03-12x86/resctrl: Move mbm_cfg_mask to struct rdt_resourceJames Morse
2025-03-12x86/resctrl: Change mon_event_config_{read,write}() to be arch helpersJames Morse
2025-03-12x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMECJames Morse
2025-03-12x86/resctrl: Rewrite and move the for_each_*_rdt_resource() walkersJames Morse
2025-03-12x86/resctrl: Add an arch helper to reset one resourceJames Morse
2025-03-12x86/resctrl: Move resctrl types to a separate headerJames Morse
2025-03-12x86/resctrl: Move rdt_find_domain() to be visible to arch and fs codeJames Morse
2025-03-12x86/resctrl: Expose resctrl fs's init function to the rest of the kernelJames Morse
2025-03-12x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()James Morse
2025-03-12x86/resctrl: Generate default_ctrl instead of sharing itJames Morse
2025-03-12x86/resctrl: Add max_bw to struct resctrl_membwJames Morse
2025-03-12x86/resctrl: Remove data_width and the tabular formatJames Morse
2025-03-12x86/resctrl: Use schema type to determine the schema format stringJames Morse
2025-03-12x86/resctrl: Use schema type to determine how to parse schema valuesJames Morse
2025-03-12x86/resctrl: Remove fflags from struct rdt_resourceJames Morse
2025-03-12x86/resctrl: Add a helper to avoid reaching into the arch code resource listJames Morse
2024-08-28x86/resctrl: Fix arch_mbm_* array overrun on SNCPeter Newman
2024-07-02x86/resctrl: Prepare for new Sub-NUMA Cluster (SNC) monitor filesTony Luck
2024-07-02x86/resctrl: Add node-scope to the options for feature scopeTony Luck
2024-07-02x86/resctrl: Split the rdt_domain and rdt_hw_domain structuresTony Luck
2024-07-02x86/resctrl: Prepare for different scope for control/monitor operationsTony Luck
2024-07-02x86/resctrl: Prepare to split rdt_domain structureTony Luck
2024-07-02x86/resctrl: Prepare for new domain scopeTony Luck
2024-02-19x86/resctrl: Separate arch and fs resctrl locksJames Morse
2024-02-16x86/resctrl: Add CPU offline callback for resctrl workJames Morse
2024-02-16x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPUJames Morse
2024-02-16x86/resctrl: Add CPU online callback for resctrl workJames Morse
2024-02-16x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()James Morse
2024-02-16x86/resctrl: Allow resctrl_arch_rmid_read() to sleepJames Morse
2024-02-16x86/resctrl: Track the closid with the rmidJames Morse
2023-10-11x86/resctrl: Rename arch_has_sparse_bitmapsMaciej Wieczor-Retman
2023-01-23x86/resctrl: Add interface to write mbm_total_bytes_configBabu Moger
2022-10-24x86/resctrl: Remove arch_has_empty_bitmapsBabu Moger
2022-09-23x86/resctrl: Make resctrl_arch_rmid_read() return values in bytesJames Morse
2022-09-23x86/resctrl: Add resctrl_rmid_realloc_limit to abstract x86's boot_cpu_dataJames Morse
2022-09-23x86/resctrl: Rename and change the units of resctrl_cqm_thresholdJames Morse
2022-09-23x86/resctrl: Pass the required parameters into resctrl_arch_rmid_read()James Morse
2022-09-23x86/resctrl: Abstract __rmid_read()James Morse
2022-09-23x86/resctrl: Allow per-rmid arch private storage to be resetJames Morse
2022-09-22x86/resctrl: Allow update_mba_bw() to update controls directlyJames Morse
2022-09-22x86/resctrl: Create mba_sc configuration in the rdt_domainJames Morse
2022-09-22x86/resctrl: Add domain offline callback for resctrl workJames Morse
2022-09-22x86/resctrl: Add domain online callback for resctrl workJames Morse
2022-09-22x86/resctrl: Merge mon_capable and mon_enabledJames Morse
2022-09-22x86/resctrl: Kill off alloc_enabledJames Morse
2021-08-11x86/resctrl: Make resctrl_arch_get_config() return its valueJames Morse
2021-08-11x86/resctrl: Calculate the index from the configuration typeJames Morse
2021-08-11x86/resctrl: Pass configuration type to resctrl_arch_get_config()James Morse