aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/resctrl/internal.h
AgeCommit message (Expand)AuthorFilesLines
2026-02-10Merge tag 'x86_cache_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-9/+37
2026-01-13x86/resctrl: Fix memory bandwidth counter width for HygonXiaochen Shen1-0/+3
2026-01-09x86/resctrl: Add energy/perf choices to rdt boot optionTony Luck1-0/+2
2026-01-09x86,fs/resctrl: Handle domain creation/deletion for RDT_RESOURCE_PERF_PKGTony Luck1-0/+13
2026-01-09x86/resctrl: Read telemetry eventsTony Luck1-0/+5
2026-01-09x86/resctrl: Discover hardware telemetry eventsTony Luck1-0/+8
2026-01-05x86,fs/resctrl: Rename some L3 specific functionsTony Luck1-1/+1
2026-01-05x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domainTony Luck1-8/+8
2025-11-21x86,fs/resctrl: Implement "io_alloc" enable/disable handlersBabu Moger1-0/+5
2025-09-15x86/resctrl: Configure mbm_event mode if supportedBabu Moger1-0/+1
2025-09-15x86/resctrl: Implement resctrl_arch_reset_cntr() and resctrl_arch_cntr_read()Babu Moger1-0/+6
2025-09-15x86/resctrl: Add data structures and definitions for ABMC assignmentBabu Moger1-0/+36
2025-09-15x86/resctrl: Add support to enable/disable AMD ABMC featureBabu Moger1-0/+5
2025-09-15x86,fs/resctrl: Prepare for more monitor eventsTony Luck1-4/+4
2025-05-16x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrlJames Morse1-363/+8
2025-05-16x86/resctrl: Move the filesystem bits to headers visible to fs/resctrlJames Morse1-9/+0
2025-05-16fs/resctrl: Add boiler plate for external resctrl codeJames Morse1-2/+0
2025-05-16x86/resctrl: Expand the width of domid by replacing mon_data_bitsJames Morse1-20/+19
2025-05-15x86/resctrl: Drop __init/__exit on assorted symbolsJames Morse1-2/+2
2025-05-15x86/resctrl: Optimize cpumask_any_housekeeping()Yury Norov [NVIDIA]1-21/+7
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+5
2025-03-12x86/resctrl: Move get_{mon,ctrl}_domain_from_cpu() to live with their callersJames Morse1-2/+0
2025-03-12x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plrJames Morse1-37/+0
2025-03-12x86/resctrl: Allow an architecture to disable pseudo lockJames Morse1-8/+41
2025-03-12x86/resctrl: Move mbm_cfg_mask to struct rdt_resourceJames Morse1-3/+0
2025-03-12x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.hJames Morse1-27/+0
2025-03-12x86/resctrl: Rewrite and move the for_each_*_rdt_resource() walkersJames Morse1-29/+0
2025-03-12x86/resctrl: Move monitor init work to a resctrl init callJames Morse1-1/+2
2025-03-12x86/resctrl: Move monitor exit work to a resctrl exit callJames Morse1-1/+1
2025-03-12x86/resctrl: Move resctrl types to a separate headerJames Morse1-24/+0
2025-03-12x86/resctrl: Move rdt_find_domain() to be visible to arch and fs codeJames Morse1-2/+0
2025-03-12x86/resctrl: Expose resctrl fs's init function to the rest of the kernelJames Morse1-3/+0
2025-03-12x86/resctrl: Remove data_width and the tabular formatJames Morse1-1/+1
2025-03-12x86/resctrl: Use schema type to determine how to parse schema valuesJames Morse1-10/+0
2025-03-12x86/resctrl: Add a helper to avoid reaching into the arch code resource listJames Morse1-10/+0
2025-02-15kernfs: Use RCU to access kernfs_node::name.Sebastian Andrzej Siewior1-0/+5
2024-12-12x86/resctrl: Add write option to "mba_MBps_event" fileTony Luck1-0/+2
2024-12-12x86/resctrl: Add "mba_MBps_event" file to CTRL_MON directoriesTony Luck1-0/+2
2024-12-10x86/resctrl: Prepare for per-CTRL_MON group mba_MBps controlTony Luck1-1/+3
2024-12-09x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflagsBabu Moger1-2/+1
2024-07-02x86/resctrl: Enable shared RMID mode on Sub-NUMA Cluster (SNC) systemsTony Luck1-0/+2
2024-07-02x86/resctrl: Fill out rmid_read structure for smp_call*() to read a counterTony Luck1-1/+1
2024-07-02x86/resctrl: Allocate a new field in union mon_data_bitsTony Luck1-7/+13
2024-07-02x86/resctrl: Add a new field to struct rmid_read for summation of domainsTony Luck1-0/+19
2024-07-02x86/resctrl: Split the rdt_domain and rdt_hw_domain structuresTony Luck1-23/+39
2024-07-02x86/resctrl: Prepare for different scope for control/monitor operationsTony Luck1-3/+4
2024-04-24x86/resctrl: Simplify call convention for MSR update functionsTony Luck1-2/+1
2024-04-24x86/resctrl: Pass domain to target CPUTony Luck1-0/+2
2024-04-03x86/resctrl: Fix uninitialized memory read when last CPU of domain goes offlineReinette Chatre1-1/+2
2024-02-16x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPUJames Morse1-7/+26