summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl/core.c
AgeCommit message (Expand)AuthorLines
2024-12-10x86/resctrl: Make mba_sc use total bandwidth if local is not supportedTony Luck-0/+2
2024-12-10x86/resctrl: Prepare for per-CTRL_MON group mba_MBps controlTony Luck-0/+3
2024-12-09x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflagsBabu Moger-1/+3
2024-10-08x86/resctrl: Annotate get_mem_config() functions as __initNathan Chancellor-2/+2
2024-08-28x86/resctrl: Fix arch_mbm_* array overrun on SNCPeter Newman-0/+8
2024-07-02x86/resctrl: Enable shared RMID mode on Sub-NUMA Cluster (SNC) systemsTony Luck-0/+2
2024-07-02x86/resctrl: Prepare for new Sub-NUMA Cluster (SNC) monitor filesTony Luck-1/+6
2024-07-02x86/resctrl: Add node-scope to the options for feature scopeTony Luck-0/+2
2024-07-02x86/resctrl: Split the rdt_domain and rdt_hw_domain structuresTony Luck-33/+38
2024-07-02x86/resctrl: Prepare for different scope for control/monitor operationsTony Luck-53/+171
2024-07-02x86/resctrl: Prepare to split rdt_domain structureTony Luck-13/+13
2024-07-02x86/resctrl: Prepare for new domain scopeTony Luck-14/+32
2024-05-14Merge tag 'x86_cache_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-34/+21
2024-04-29x86/resctrl: Switch to new Intel CPU model definesTony Luck-5/+5
2024-04-24x86/resctrl: Simplify call convention for MSR update functionsTony Luck-24/+16
2024-04-24x86/resctrl: Pass domain to target CPUTony Luck-11/+6
2024-02-22x86/resctrl: Remove lockdep annotation that triggers false positiveJames Morse-9/+0
2024-02-19x86/resctrl: Separate arch and fs resctrl locksJames Morse-10/+34
2024-02-16x86/resctrl: Move domain helper migration into resctrl_offline_cpu()James Morse-16/+0
2024-02-16x86/resctrl: Add CPU offline callback for resctrl workJames Morse-20/+5
2024-02-16x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPUJames Morse-2/+6
2024-02-16x86/resctrl: Add CPU online callback for resctrl workJames Morse-4/+4
2024-02-16x86/resctrl: Access per-rmid structures by indexJames Morse-6/+7
2024-02-16x86/resctrl: Free rmid_ptrs from resctrl_exit()James Morse-0/+6
2024-01-23x86/resctrl: Remove hard-coded memory bandwidth limitBabu Moger-6/+4
2024-01-22x86/resctrl: Fix unused variable warning in cache_alloc_hsw_probe()Tony Luck-4/+4
2023-10-11x86/resctrl: Enable non-contiguous CBMs in Intel CATMaciej Wieczor-Retman-3/+6
2023-10-11x86/resctrl: Rename arch_has_sparse_bitmapsMaciej Wieczor-Retman-2/+2
2023-01-23x86/resctrl: Add __init attribute to rdt_get_mon_l3_config()Babu Moger-1/+1
2023-01-23x86/resctrl: Detect and configure Slow Memory Bandwidth AllocationBabu Moger-2/+34
2023-01-23x86/resctrl: Include new features in command line optionsBabu Moger-0/+4
2023-01-23x86/resctrl: Add a new resource type RDT_RESOURCE_SMBABabu Moger-0/+12
2022-11-27x86/resctrl: Move MSR defines into msr-index.hBorislav Petkov-1/+1
2022-10-24x86/resctrl: Remove arch_has_empty_bitmapsBabu Moger-2/+0
2022-10-18x86/resctrl: Fix min_cbm_bits for AMDBabu Moger-6/+2
2022-09-22x86/resctrl: Add per-rmid arch private storage for overflow and chunksJames Morse-0/+35
2022-09-22x86/resctrl: Allow update_mba_bw() to update controls directlyJames Morse-1/+1
2022-09-22x86/resctrl: Remove architecture copy of mbps_valJames Morse-16/+4
2022-09-22x86/resctrl: Add domain offline callback for resctrl workJames Morse-24/+2
2022-09-22x86/resctrl: Group struct rdt_hw_domain cleanupJames Morse-7/+10
2022-09-22x86/resctrl: Add domain online callback for resctrl workJames Morse-47/+6
2022-09-22x86/resctrl: Kill off alloc_enabledJames Morse-4/+0
2021-10-06x86/resctrl: Fix kfree() of the wrong type in domain_add_cpu()James Morse-2/+2
2021-10-06x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() failsJames Morse-0/+2
2021-08-11x86/resctrl: Merge the CDP resourcesJames Morse-166/+12
2021-08-11x86/resctrl: Merge the ctrl_val arraysJames Morse-4/+61
2021-08-11x86/resctrl: Calculate the index from the configuration typeJames Morse-12/+0
2021-08-11x86/resctrl: Apply offset correction when config is stagedJames Morse-14/+1
2021-08-11x86/resctrl: Make ctrlval arrays the same sizeJames Morse-1/+9
2021-08-11x86/resctrl: Move the schemata names into struct resctrl_schemaJames Morse-5/+0