summaryrefslogtreecommitdiff
path: root/tools/sched_ext/scx_flatcg.bpf.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-31sched_ext: Fix vtime delta loss in scx_flatcg cgroup migrationWanwu Li1-1/+1
2026-08-14sched_ext/scx_flatcg: Fix cvtime true-up on slice expiryTao Cui1-3/+11
2026-08-14sched_ext/scx_flatcg: expire cached hweights on weight changesTao Cui1-0/+3
2026-06-24sched_ext/scx_flatcg: Fix cvtime_delta race and add hweight scaling to bypass...Wanwu Li1-2/+3
2026-03-21tools/sched_ext: Update stale scx_ops_error() comment in fcg_cgroup_move()Ke Zhao1-1/+1
2026-03-17sched_ext: Fix typos in commentszhidao su1-1/+1
2026-03-14sched_ext: Update demo schedulers and selftests to use scx_bpf_task_set_dsq_v...Cheng-Yang Chou1-5/+7
2026-03-13sched_ext: Add enq_flags to scx_bpf_dsq_move_to_local()Tejun Heo1-3/+3
2026-03-09sched_ext: remove SCX_OPS_HAS_CGROUP_WEIGHTZhao Mengmeng1-1/+1
2026-02-01tools/sched_ext: Add error logging for dsq creation failures in remaining sch...zhidao su1-1/+9
2026-01-12sched_ext: Add error logging for dsq creation failuresGeorge Guo1-1/+3
2025-10-13tools/sched_ext: Strip compatibility macros for cgroup and dispatch APIsTejun Heo1-5/+5
2025-08-11tools/sched_ext: Receive updates from SCX repoAndrea Righi1-1/+1
2025-04-08sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecationTejun Heo1-1/+1
2025-01-10sched_ext: Use time helpers in BPF schedulersChangwoo Min1-13/+8
2025-01-10sched_ext: Replace bpf_ktime_get_ns() to scx_bpf_now()Changwoo Min1-1/+1
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-3/+3
2024-11-11sched_ext: Rename scx_bpf_dispatch[_vtime]() to scx_bpf_dsq_insert[_vtime]()Tejun Heo1-6/+8
2024-09-26scx_flatcg: Use a user DSQ for fallback instead of SCX_DSQ_GLOBALTejun Heo1-4/+13
2024-09-25tools/sched_ext: Receive misc updates from SCX repoTejun Heo1-3/+2
2024-09-25sched_ext: Add __COMPAT helpers for features added during v6.12 devel cycleTejun Heo1-5/+5
2024-09-04sched_ext: Add a cgroup scheduler which uses flattened hierarchyTejun Heo1-0/+949