index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
resctrl
/
monitor.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-27
Merge tag 'x86_cache_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-911
/
+7
2025-05-16
x86,fs/resctrl: Move the resctrl filesystem code to live in /fs/resctrl
James Morse
1
-907
/
+2
2025-05-16
fs/resctrl: Add boiler plate for external resctrl code
James Morse
1
-1
/
+1
2025-05-16
x86/resctrl: Split trace.h
James Morse
1
-1
/
+3
2025-05-16
x86/resctrl: Add end-marker to the resctrl_event_id enum
James Morse
1
-5
/
+4
2025-05-15
x86/resctrl: Drop __init/__exit on assorted symbols
James Morse
1
-1
/
+1
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
1
-0
/
+1
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
1
-1
/
+1
2025-03-12
x86/resctrl: Move get_{mon,ctrl}_domain_from_cpu() to live with their callers
James Morse
1
-0
/
+16
2025-03-12
x86/resctrl: Move mbm_cfg_mask to struct rdt_resource
James Morse
1
-1
/
+1
2025-03-12
x86/resctrl: Move mba_mbps_default_event init to filesystem code
James Morse
1
-0
/
+5
2025-03-12
x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMEC
James Morse
1
-11
/
+11
2025-03-12
x86/resctrl: Move the is_mbm_*_enabled() helpers to asm/resctrl.h
James Morse
1
-8
/
+8
2025-03-12
x86/resctrl: Move monitor init work to a resctrl init call
James Morse
1
-9
/
+31
2025-03-12
x86/resctrl: Move monitor exit work to a resctrl exit call
James Morse
1
-3
/
+9
2025-03-12
x86/resctrl: Expose resctrl fs's init function to the rest of the kernel
James Morse
1
-1
/
+1
2025-03-12
x86/resctrl: Add a helper to avoid reaching into the arch code resource list
James Morse
1
-4
/
+4
2024-12-10
x86/resctrl: Compute memory bandwidth for all supported events
Tony Luck
1
-39
/
+33
2024-12-10
x86/resctrl: Modify update_mba_bw() to use per CTRL_MON group event
Tony Luck
1
-7
/
+9
2024-12-09
x86/resctrl: Introduce resctrl_file_fflags_init() to initialize fflags
Babu Moger
1
-2
/
+4
2024-11-06
x86/resctrl: Support Sub-NUMA cluster mode SNC6
Tony Luck
1
-1
/
+2
2024-07-16
Merge tag 'x86_cache_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-44
/
+206
2024-07-02
x86/resctrl: Detect Sub-NUMA Cluster (SNC) mode
Tony Luck
1
-0
/
+66
2024-07-02
x86/resctrl: Enable shared RMID mode on Sub-NUMA Cluster (SNC) systems
Tony Luck
1
-0
/
+20
2024-07-02
x86/resctrl: Make __mon_event_count() handle sum domains
Tony Luck
1
-9
/
+42
2024-07-02
x86/resctrl: Initialize on-stack struct rmid_read instances
Tony Luck
1
-2
/
+1
2024-07-02
x86/resctrl: Introduce snc_nodes_per_l3_cache
Tony Luck
1
-6
/
+50
2024-07-02
x86/resctrl: Split the rdt_domain and rdt_hw_domain structures
Tony Luck
1
-20
/
+20
2024-07-02
x86/resctrl: Prepare for different scope for control/monitor operations
Tony Luck
1
-2
/
+2
2024-07-02
x86/resctrl: Prepare to split rdt_domain structure
Tony Luck
1
-7
/
+7
2024-06-19
x86/resctrl: Don't try to free nonexistent RMIDs
Dave Martin
1
-1
/
+2
2024-04-24
x86/resctrl: Add tracepoint for llc_occupancy tracking
Haifeng Xu
1
-0
/
+11
2024-02-19
x86/resctrl: Separate arch and fs resctrl locks
James Morse
1
-0
/
+8
2024-02-16
x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPU
James Morse
1
-9
/
+33
2024-02-16
x86/resctrl: Add helpers for system wide mon/alloc capable
James Morse
1
-2
/
+2
2024-02-16
x86/resctrl: Make resctrl_mounted checks explicit
James Morse
1
-2
/
+10
2024-02-16
x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()
James Morse
1
-3
/
+32
2024-02-16
x86/resctrl: Allow resctrl_arch_rmid_read() to sleep
James Morse
1
-20
/
+5
2024-02-16
x86/resctrl: Queue mon_event_read() instead of sending an IPI
James Morse
1
-1
/
+1
2024-02-16
x86/resctrl: Add cpumask_any_housekeeping() for limbo/overflow
James Morse
1
-7
/
+13
2024-02-16
x86/resctrl: Allocate the cleanest CLOSID by searching closid_num_dirty_rmid
James Morse
1
-0
/
+45
2024-02-16
x86/resctrl: Track the number of dirty RMID a CLOSID has
James Morse
1
-10
/
+65
2024-02-16
x86/resctrl: Allow RMID allocation to be scoped by CLOSID
James Morse
1
-9
/
+34
2024-02-16
x86/resctrl: Access per-rmid structures by index
James Morse
1
-32
/
+66
2024-02-16
x86/resctrl: Track the closid with the rmid
James Morse
1
-26
/
+47
2024-02-16
x86/resctrl: Free rmid_ptrs from resctrl_exit()
James Morse
1
-0
/
+15
2024-01-24
x86/resctrl: Implement new mba_MBps throttling heuristic
Tony Luck
1
-32
/
+10
2024-01-23
x86/resctrl: Read supported bandwidth sources from CPUID
Babu Moger
1
-0
/
+6
2023-10-08
x86/resctrl: Fix kernel-doc warnings
Randy Dunlap
1
-5
/
+5
2023-04-28
Merge tag 'x86_cache_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-24
/
+19
[next]