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