]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sched/cache: Assign preferred LLC ID to processes
authorTim Chen <tim.c.chen@linux.intel.com>
Wed, 1 Apr 2026 21:52:18 +0000 (14:52 -0700)
committerPeter Zijlstra <peterz@infradead.org>
Thu, 9 Apr 2026 13:49:49 +0000 (15:49 +0200)
commit47d8696b95f7397fe7cad2d194d550ffe82efc15
tree4411dcfa3834b48c5d2d975685fbbc9041f818fb
parentb5ea300a17e37eada7a98561fbd34a3054578713
sched/cache: Assign preferred LLC ID to processes

With cache-aware scheduling enabled, each task is assigned a
preferred LLC ID. This allows quick identification of the LLC domain
where the task prefers to run, similar to numa_preferred_nid in
NUMA balancing.

Co-developed-by: Chen Yu <yu.c.chen@intel.com>
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/f2ceecba5858680349ad4ce9303a2121f0bb7272.1775065312.git.tim.c.chen@linux.intel.com
include/linux/sched.h
init/init_task.c
kernel/sched/fair.c