summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/resctrl
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,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrlJames Morse
2025-05-16x86/resctrl: Always initialise rid field in rdt_resources_all[]James Morse
2025-05-16x86/resctrl: Relax some asm #includesDave Martin
2025-05-16x86/resctrl: Prefer alloc(sizeof(*foo)) idiom in rdt_init_fs_context()Dave Martin
2025-05-16x86/resctrl: Squelch whitespace anomalies in resctrl core codeDave Martin
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: Split trace.hJames Morse
2025-05-16x86/resctrl: Expand the width of domid by replacing mon_data_bitsJames Morse
2025-05-16x86/resctrl: Add end-marker to the resctrl_event_id enumJames 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-15x86/resctrl: Resctrl_exit() teardown resctrl but leave the mount pointJames Morse
2025-05-15x86/resctrl: Check all domains are offline in resctrl_exit()James Morse
2025-05-15x86/resctrl: Rename resctrl_sched_in() to begin with "resctrl_arch_"James Morse
2025-05-15x86/resctrl: Remove the limit on the number of CLOSIDAmit Singh Tomar
2025-05-15x86/resctrl: Optimize cpumask_any_housekeeping()Yury Norov [NVIDIA]
2025-05-02x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)Xin Li (Intel)
2025-05-02x86/msr: Convert __rdmsr() uses to native_rdmsrq() usesXin Li (Intel)
2025-05-02x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() usesXin Li (Intel)
2025-05-02x86/msr: Convert the rdpmc() macro to an __always_inline functionXin Li (Intel)
2025-05-02x86/msr: Rename rdpmcl() to rdpmc()Xin Li (Intel)
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar
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-04-09x86/resctrl: Fix rdtgroup_mkdir()'s unlocked use of kernfs_node::nameJames Morse
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: Move get_config_index() to a headerJames Morse
2025-03-12x86/resctrl: Handle throttle_mode for SMBA resourcesJames Morse
2025-03-12x86/resctrl: Move RFTYPE flags to be managed by resctrlJames Morse
2025-03-12x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plrJames Morse
2025-03-12x86/resctrl: Make prefetch_disable_bits belong to the arch codeJames Morse
2025-03-12x86/resctrl: Allow an architecture to disable pseudo lockJames Morse
2025-03-12x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functionsJames Morse
2025-03-12x86/resctrl: Move mbm_cfg_mask to struct rdt_resourceJames Morse
2025-03-12x86/resctrl: Move mba_mbps_default_event init to filesystem codeJames Morse
2025-03-12x86/resctrl: Change mon_event_config_{read,write}() to be arch helpersJames 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: 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: Add an arch helper to reset one resourceJames 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