summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl/core.c
Commit message (Expand)AuthorAgeFilesLines
* x86/resctrl: Enable shared RMID mode on Sub-NUMA Cluster (SNC) systemsTony Luck2024-07-021-0/+2
* x86/resctrl: Prepare for new Sub-NUMA Cluster (SNC) monitor filesTony Luck2024-07-021-1/+6
* x86/resctrl: Add node-scope to the options for feature scopeTony Luck2024-07-021-0/+2
* x86/resctrl: Split the rdt_domain and rdt_hw_domain structuresTony Luck2024-07-021-33/+38
* x86/resctrl: Prepare for different scope for control/monitor operationsTony Luck2024-07-021-53/+171
* x86/resctrl: Prepare to split rdt_domain structureTony Luck2024-07-021-13/+13
* x86/resctrl: Prepare for new domain scopeTony Luck2024-07-021-14/+32
* Merge tag 'x86_cache_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-141-34/+21
|\
| * x86/resctrl: Simplify call convention for MSR update functionsTony Luck2024-04-241-24/+16
| * x86/resctrl: Pass domain to target CPUTony Luck2024-04-241-11/+6
* | x86/resctrl: Switch to new Intel CPU model definesTony Luck2024-04-291-5/+5
|/
* x86/resctrl: Remove lockdep annotation that triggers false positiveJames Morse2024-02-221-9/+0
* x86/resctrl: Separate arch and fs resctrl locksJames Morse2024-02-191-10/+34
* x86/resctrl: Move domain helper migration into resctrl_offline_cpu()James Morse2024-02-161-16/+0
* x86/resctrl: Add CPU offline callback for resctrl workJames Morse2024-02-161-20/+5
* x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPUJames Morse2024-02-161-2/+6
* x86/resctrl: Add CPU online callback for resctrl workJames Morse2024-02-161-4/+4
* x86/resctrl: Access per-rmid structures by indexJames Morse2024-02-161-6/+7
* x86/resctrl: Free rmid_ptrs from resctrl_exit()James Morse2024-02-161-0/+6
* x86/resctrl: Remove hard-coded memory bandwidth limitBabu Moger2024-01-231-6/+4
* x86/resctrl: Fix unused variable warning in cache_alloc_hsw_probe()Tony Luck2024-01-221-4/+4
* x86/resctrl: Enable non-contiguous CBMs in Intel CATMaciej Wieczor-Retman2023-10-111-3/+6
* x86/resctrl: Rename arch_has_sparse_bitmapsMaciej Wieczor-Retman2023-10-111-2/+2
* x86/resctrl: Add __init attribute to rdt_get_mon_l3_config()Babu Moger2023-01-231-1/+1
* x86/resctrl: Detect and configure Slow Memory Bandwidth AllocationBabu Moger2023-01-231-2/+34
* x86/resctrl: Include new features in command line optionsBabu Moger2023-01-231-0/+4
* x86/resctrl: Add a new resource type RDT_RESOURCE_SMBABabu Moger2023-01-231-0/+12
* x86/resctrl: Move MSR defines into msr-index.hBorislav Petkov2022-11-271-1/+1
* x86/resctrl: Remove arch_has_empty_bitmapsBabu Moger2022-10-241-2/+0
* x86/resctrl: Fix min_cbm_bits for AMDBabu Moger2022-10-181-6/+2
* x86/resctrl: Add per-rmid arch private storage for overflow and chunksJames Morse2022-09-221-0/+35
* x86/resctrl: Allow update_mba_bw() to update controls directlyJames Morse2022-09-221-1/+1
* x86/resctrl: Remove architecture copy of mbps_valJames Morse2022-09-221-16/+4
* x86/resctrl: Add domain offline callback for resctrl workJames Morse2022-09-221-24/+2
* x86/resctrl: Group struct rdt_hw_domain cleanupJames Morse2022-09-221-7/+10
* x86/resctrl: Add domain online callback for resctrl workJames Morse2022-09-221-47/+6
* x86/resctrl: Kill off alloc_enabledJames Morse2022-09-221-4/+0
* x86/resctrl: Fix kfree() of the wrong type in domain_add_cpu()James Morse2021-10-061-2/+2
* x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() failsJames Morse2021-10-061-0/+2
* x86/resctrl: Merge the CDP resourcesJames Morse2021-08-111-166/+12
* x86/resctrl: Merge the ctrl_val arraysJames Morse2021-08-111-4/+61
* x86/resctrl: Calculate the index from the configuration typeJames Morse2021-08-111-12/+0
* x86/resctrl: Apply offset correction when config is stagedJames Morse2021-08-111-14/+1
* x86/resctrl: Make ctrlval arrays the same sizeJames Morse2021-08-111-1/+9
* x86/resctrl: Move the schemata names into struct resctrl_schemaJames Morse2021-08-111-5/+0
* x86/resctrl: Add a helper to read/set the CDP configurationJames Morse2021-08-111-0/+4
* x86/resctrl: Add resctrl_arch_get_num_closid()James Morse2021-08-111-0/+5
* x86/resctrl: Label the resources with their configuration typeJames Morse2021-08-111-0/+7
* x86/resctrl: Split struct rdt_domainJames Morse2021-08-111-12/+20
* x86/resctrl: Split struct rdt_resourceJames Morse2021-08-111-109/+148