index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
resctrl
Age
Commit message (
Expand
)
Author
2025-06-16
x86,fs/resctrl: Remove inappropriate references to cacheinfo in the resctrl s...
Qinyun Tan
2025-05-27
Merge tag 'x86_cache_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-05-16
x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrl
James Morse
2025-05-16
x86/resctrl: Always initialise rid field in rdt_resources_all[]
James Morse
2025-05-16
x86/resctrl: Relax some asm #includes
Dave Martin
2025-05-16
x86/resctrl: Prefer alloc(sizeof(*foo)) idiom in rdt_init_fs_context()
Dave Martin
2025-05-16
x86/resctrl: Squelch whitespace anomalies in resctrl core code
Dave Martin
2025-05-16
x86/resctrl: Move the filesystem bits to headers visible to fs/resctrl
James Morse
2025-05-16
fs/resctrl: Add boiler plate for external resctrl code
James Morse
2025-05-16
x86/resctrl: Split trace.h
James Morse
2025-05-16
x86/resctrl: Expand the width of domid by replacing mon_data_bits
James Morse
2025-05-16
x86/resctrl: Add end-marker to the resctrl_event_id enum
James Morse
2025-05-16
x86/resctrl: Move is_mba_sc() out of core.c
James Morse
2025-05-15
x86/resctrl: Drop __init/__exit on assorted symbols
James Morse
2025-05-15
x86/resctrl: Resctrl_exit() teardown resctrl but leave the mount point
James Morse
2025-05-15
x86/resctrl: Check all domains are offline in resctrl_exit()
James Morse
2025-05-15
x86/resctrl: Rename resctrl_sched_in() to begin with "resctrl_arch_"
James Morse
2025-05-15
x86/resctrl: Remove the limit on the number of CLOSID
Amit Singh Tomar
2025-05-15
x86/resctrl: Optimize cpumask_any_housekeeping()
Yury Norov [NVIDIA]
2025-05-02
x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
Xin Li (Intel)
2025-05-02
x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
Xin Li (Intel)
2025-05-02
x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
Xin Li (Intel)
2025-05-02
x86/msr: Convert the rdpmc() macro to an __always_inline function
Xin Li (Intel)
2025-05-02
x86/msr: Rename rdpmcl() to rdpmc()
Xin Li (Intel)
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
2025-05-02
Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflicts
Ingo Molnar
2025-04-10
x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
2025-04-09
x86/resctrl: Fix rdtgroup_mkdir()'s unlocked use of kernfs_node::name
James Morse
2025-04-01
Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-03-12
x86/resctrl: Move get_{mon,ctrl}_domain_from_cpu() to live with their callers
James Morse
2025-03-12
x86/resctrl: Move get_config_index() to a header
James Morse
2025-03-12
x86/resctrl: Handle throttle_mode for SMBA resources
James Morse
2025-03-12
x86/resctrl: Move RFTYPE flags to be managed by resctrl
James Morse
2025-03-12
x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plr
James Morse
2025-03-12
x86/resctrl: Make prefetch_disable_bits belong to the arch code
James Morse
2025-03-12
x86/resctrl: Allow an architecture to disable pseudo lock
James Morse
2025-03-12
x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functions
James Morse
2025-03-12
x86/resctrl: Move mbm_cfg_mask to struct rdt_resource
James Morse
2025-03-12
x86/resctrl: Move mba_mbps_default_event init to filesystem code
James Morse
2025-03-12
x86/resctrl: Change mon_event_config_{read,write}() to be arch helpers
James Morse
2025-03-12
x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMEC
James Morse
2025-03-12
x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.h
James Morse
2025-03-12
x86/resctrl: Rewrite and move the for_each_*_rdt_resource() walkers
James Morse
2025-03-12
x86/resctrl: Move monitor init work to a resctrl init call
James Morse
2025-03-12
x86/resctrl: Move monitor exit work to a resctrl exit call
James Morse
2025-03-12
x86/resctrl: Add an arch helper to reset one resource
James Morse
2025-03-12
x86/resctrl: Move resctrl types to a separate header
James Morse
2025-03-12
x86/resctrl: Move rdt_find_domain() to be visible to arch and fs code
James Morse
[next]