开源镜像站
帮助
下载
动态
GitHub
index
:
linux.git
master
Linux kernel mainline source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
sched_ext
/
scx_flatcg.bpf.c
Age
Commit message (
Expand
)
Author
6 days
sched_ext: Fix vtime delta loss in scx_flatcg cgroup migration
Wanwu Li
2026-08-14
sched_ext/scx_flatcg: Fix cvtime true-up on slice expiry
Tao Cui
2026-08-14
sched_ext/scx_flatcg: expire cached hweights on weight changes
Tao Cui
2026-06-24
sched_ext/scx_flatcg: Fix cvtime_delta race and add hweight scaling to bypass...
Wanwu Li
2026-03-21
tools/sched_ext: Update stale scx_ops_error() comment in fcg_cgroup_move()
Ke Zhao
2026-03-17
sched_ext: Fix typos in comments
zhidao su
2026-03-14
sched_ext: Update demo schedulers and selftests to use scx_bpf_task_set_dsq_v...
Cheng-Yang Chou
2026-03-13
sched_ext: Add enq_flags to scx_bpf_dsq_move_to_local()
Tejun Heo
2026-03-09
sched_ext: remove SCX_OPS_HAS_CGROUP_WEIGHT
Zhao Mengmeng
2026-02-01
tools/sched_ext: Add error logging for dsq creation failures in remaining sch...
zhidao su
2026-01-12
sched_ext: Add error logging for dsq creation failures
George Guo
2025-10-13
tools/sched_ext: Strip compatibility macros for cgroup and dispatch APIs
Tejun Heo
2025-08-11
tools/sched_ext: Receive updates from SCX repo
Andrea Righi
2025-04-08
sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecation
Tejun Heo
2025-01-10
sched_ext: Use time helpers in BPF schedulers
Changwoo Min
2025-01-10
sched_ext: Replace bpf_ktime_get_ns() to scx_bpf_now()
Changwoo Min
2024-12-12
tools/sched_ext: Receive updates from SCX repo
Tejun Heo
2024-11-11
sched_ext: Rename scx_bpf_consume() to scx_bpf_dsq_move_to_local()
Tejun Heo
2024-11-11
sched_ext: Rename scx_bpf_dispatch[_vtime]() to scx_bpf_dsq_insert[_vtime]()
Tejun Heo
2024-09-26
scx_flatcg: Use a user DSQ for fallback instead of SCX_DSQ_GLOBAL
Tejun Heo
2024-09-25
tools/sched_ext: Receive misc updates from SCX repo
Tejun Heo
2024-09-25
sched_ext: Add __COMPAT helpers for features added during v6.12 devel cycle
Tejun Heo
2024-09-04
sched_ext: Add a cgroup scheduler which uses flattened hierarchy
Tejun Heo