summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/resctrl/core.c
AgeCommit message (Expand)Author
7 daysMerge tag 'x86_cache_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-04-29x86/resctrl: Switch to new Intel CPU model definesTony Luck
2024-04-24x86/resctrl: Simplify call convention for MSR update functionsTony Luck
2024-04-24x86/resctrl: Pass domain to target CPUTony Luck
2024-02-22x86/resctrl: Remove lockdep annotation that triggers false positiveJames Morse
2024-02-19x86/resctrl: Separate arch and fs resctrl locksJames Morse
2024-02-16x86/resctrl: Move domain helper migration into resctrl_offline_cpu()James Morse
2024-02-16x86/resctrl: Add CPU offline callback for resctrl workJames Morse
2024-02-16x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPUJames Morse
2024-02-16x86/resctrl: Add CPU online callback for resctrl workJames Morse
2024-02-16x86/resctrl: Access per-rmid structures by indexJames Morse
2024-02-16x86/resctrl: Free rmid_ptrs from resctrl_exit()James Morse
2024-01-23x86/resctrl: Remove hard-coded memory bandwidth limitBabu Moger
2024-01-22x86/resctrl: Fix unused variable warning in cache_alloc_hsw_probe()Tony Luck
2023-10-11x86/resctrl: Enable non-contiguous CBMs in Intel CATMaciej Wieczor-Retman
2023-10-11x86/resctrl: Rename arch_has_sparse_bitmapsMaciej Wieczor-Retman
2023-01-23x86/resctrl: Add __init attribute to rdt_get_mon_l3_config()Babu Moger
2023-01-23x86/resctrl: Detect and configure Slow Memory Bandwidth AllocationBabu Moger
2023-01-23x86/resctrl: Include new features in command line optionsBabu Moger
2023-01-23x86/resctrl: Add a new resource type RDT_RESOURCE_SMBABabu Moger
2022-11-27x86/resctrl: Move MSR defines into msr-index.hBorislav Petkov
2022-10-24x86/resctrl: Remove arch_has_empty_bitmapsBabu Moger
2022-10-18x86/resctrl: Fix min_cbm_bits for AMDBabu Moger
2022-09-22x86/resctrl: Add per-rmid arch private storage for overflow and chunksJames Morse
2022-09-22x86/resctrl: Allow update_mba_bw() to update controls directlyJames Morse
2022-09-22x86/resctrl: Remove architecture copy of mbps_valJames Morse
2022-09-22x86/resctrl: Add domain offline callback for resctrl workJames Morse
2022-09-22x86/resctrl: Group struct rdt_hw_domain cleanupJames Morse
2022-09-22x86/resctrl: Add domain online callback for resctrl workJames Morse
2022-09-22x86/resctrl: Kill off alloc_enabledJames Morse
2021-10-06x86/resctrl: Fix kfree() of the wrong type in domain_add_cpu()James Morse
2021-10-06x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() failsJames Morse
2021-08-11x86/resctrl: Merge the CDP resourcesJames Morse
2021-08-11x86/resctrl: Merge the ctrl_val arraysJames Morse
2021-08-11x86/resctrl: Calculate the index from the configuration typeJames Morse
2021-08-11x86/resctrl: Apply offset correction when config is stagedJames Morse
2021-08-11x86/resctrl: Make ctrlval arrays the same sizeJames Morse
2021-08-11x86/resctrl: Move the schemata names into struct resctrl_schemaJames Morse
2021-08-11x86/resctrl: Add a helper to read/set the CDP configurationJames Morse
2021-08-11x86/resctrl: Add resctrl_arch_get_num_closid()James Morse
2021-08-11x86/resctrl: Label the resources with their configuration typeJames Morse
2021-08-11x86/resctrl: Split struct rdt_domainJames Morse
2021-08-11x86/resctrl: Split struct rdt_resourceJames Morse
2021-03-18x86: Fix various typos in commentsIngo Molnar
2020-12-14Merge tag 'x86_cache_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-01x86/resctrl: Fix AMD L3 QOS CDP enable/disableBabu Moger
2020-10-27x86/resctrl: Correct MBM total and local valuesFenghua Yu
2020-10-12Merge tag 'x86_cache_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-09-05x86/resctrl: Fix spelling in user-visible warning messagesColin Ian King
2020-08-26x86/resctrl: Enable user to view thread or core throttling modeFenghua Yu