summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/resctrl/internal.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-24x86/resctrl: Simplify call convention for MSR update functionsTony Luck1-2/+1
2024-04-24x86/resctrl: Pass domain to target CPUTony Luck1-0/+2
2024-04-03x86/resctrl: Fix uninitialized memory read when last CPU of domain goes offlineReinette Chatre1-1/+2
2024-02-16x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPUJames Morse1-7/+26
2024-02-16x86/resctrl: Add helpers for system wide mon/alloc capableJames Morse1-2/+0
2024-02-16x86/resctrl: Move alloc/mon static keys into helpersJames Morse1-5/+0
2024-02-16x86/resctrl: Make resctrl_mounted checks explicitJames Morse1-0/+1
2024-02-16x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()James Morse1-0/+1
2024-02-16x86/resctrl: Add cpumask_any_housekeeping() for limbo/overflowJames Morse1-0/+24
2024-02-16x86/resctrl: Allocate the cleanest CLOSID by searching closid_num_dirty_rmidJames Morse1-0/+2
2024-02-16x86/resctrl: Allow RMID allocation to be scoped by CLOSIDJames Morse1-1/+1
2024-02-16x86/resctrl: Access per-rmid structures by indexJames Morse1-1/+3
2024-02-16x86/resctrl: Track the closid with the rmidJames Morse1-1/+1
2024-02-16x86/resctrl: Free rmid_ptrs from resctrl_exit()James Morse1-0/+1
2024-01-24x86/resctrl: Implement new mba_MBps throttling heuristicTony Luck1-4/+0
2024-01-23x86/resctrl: Read supported bandwidth sources from CPUIDBabu Moger1-0/+3
2024-01-23x86/resctrl: Remove hard-coded memory bandwidth limitBabu Moger1-1/+0
2023-10-17x86/resctrl: Display RMID of resource groupBabu Moger1-0/+1
2023-10-17x86/resctrl: Introduce "-o debug" mount optionBabu Moger1-0/+2
2023-10-17x86/resctrl: Rename rftype flags for consistencyBabu Moger1-5/+5
2023-10-17x86/resctrl: Simplify rftype flag definitionsBabu Moger1-6/+3
2023-10-11x86/resctrl: Enable non-contiguous CBMs in Intel CATMaciej Wieczor-Retman1-0/+9
2023-03-16x86/resctrl: Clear staged_config[] before and after it is usedShawn Wang1-0/+1
2023-01-23x86/resctrl: Add interface to read mbm_total_bytes_configBabu Moger1-0/+24
2023-01-23x86/resctrl: Support monitor configurationBabu Moger1-0/+2
2023-01-23x86/resctrl: Add __init attribute to rdt_get_mon_l3_config()Babu Moger1-0/+1
2023-01-23x86/resctrl: Add a new resource type RDT_RESOURCE_SMBABabu Moger1-0/+1
2022-11-28x86/resctrl: Move MSR defines into msr-index.hBorislav Petkov1-10/+0
2022-09-23x86/resctrl: Make resctrl_arch_rmid_read() return values in bytesJames Morse1-2/+2
2022-09-23x86/resctrl: Rename and change the units of resctrl_cqm_thresholdJames Morse1-1/+0
2022-09-23x86/resctrl: Move get_corrected_mbm_count() into resctrl_arch_rmid_read()James Morse1-2/+2
2022-09-23x86/resctrl: Move mbm_overflow_count() into resctrl_arch_rmid_read()James Morse1-2/+0
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-13/+5
2022-09-22x86/resctrl: Add per-rmid arch private storage for overflow and chunksJames Morse1-0/+14
2022-09-22x86/resctrl: Calculate bandwidth from the previous __mon_event_count() chunksJames Morse1-2/+2
2022-09-22x86/resctrl: Allow update_mba_bw() to update controls directlyJames Morse1-1/+0
2022-09-22x86/resctrl: Remove architecture copy of mbps_valJames Morse1-3/+0
2022-09-22x86/resctrl: Create mba_sc configuration in the rdt_domainJames Morse1-1/+0
2022-09-22x86/resctrl: Add domain offline callback for resctrl workJames Morse1-2/+0
2022-09-22x86/resctrl: Add domain online callback for resctrl workJames Morse1-2/+0
2022-09-22x86/resctrl: Merge mon_capable and mon_enabledJames Morse1-4/+0
2022-09-22x86/resctrl: Kill off alloc_enabledJames Morse1-4/+0
2021-08-11x86/resctrl: Merge the CDP resourcesJames Morse1-6/+0
2021-08-11x86/resctrl: Apply offset correction when config is stagedJames Morse1-2/+2
2021-08-11x86/resctrl: Rename update_domains() to resctrl_arch_update_domains()James Morse1-1/+0
2021-08-11x86/resctrl: Add a helper to read/set the CDP configurationJames Morse1-1/+10
2021-08-11x86/resctrl: Swizzle rdt_resource and resctrl_schema in pseudo_lock_regionJames Morse1-3/+3
2021-08-11x86/resctrl: Pass the schema to resctrl filesystem functionsJames Morse1-3/+3
2021-08-11x86/resctrl: Add resctrl_arch_get_num_closid()James Morse1-2/+6