aboutsummaryrefslogtreecommitdiff
path: root/include/linux/resctrl.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-19x86/resctrl: Separate arch and fs resctrl locksGravatar James Morse 1-1/+1
2024-02-16x86/resctrl: Add CPU offline callback for resctrl workGravatar James Morse 1-0/+1
2024-02-16x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPUGravatar James Morse 1-0/+2
2024-02-16x86/resctrl: Add CPU online callback for resctrl workGravatar James Morse 1-0/+1
2024-02-16x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()Gravatar James Morse 1-1/+4
2024-02-16x86/resctrl: Allow resctrl_arch_rmid_read() to sleepGravatar James Morse 1-1/+22
2024-02-16x86/resctrl: Track the closid with the rmidGravatar James Morse 1-2/+14
2023-10-11x86/resctrl: Rename arch_has_sparse_bitmapsGravatar Maciej Wieczor-Retman 1-2/+2
2023-01-23x86/resctrl: Add interface to write mbm_total_bytes_configGravatar Babu Moger 1-0/+11
2022-10-24x86/resctrl: Remove arch_has_empty_bitmapsGravatar Babu Moger 1-3/+3
2022-09-23x86/resctrl: Make resctrl_arch_rmid_read() return values in bytesGravatar James Morse 1-1/+1
2022-09-23x86/resctrl: Add resctrl_rmid_realloc_limit to abstract x86's boot_cpu_dataGravatar James Morse 1-0/+1
2022-09-23x86/resctrl: Rename and change the units of resctrl_cqm_thresholdGravatar James Morse 1-0/+2
2022-09-23x86/resctrl: Pass the required parameters into resctrl_arch_rmid_read()Gravatar James Morse 1-1/+17
2022-09-23x86/resctrl: Abstract __rmid_read()Gravatar James Morse 1-0/+1
2022-09-23x86/resctrl: Allow per-rmid arch private storage to be resetGravatar James Morse 1-0/+23
2022-09-22x86/resctrl: Allow update_mba_bw() to update controls directlyGravatar James Morse 1-0/+8
2022-09-22x86/resctrl: Create mba_sc configuration in the rdt_domainGravatar James Morse 1-0/+7
2022-09-22x86/resctrl: Add domain offline callback for resctrl workGravatar James Morse 1-0/+1
2022-09-22x86/resctrl: Add domain online callback for resctrl workGravatar James Morse 1-0/+1
2022-09-22x86/resctrl: Merge mon_capable and mon_enabledGravatar James Morse 1-2/+0
2022-09-22x86/resctrl: Kill off alloc_enabledGravatar James Morse 1-2/+0
2021-08-11x86/resctrl: Make resctrl_arch_get_config() return its valueGravatar James Morse 1-3/+2
2021-08-11x86/resctrl: Calculate the index from the configuration typeGravatar James Morse 1-6/+0
2021-08-11x86/resctrl: Pass configuration type to resctrl_arch_get_config()Gravatar James Morse 1-1/+2
2021-08-11x86/resctrl: Add a helper to read a closid's configurationGravatar James Morse 1-0/+2
2021-08-11x86/resctrl: Rename update_domains() to resctrl_arch_update_domains()Gravatar James Morse 1-0/+1
2021-08-11x86/resctrl: Allow different CODE/DATA configurations to be stagedGravatar James Morse 1-1/+3
2021-08-11x86/resctrl: Group staged configuration into a separate structGravatar James Morse 1-4/+12
2021-08-11x86/resctrl: Move the schemata names into struct resctrl_schemaGravatar James Morse 1-0/+2
2021-08-11x86/resctrl: Add a helper to read/set the CDP configurationGravatar James Morse 1-1/+2
2021-08-11x86/resctrl: Pass the schema to resctrl filesystem functionsGravatar James Morse 1-1/+2
2021-08-11x86/resctrl: Add resctrl_arch_get_num_closid()Gravatar James Morse 1-1/+5
2021-08-11x86/resctrl: Store the effective num_closid in the schemaGravatar James Morse 1-0/+4
2021-08-11x86/resctrl: Label the resources with their configuration typeGravatar James Morse 1-0/+14
2021-08-11x86/resctrl: Add a separate schema list for resctrlGravatar James Morse 1-0/+11
2021-08-11x86/resctrl: Split struct rdt_domainGravatar James Morse 1-1/+31
2021-08-11x86/resctrl: Split struct rdt_resourceGravatar James Morse 1-0/+110
2020-08-18x86/resctrl: Include pid.hGravatar James Morse 1-0/+2
2020-01-20x86/resctrl: Add task resctrl information displayGravatar Chen Yu 1-0/+14