summaryrefslogtreecommitdiff
path: root/kernel/sched/ext/sub.h
AgeCommit message (Expand)Author
2026-08-03sched_ext: Add bandwidth-limited rescue execution for stranded tasksTejun Heo
2026-08-03sched_ext: Make SCX_ENQ_IGNORE_CAPS waive the preemption cap tooTejun Heo
2026-08-03sched_ext: Rename scx_local_or_reject_dsq() to scx_resolve_local_dsq()Tejun Heo
2026-07-25sched_ext: Add scx_cgroup_sched() for cgrp->scx_sched readsTejun Heo
2026-07-15sched_ext: Add the scx_has_subs static key and gate sub-sched hot pathsTejun Heo
2026-07-15sched_ext: Move scx_dispatch_sched() to a new inlines.hTejun Heo
2026-07-13sched_ext: Replay ecaps notifications suppressed by bypassTejun Heo
2026-07-13sched_ext: Gate kicks on SCX_CAP_BASE and preemption on SCX_CAP_PREEMPTTejun Heo
2026-07-13sched_ext: Add the SCX_CAP_ENQ capTejun Heo
2026-07-13sched_ext: Tie cpu occupancy to SCX_CAP_BASE through the task sliceTejun Heo
2026-07-13sched_ext: Add the SCX_CAP_ENQ_IMMED capTejun Heo
2026-07-13sched_ext: Add SCX_ENQ_IGNORE_CAPS for in-place restoreTejun Heo
2026-07-13sched_ext: Add reject DSQ for cap-rejected dispatchesTejun Heo
2026-07-13sched_ext: Add sub_ecaps_updated() effective-cap change notifierTejun Heo
2026-07-13sched_ext: Maintain per-cpu effective cap copies for single-read checksTejun Heo
2026-07-13sched_ext: Add coalescing sub_caps_updated() notifier for sub-schedulersTejun Heo
2026-07-13sched_ext: Add per-shard cap delegation for sub-schedulersTejun Heo
2026-07-13sched_ext: Add scx_skip_subtree_pre()Tejun Heo
2026-07-13sched_ext: RCU-protect the sub-sched tree's children/sibling listsTejun Heo
2026-07-13sched_ext: Add per-shard scx_sched storage scaffoldingTejun Heo
2026-07-10sched_ext: Add tracepoint for scheduler exitPat Somaru
2026-07-01sched_ext: Split sub-scheduler implementation into sub.cTejun Heo