index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
resctrl
/
rdtgroup.c
Age
Commit message (
Expand
)
Author
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: 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: Expand the width of domid by replacing mon_data_bits
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-02
x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
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()' 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: 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: Allow an architecture to disable pseudo lock
James Morse
2025-03-12
x86/resctrl: Move mbm_cfg_mask to struct rdt_resource
James Morse
2025-03-12
x86/resctrl: Change mon_event_config_{read,write}() to be arch helpers
James Morse
2025-03-12
x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.h
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: Expose resctrl fs's init function to the rest of the kernel
James Morse
2025-03-12
x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()
James Morse
2025-03-12
x86/resctrl: Add helper for setting CPU default properties
James Morse
2025-03-12
x86/resctrl: Generate default_ctrl instead of sharing it
James Morse
2025-03-12
x86/resctrl: Remove data_width and the tabular format
James Morse
2025-03-12
x86/resctrl: Use schema type to determine the schema format string
James Morse
2025-03-12
x86/resctrl: Remove fflags from struct rdt_resource
James Morse
2025-03-12
x86/resctrl: Add a helper to avoid reaching into the arch code resource list
James Morse
2025-03-12
x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors
James Morse
2025-02-15
kernfs: Use RCU to access kernfs_node::name.
Sebastian Andrzej Siewior
2025-02-15
kernfs: Use RCU to access kernfs_node::parent.
Sebastian Andrzej Siewior
2024-12-12
x86/resctrl: Add write option to "mba_MBps_event" file
Tony Luck
2024-12-12
x86/resctrl: Add "mba_MBps_event" file to CTRL_MON directories
Tony Luck
2024-12-10
x86/resctrl: Make mba_sc use total bandwidth if local is not supported
Tony Luck
2024-12-10
x86/resctrl: Prepare for per-CTRL_MON group mba_MBps control
Tony Luck
2024-12-09
x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflags
Babu Moger
2024-10-14
x86/resctrl: Slightly clean-up mbm_config_show()
Christophe JAILLET
2024-07-02
x86/resctrl: Fill out rmid_read structure for smp_call*() to read a counter
Tony Luck
2024-07-02
x86/resctrl: Handle removing directories in Sub-NUMA Cluster (SNC) mode
Tony Luck
2024-07-02
x86/resctrl: Create Sub-NUMA Cluster (SNC) monitor files
Tony Luck
[next]