summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/resctrl/core.c
AgeCommit message (Expand)Author
2025-05-27Merge tag 'x86_cache_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-05-16x86/resctrl: Always initialise rid field in rdt_resources_all[]James Morse
2025-05-16x86/resctrl: Move is_mba_sc() out of core.cJames Morse
2025-05-15x86/resctrl: Drop __init/__exit on assorted symbolsJames Morse
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)
2025-04-10x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'Ingo Molnar
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar
2025-03-12x86/resctrl: Move get_{mon,ctrl}_domain_from_cpu() to live with their callersJames Morse
2025-03-12x86/resctrl: Move RFTYPE flags to be managed by resctrlJames Morse
2025-03-12x86/resctrl: Move mba_mbps_default_event init to filesystem codeJames Morse
2025-03-12x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMECJames Morse
2025-03-12x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.hJames Morse
2025-03-12x86/resctrl: Move monitor exit work to a resctrl exit callJames Morse
2025-03-12x86/resctrl: Move rdt_find_domain() to be visible to arch and fs codeJames Morse
2025-03-12x86/resctrl: Expose resctrl fs's init function to the rest of the kernelJames Morse
2025-03-12x86/resctrl: Generate default_ctrl instead of sharing itJames Morse
2025-03-12x86/resctrl: Add max_bw to struct resctrl_membwJames Morse
2025-03-12x86/resctrl: Remove data_width and the tabular formatJames Morse
2025-03-12x86/resctrl: Use schema type to determine the schema format stringJames Morse
2025-03-12x86/resctrl: Use schema type to determine how to parse schema valuesJames Morse
2025-03-12x86/resctrl: Remove fflags from struct rdt_resourceJames Morse
2025-03-12x86/resctrl: Add a helper to avoid reaching into the arch code resource listJames Morse
2024-12-10x86/resctrl: Make mba_sc use total bandwidth if local is not supportedTony Luck
2024-12-10x86/resctrl: Prepare for per-CTRL_MON group mba_MBps controlTony Luck
2024-12-09x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflagsBabu Moger
2024-10-08x86/resctrl: Annotate get_mem_config() functions as __initNathan Chancellor
2024-08-28x86/resctrl: Fix arch_mbm_* array overrun on SNCPeter Newman
2024-07-02x86/resctrl: Enable shared RMID mode on Sub-NUMA Cluster (SNC) systemsTony Luck
2024-07-02x86/resctrl: Prepare for new Sub-NUMA Cluster (SNC) monitor filesTony Luck
2024-07-02x86/resctrl: Add node-scope to the options for feature scopeTony Luck
2024-07-02x86/resctrl: Split the rdt_domain and rdt_hw_domain structuresTony Luck
2024-07-02x86/resctrl: Prepare for different scope for control/monitor operationsTony Luck
2024-07-02x86/resctrl: Prepare to split rdt_domain structureTony Luck
2024-07-02x86/resctrl: Prepare for new domain scopeTony Luck
2024-05-14Merge 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