aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl/rdtgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-24x86/resctrl: Pass domain to target CPUTony Luck1-10/+2
2024-02-19x86/resctrl: Separate arch and fs resctrl locksJames Morse1-14/+54
2024-02-16x86/resctrl: Move domain helper migration into resctrl_offline_cpu()James Morse1-0/+18
2024-02-16x86/resctrl: Add CPU offline callback for resctrl workJames Morse1-0/+24
2024-02-16x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPUJames Morse1-2/+4
2024-02-16x86/resctrl: Add CPU online callback for resctrl workJames Morse1-0/+8
2024-02-16x86/resctrl: Add helpers for system wide mon/alloc capableJames Morse1-19/+19
2024-02-16x86/resctrl: Make rdt_enable_key the arch's decision to switchJames Morse1-6/+5
2024-02-16x86/resctrl: Move alloc/mon static keys into helpersJames Morse1-4/+4
2024-02-16x86/resctrl: Make resctrl_mounted checks explicitJames Morse1-6/+17
2024-02-16x86/resctrl: Move CLOSID/RMID matching and setting to use helpersJames Morse1-24/+38
2024-02-16x86/resctrl: Allocate the cleanest CLOSID by searching closid_num_dirty_rmidJames Morse1-5/+14
2024-02-16x86/resctrl: Use __set_bit()/__clear_bit() instead of open codingJames Morse1-6/+12
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-6/+7
2024-02-16x86/resctrl: Track the closid with the rmidJames Morse1-6/+6
2024-02-16x86/resctrl: Move RMID allocation out of mkdir_rdt_prepare()James Morse1-9/+26
2024-02-16x86/resctrl: Create helper for RMID allocation and mondata dir creationJames Morse1-15/+27
2024-01-25x86/resctrl: Remove redundant variable in mbm_config_write_domain()Babu Moger1-11/+4
2024-01-23x86/resctrl: Read supported bandwidth sources from CPUIDBabu Moger1-6/+8
2023-10-17x86/resctrl: Display RMID of resource groupBabu Moger1-0/+23
2023-10-17x86/resctrl: Add support for the files of MON groups onlyBabu Moger1-4/+11
2023-10-17x86/resctrl: Display CLOSID for resource groupBabu Moger1-0/+23
2023-10-17x86/resctrl: Introduce "-o debug" mount optionBabu Moger1-0/+18
2023-10-17x86/resctrl: Move default group file creation to mountBabu Moger1-24/+34
2023-10-17x86/resctrl: Unwind properly from rdt_enable_ctx()Babu Moger1-21/+32
2023-10-17x86/resctrl: Rename rftype flags for consistencyBabu Moger1-22/+22
2023-10-17x86/resctrl: Simplify rftype flag definitionsBabu Moger1-1/+5
2023-10-17x86/resctrl: Add multiple tasks to the resctrl group at onceBabu Moger1-3/+22
2023-10-11x86/resctrl: Add sparse_masks file in infoFenghua Yu1-0/+18
2023-10-11x86/resctrl: Fix remaining kernel-doc warningsMaciej Wieczor-Retman1-5/+5
2023-06-07x86/resctrl: Implement rename op for mon groupsPeter Newman1-0/+128
2023-06-07x86/resctrl: Factor rdtgroup lock for multi-file opsPeter Newman1-13/+22
2023-05-30x86/resctrl: Only show tasks' pid in current pid namespaceShawn Wang1-2/+6
2023-03-15x86/resctrl: Clear staged_config[] before and after it is usedShawn Wang1-4/+21
2023-03-08x86/resctl: fix scheduler confusion with 'current'Linus Torvalds1-2/+2
2023-01-26x86/resctrl: Fix a silly -Wunused-but-set-variable warningBorislav Petkov (AMD)1-3/+3
2023-01-23x86/resctrl: Add interface to write mbm_local_bytes_configBabu Moger1-1/+26
2023-01-23x86/resctrl: Add interface to write mbm_total_bytes_configBabu Moger1-1/+123
2023-01-23x86/resctrl: Add interface to read mbm_local_bytes_configBabu Moger1-0/+16
2023-01-23x86/resctrl: Add interface to read mbm_total_bytes_configBabu Moger1-0/+102
2023-01-23x86/resctrl: Support monitor configurationBabu Moger1-1/+4
2023-01-23x86/resctrl: Detect and configure Slow Memory Bandwidth AllocationBabu Moger1-3/+5
2023-01-23x86/resctrl: Replace smp_call_function_many() with on_each_cpu_mask()Babu Moger1-21/+8
2023-01-10x86/resctrl: Fix task CLOSID/RMID update racePeter Newman1-1/+11
2022-09-23x86/resctrl: Add resctrl_rmid_realloc_limit to abstract x86's boot_cpu_dataJames Morse1-1/+1
2022-09-23x86/resctrl: Rename and change the units of resctrl_cqm_thresholdJames Morse1-7/+2
2022-09-22x86/resctrl: Remove architecture copy of mbps_valJames Morse1-3/+1
2022-09-22x86/resctrl: Switch over to the resctrl mbps_val listJames Morse1-6/+21
2022-09-22x86/resctrl: Create mba_sc configuration in the rdt_domainJames Morse1-0/+39