summaryrefslogtreecommitdiff
path: root/tools/sched_ext/scx_central.bpf.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-31sched_ext: Fix timer pinning and return value in scx_centralWanwu Li1-1/+5
2026-04-17tools/sched_ext: Handle migration-disabled tasks in scx_centralCheng-Yang Chou1-3/+7
2026-03-27scx_central: Defer timer start to central dispatch to fix init errorZhao Mengmeng1-20/+42
2026-03-13sched_ext: Add enq_flags to scx_bpf_dsq_move_to_local()Tejun Heo1-2/+2
2026-01-12sched_ext: Add error logging for dsq creation failuresGeorge Guo1-1/+3
2025-08-11tools/sched_ext: Receive updates from SCX repoAndrea Righi1-1/+1
2025-01-10sched_ext: Use time helpers in BPF schedulersChangwoo Min1-6/+1
2025-01-10sched_ext: Replace bpf_ktime_get_ns() to scx_bpf_now()Changwoo Min1-2/+2
2024-12-12tools/sched_ext: Receive updates from SCX repoTejun Heo1-1/+1
2024-11-11sched_ext: Rename scx_bpf_consume() to scx_bpf_dsq_move_to_local()Tejun Heo1-2/+2
2024-11-11sched_ext: Rename scx_bpf_dispatch[_vtime]() to scx_bpf_dsq_insert[_vtime]()Tejun Heo1-5/+5
2024-08-27scx_central: Fix smatch checker warningTejun Heo1-1/+1
2024-06-18sched_ext: Implement tickless supportTejun Heo1-6/+153
2024-06-18sched_ext: Add a central scheduler which makes all scheduling decisions on on...Tejun Heo1-0/+214