summaryrefslogtreecommitdiff
path: root/tools/sched_ext/scx_flatcg.bpf.c
AgeCommit message (Expand)AuthorFilesLines
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-13tools/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-27scx_flatcg: Use a user DSQ for fallback instead of SCX_DSQ_GLOBALTejun Heo1-4/+13
2024-09-26tools/sched_ext: Receive misc updates from SCX repoTejun Heo1-3/+2
2024-09-26sched_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