]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools/sched_ext: add arena based scheduler
authorEmil Tsalapatis <emil@etsalapatis.com>
Fri, 23 Jan 2026 03:26:05 +0000 (22:26 -0500)
committerTejun Heo <tj@kernel.org>
Wed, 28 Jan 2026 01:43:34 +0000 (15:43 -1000)
commit36929ebd17ae66ed3acde9056a9daf611d81a2e5
tree536554ae50801ee49a22c47e2392a83386545dd2
parentf0262b102c7ce43f3744bdb0278ddf0d15bb1a71
tools/sched_ext: add arena based scheduler

Add a scheduler that uses BPF arenas to manage task context data.

Signed-off-by: Emil Tsalapatis <emil@etsalapatis.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
tools/sched_ext/Makefile
tools/sched_ext/scx_sdt.bpf.c [new file with mode: 0644]
tools/sched_ext/scx_sdt.c [new file with mode: 0644]
tools/sched_ext/scx_sdt.h [new file with mode: 0644]