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