summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/resctrl/internal.h
AgeCommit message (Expand)Author
2025-05-16x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrlJames Morse
2025-05-16x86/resctrl: Move the filesystem bits to headers visible to fs/resctrlJames Morse
2025-05-16fs/resctrl: Add boiler plate for external resctrl codeJames Morse
2025-05-16x86/resctrl: Expand the width of domid by replacing mon_data_bitsJames Morse
2025-05-15x86/resctrl: Drop __init/__exit on assorted symbolsJames Morse
2025-05-15x86/resctrl: Optimize cpumask_any_housekeeping()Yury Norov [NVIDIA]
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-03-12x86/resctrl: Move get_{mon,ctrl}_domain_from_cpu() to live with their callersJames Morse
2025-03-12x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plrJames Morse
2025-03-12x86/resctrl: Allow an architecture to disable pseudo lockJames Morse
2025-03-12x86/resctrl: Move mbm_cfg_mask to struct rdt_resourceJames Morse
2025-03-12x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.hJames Morse
2025-03-12x86/resctrl: Rewrite and move the for_each_*_rdt_resource() walkersJames Morse
2025-03-12x86/resctrl: Move monitor init work to a resctrl init callJames Morse
2025-03-12x86/resctrl: Move monitor exit work to a resctrl exit callJames Morse
2025-03-12x86/resctrl: Move resctrl types to a separate headerJames 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: Remove data_width and the tabular formatJames Morse
2025-03-12x86/resctrl: Use schema type to determine how to parse schema valuesJames Morse
2025-03-12x86/resctrl: Add a helper to avoid reaching into the arch code resource listJames Morse
2025-02-15kernfs: Use RCU to access kernfs_node::name.Sebastian Andrzej Siewior
2024-12-12x86/resctrl: Add write option to "mba_MBps_event" fileTony Luck
2024-12-12x86/resctrl: Add "mba_MBps_event" file to CTRL_MON directoriesTony 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-07-02x86/resctrl: Enable shared RMID mode on Sub-NUMA Cluster (SNC) systemsTony Luck
2024-07-02x86/resctrl: Fill out rmid_read structure for smp_call*() to read a counterTony Luck
2024-07-02x86/resctrl: Allocate a new field in union mon_data_bitsTony Luck
2024-07-02x86/resctrl: Add a new field to struct rmid_read for summation of domainsTony 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-04-24x86/resctrl: Simplify call convention for MSR update functionsTony Luck
2024-04-24x86/resctrl: Pass domain to target CPUTony Luck
2024-04-03x86/resctrl: Fix uninitialized memory read when last CPU of domain goes offlineReinette Chatre
2024-02-16x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPUJames Morse
2024-02-16x86/resctrl: Add helpers for system wide mon/alloc capableJames Morse
2024-02-16x86/resctrl: Move alloc/mon static keys into helpersJames Morse
2024-02-16x86/resctrl: Make resctrl_mounted checks explicitJames Morse
2024-02-16x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()James Morse
2024-02-16x86/resctrl: Add cpumask_any_housekeeping() for limbo/overflowJames Morse
2024-02-16x86/resctrl: Allocate the cleanest CLOSID by searching closid_num_dirty_rmidJames Morse
2024-02-16x86/resctrl: Allow RMID allocation to be scoped by CLOSIDJames Morse
2024-02-16x86/resctrl: Access per-rmid structures by indexJames Morse
2024-02-16x86/resctrl: Track the closid with the rmidJames Morse
2024-02-16x86/resctrl: Free rmid_ptrs from resctrl_exit()James Morse
2024-01-24x86/resctrl: Implement new mba_MBps throttling heuristicTony Luck
2024-01-23x86/resctrl: Read supported bandwidth sources from CPUIDBabu Moger
2024-01-23x86/resctrl: Remove hard-coded memory bandwidth limitBabu Moger
2023-10-17x86/resctrl: Display RMID of resource groupBabu Moger