index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
resctrl
Age
Commit message (
Expand
)
Author
Lines
2025-05-16
x86/resctrl: Relax some asm #includes
Dave Martin
-1
/
+2
2025-05-16
x86/resctrl: Prefer alloc(sizeof(*foo)) idiom in rdt_init_fs_context()
Dave Martin
-1
/
+1
2025-05-16
x86/resctrl: Squelch whitespace anomalies in resctrl core code
Dave Martin
-7
/
+5
2025-05-16
x86/resctrl: Move the filesystem bits to headers visible to fs/resctrl
James Morse
-9
/
+5
2025-05-16
fs/resctrl: Add boiler plate for external resctrl code
James Morse
-5
/
+3
2025-05-16
x86/resctrl: Split trace.h
James Morse
-22
/
+42
2025-05-16
x86/resctrl: Expand the width of domid by replacing mon_data_bits
James Morse
-36
/
+106
2025-05-16
x86/resctrl: Add end-marker to the resctrl_event_id enum
James Morse
-5
/
+4
2025-05-16
x86/resctrl: Move is_mba_sc() out of core.c
James Morse
-15
/
+15
2025-05-15
x86/resctrl: Drop __init/__exit on assorted symbols
James Morse
-10
/
+10
2025-05-15
x86/resctrl: Resctrl_exit() teardown resctrl but leave the mount point
James Morse
-8
/
+40
2025-05-15
x86/resctrl: Check all domains are offline in resctrl_exit()
James Morse
-0
/
+33
2025-05-15
x86/resctrl: Rename resctrl_sched_in() to begin with "resctrl_arch_"
James Morse
-6
/
+6
2025-05-15
x86/resctrl: Remove the limit on the number of CLOSID
Amit Singh Tomar
-16
/
+35
2025-05-15
x86/resctrl: Optimize cpumask_any_housekeeping()
Yury Norov [NVIDIA]
-21
/
+7
2025-05-02
x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
Xin Li (Intel)
-3
/
+3
2025-05-02
x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
Xin Li (Intel)
-1
/
+1
2025-05-02
x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
Xin Li (Intel)
-3
/
+3
2025-05-02
x86/msr: Convert the rdpmc() macro to an __always_inline function
Xin Li (Intel)
-6
/
+6
2025-05-02
x86/msr: Rename rdpmcl() to rdpmc()
Xin Li (Intel)
-6
/
+6
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
-0
/
+4
2025-05-02
Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflicts
Ingo Molnar
-21
/
+27
2025-04-10
x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'
Ingo Molnar
-1
/
+1
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
-6
/
+6
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
-3
/
+3
2025-04-09
x86/resctrl: Fix rdtgroup_mkdir()'s unlocked use of kernfs_node::name
James Morse
-21
/
+27
2025-04-01
Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-29
/
+63
2025-03-12
x86/resctrl: Move get_{mon,ctrl}_domain_from_cpu() to live with their callers
James Morse
-32
/
+32
2025-03-12
x86/resctrl: Move get_config_index() to a header
James Morse
-16
/
+3
2025-03-12
x86/resctrl: Handle throttle_mode for SMBA resources
James Morse
-6
/
+27
2025-03-12
x86/resctrl: Move RFTYPE flags to be managed by resctrl
James Morse
-3
/
+12
2025-03-12
x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plr
James Morse
-43
/
+6
2025-03-12
x86/resctrl: Make prefetch_disable_bits belong to the arch code
James Morse
-5
/
+8
2025-03-12
x86/resctrl: Allow an architecture to disable pseudo lock
James Morse
-11
/
+46
2025-03-12
x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functions
James Morse
-17
/
+19
2025-03-12
x86/resctrl: Move mbm_cfg_mask to struct rdt_resource
James Morse
-7
/
+3
2025-03-12
x86/resctrl: Move mba_mbps_default_event init to filesystem code
James Morse
-5
/
+5
2025-03-12
x86/resctrl: Change mon_event_config_{read,write}() to be arch helpers
James Morse
-23
/
+23
2025-03-12
x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMEC
James Morse
-11
/
+26
2025-03-12
x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.h
James Morse
-55
/
+40
2025-03-12
x86/resctrl: Rewrite and move the for_each_*_rdt_resource() walkers
James Morse
-29
/
+0
2025-03-12
x86/resctrl: Move monitor init work to a resctrl init call
James Morse
-11
/
+54
2025-03-12
x86/resctrl: Move monitor exit work to a resctrl exit call
James Morse
-9
/
+12
2025-03-12
x86/resctrl: Add an arch helper to reset one resource
James Morse
-4
/
+5
2025-03-12
x86/resctrl: Move resctrl types to a separate header
James Morse
-24
/
+0
2025-03-12
x86/resctrl: Move rdt_find_domain() to be visible to arch and fs code
James Morse
-37
/
+27
2025-03-12
x86/resctrl: Expose resctrl fs's init function to the rest of the kernel
James Morse
-14
/
+11
2025-03-12
x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()
James Morse
-4
/
+13
2025-03-12
x86/resctrl: Add helper for setting CPU default properties
James Morse
-6
/
+14
2025-03-12
x86/resctrl: Generate default_ctrl instead of sharing it
James Morse
-13
/
+11
[prev]
[next]