summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/resctrl/core.c
AgeCommit message (Expand)Author
2025-11-21x86,fs/resctrl: Detect io_alloc featureBabu Moger
2025-11-21x86/resctrl: Add SDCIAE feature in the command line optionsBabu Moger
2025-09-15x86/resctrl: Configure mbm_event mode if supportedBabu Moger
2025-09-15x86,fs/resctrl: Detect Assignable Bandwidth Monitoring feature detailsBabu Moger
2025-09-15x86,fs/resctrl: Consolidate monitoring related data from rdt_resourceBabu Moger
2025-09-15x86/resctrl: Add ABMC feature in the command line optionsBabu Moger
2025-09-15x86,fs/resctrl: Prepare for more monitor eventsTony Luck
2025-09-15x86/resctrl: Remove the rdt_mon_features global variableTony Luck
2025-09-15x86,fs/resctrl: Replace architecture event enabled checksTony Luck
2025-09-15x86,fs/resctrl: Consolidate monitor event descriptionsTony Luck
2025-06-16x86,fs/resctrl: Remove inappropriate references to cacheinfo in the resctrl s...Qinyun Tan
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