aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/resctrl/rdtgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-27Merge tag 'x86_cache_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4157/+7
2025-05-16x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrlJames Morse1-4319/+2
2025-05-16x86/resctrl: Prefer alloc(sizeof(*foo)) idiom in rdt_init_fs_context()Dave Martin1-1/+1
2025-05-16x86/resctrl: Squelch whitespace anomalies in resctrl core codeDave Martin1-7/+5
2025-05-16x86/resctrl: Move the filesystem bits to headers visible to fs/resctrlJames Morse1-0/+5
2025-05-16fs/resctrl: Add boiler plate for external resctrl codeJames Morse1-1/+1
2025-05-16x86/resctrl: Expand the width of domid by replacing mon_data_bitsJames Morse1-7/+72
2025-05-16x86/resctrl: Move is_mba_sc() out of core.cJames Morse1-0/+15
2025-05-15x86/resctrl: Drop __init/__exit on assorted symbolsJames Morse1-4/+4
2025-05-15x86/resctrl: Resctrl_exit() teardown resctrl but leave the mount pointJames Morse1-8/+40
2025-05-15x86/resctrl: Check all domains are offline in resctrl_exit()James Morse1-0/+33
2025-05-15x86/resctrl: Rename resctrl_sched_in() to begin with "resctrl_arch_"James Morse1-6/+6
2025-05-15x86/resctrl: Remove the limit on the number of CLOSIDAmit Singh Tomar1-16/+35
2025-05-02x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)Xin Li (Intel)1-1/+1
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-0/+1
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar1-21/+27
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar1-2/+2
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar1-1/+1
2025-04-09x86/resctrl: Fix rdtgroup_mkdir()'s unlocked use of kernfs_node::nameJames Morse1-21/+27
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-25/+48
2025-03-12x86/resctrl: Move get_{mon,ctrl}_domain_from_cpu() to live with their callersJames Morse1-0/+16
2025-03-12x86/resctrl: Handle throttle_mode for SMBA resourcesJames Morse1-6/+27
2025-03-12x86/resctrl: Move RFTYPE flags to be managed by resctrlJames Morse1-0/+12
2025-03-12x86/resctrl: Allow an architecture to disable pseudo lockJames Morse1-1/+2
2025-03-12x86/resctrl: Move mbm_cfg_mask to struct rdt_resourceJames Morse1-3/+2
2025-03-12x86/resctrl: Change mon_event_config_{read,write}() to be arch helpersJames Morse1-23/+23
2025-03-12x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.hJames Morse1-14/+26
2025-03-12x86/resctrl: Move monitor init work to a resctrl init callJames Morse1-1/+21
2025-03-12x86/resctrl: Move monitor exit work to a resctrl exit callJames Morse1-0/+2
2025-03-12x86/resctrl: Add an arch helper to reset one resourceJames Morse1-4/+5
2025-03-12x86/resctrl: Expose resctrl fs's init function to the rest of the kernelJames Morse1-4/+4
2025-03-12x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()James Morse1-4/+13
2025-03-12x86/resctrl: Add helper for setting CPU default propertiesJames Morse1-6/+14
2025-03-12x86/resctrl: Generate default_ctrl instead of sharing itJames Morse1-3/+3
2025-03-12x86/resctrl: Remove data_width and the tabular formatJames Morse1-2/+8
2025-03-12x86/resctrl: Use schema type to determine the schema format stringJames Morse1-0/+14
2025-03-12x86/resctrl: Remove fflags from struct rdt_resourceJames Morse1-2/+16
2025-03-12x86/resctrl: Add a helper to avoid reaching into the arch code resource listJames Morse1-7/+7
2025-03-12x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitorsJames Morse1-1/+2
2025-02-15kernfs: Use RCU to access kernfs_node::name.Sebastian Andrzej Siewior1-5/+5
2025-02-15kernfs: Use RCU to access kernfs_node::parent.Sebastian Andrzej Siewior1-21/+44
2024-12-12x86/resctrl: Add write option to "mba_MBps_event" fileTony Luck1-1/+2
2024-12-12x86/resctrl: Add "mba_MBps_event" file to CTRL_MON directoriesTony Luck1-0/+10
2024-12-10x86/resctrl: Make mba_sc use total bandwidth if local is not supportedTony Luck1-2/+2
2024-12-10x86/resctrl: Prepare for per-CTRL_MON group mba_MBps controlTony Luck1-0/+13
2024-12-09x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflagsBabu Moger1-13/+2
2024-10-14x86/resctrl: Slightly clean-up mbm_config_show()Christophe JAILLET1-1/+1
2024-07-02x86/resctrl: Fill out rmid_read structure for smp_call*() to read a counterTony Luck1-1/+1
2024-07-02x86/resctrl: Handle removing directories in Sub-NUMA Cluster (SNC) modeTony Luck1-6/+29
2024-07-02x86/resctrl: Create Sub-NUMA Cluster (SNC) monitor filesTony Luck1-16/+46