aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/ext/sub.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-17sched_ext: Merge branch 'for-7.3-arena-args' into for-7.3Tejun Heo1-32/+29
2026-08-15sched_ext: Move the config-off sub-cap kfunc stubs into sub.cTejun Heo1-0/+33
2026-08-15sched_ext: Rename balance-era identifiers to dispatch termsTejun Heo1-4/+4
2026-08-14sched_ext: Set up ops.sub_ecaps_updated() dispatch context on the executing CPUTejun Heo1-1/+5
2026-08-12sched_ext: Convert sub-cap kfuncs to __arena cmask argumentsTejun Heo1-25/+24
2026-08-12sched_ext: Pass kernel arena pointers to ops_cid callbacksTejun Heo1-3/+1
2026-08-12sched_ext: Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo1-4/+4
2026-08-03sched_ext: Eject the top rescue consumer on overloadTejun Heo1-11/+126
2026-08-03sched_ext: Add bandwidth-limited rescue execution for stranded tasksTejun Heo1-15/+361
2026-08-03sched_ext: Make SCX_ENQ_IGNORE_CAPS waive the preemption cap tooTejun Heo1-1/+1
2026-08-03sched_ext: Rename scx_local_or_reject_dsq() to scx_resolve_local_dsq()Tejun Heo1-3/+3
2026-07-27sched_ext: Format bstr exit messages after claiming the exitTejun Heo1-6/+1
2026-07-27sched_ext: Make exit claiming lock-freeTejun Heo1-5/+7
2026-07-26sched_ext: Bound per-task reenqueues and eject the owning schedulerTejun Heo1-3/+3
2026-07-25sched_ext: Resolve most remaining scx_root accessesTejun Heo1-7/+10
2026-07-25sched_ext: Add scx_cgroup_sched() for cgrp->scx_sched readsTejun Heo1-7/+9
2026-07-22sched_ext: Fix stale errno in scx_sub_enable_workfn()Cui Jian1-0/+2
2026-07-21sched_ext: Build the cid tables privately and publish them with RCUTejun Heo1-11/+31
2026-07-19sched_ext: Hand over cgroups at sub-scheduler enable/disableTejun Heo1-0/+199
2026-07-19sched_ext: Re-home tasks on cgroup migrationTejun Heo1-6/+129
2026-07-19sched_ext: Factor out scx_rehome_task() and scx_punt_task()Tejun Heo1-28/+56
2026-07-17Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo1-7/+28
2026-07-15sched_ext: Add the scx_has_subs static key and gate sub-sched hot pathsTejun Heo1-2/+19
2026-07-15sched_ext: Move scx_dispatch_sched() to a new inlines.hTejun Heo1-0/+1
2026-07-15sched_ext: Remove queued ecaps syncs directly on sched teardownTejun Heo1-25/+42
2026-07-13sched_ext: Add scx_bpf_sub_kill() to evict a child sub-schedulerTejun Heo1-0/+57
2026-07-13sched_ext: Replay ecaps notifications suppressed by bypassTejun Heo1-0/+35
2026-07-13sched_ext: Route ops.update_idle() to sub-schedulers and re-notify owed schedsTejun Heo1-1/+23
2026-07-13sched_ext: Authorize remote-move inserts against the placing schedulerTejun Heo1-2/+7
2026-07-13sched_ext: Gate kicks on SCX_CAP_BASE and preemption on SCX_CAP_PREEMPTTejun Heo1-4/+15
2026-07-13sched_ext: Add the SCX_CAP_ENQ_IMMED capTejun Heo1-0/+8
2026-07-13sched_ext: Add reject DSQ for cap-rejected dispatchesTejun Heo1-1/+126
2026-07-13sched_ext: Add sub_ecaps_updated() effective-cap change notifierTejun Heo1-10/+119
2026-07-13sched_ext: Maintain per-cpu effective cap copies for single-read checksTejun Heo1-2/+131
2026-07-13sched_ext: Add coalescing sub_caps_updated() notifier for sub-schedulersTejun Heo1-7/+171
2026-07-13sched_ext: Add per-shard cap delegation for sub-schedulersTejun Heo1-8/+334
2026-07-13sched_ext: Stop resolving a disabled scheduler's programsTejun Heo1-0/+9
2026-07-13sched_ext: Add scx_skip_subtree_pre()Tejun Heo1-9/+28
2026-07-13sched_ext: RCU-protect the sub-sched tree's children/sibling listsTejun Heo1-4/+7
2026-07-13sched_ext: Add per-shard scx_sched storage scaffoldingTejun Heo1-0/+54
2026-07-13sched_ext: Defer scx_sched kobj sysfs add into the enable workfnsTejun Heo1-1/+7
2026-07-09Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo1-0/+6
2026-07-01sched_ext: Split sub-scheduler implementation into sub.cTejun Heo1-0/+668