]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sched/cache: Allow the user space to turn on and off cache aware scheduling
authorChen Yu <yu.c.chen@intel.com>
Wed, 1 Apr 2026 21:52:31 +0000 (14:52 -0700)
committerPeter Zijlstra <peterz@infradead.org>
Thu, 9 Apr 2026 13:49:52 +0000 (15:49 +0200)
commit067a3135814334a8ea7241faef364cc48c6340bc
tree1de6541c8b8636d55d5a42afe0b4694ecba88796
parentd59f4fd1d303987f434bcf0b8191e89ca1d6a67c
sched/cache: Allow the user space to turn on and off cache aware scheduling

Provide a debugfs directory llc_balancing, and a knob named
"enabled" under it to allow the user to turn off and on the
cache aware scheduling at runtime.

Suggested-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Chen Yu <yu.c.chen@intel.com>
Signed-off-by: Tim Chen <tim.c.chen@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://patch.msgid.link/0aa56f7fc48db2f8f700cd1aa34dedd0ec88351b.1775065312.git.tim.c.chen@linux.intel.com
kernel/sched/debug.c
kernel/sched/sched.h
kernel/sched/topology.c