summaryrefslogtreecommitdiff
path: root/kernel/sched/ext/sub.c
AgeCommit message (Expand)Author
3 daystreewide: refresh kmalloc_obj() conversionsKees Cook
2026-08-17sched_ext: Merge branch 'for-7.3-arena-args' into for-7.3Tejun Heo
2026-08-15sched_ext: Move the config-off sub-cap kfunc stubs into sub.cTejun Heo
2026-08-15sched_ext: Rename balance-era identifiers to dispatch termsTejun Heo
2026-08-14sched_ext: Set up ops.sub_ecaps_updated() dispatch context on the executing CPUTejun Heo
2026-08-12sched_ext: Convert sub-cap kfuncs to __arena cmask argumentsTejun Heo
2026-08-12sched_ext: Pass kernel arena pointers to ops_cid callbacksTejun Heo
2026-08-12sched_ext: Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo
2026-08-03sched_ext: Eject the top rescue consumer on overloadTejun Heo
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-27sched_ext: Format bstr exit messages after claiming the exitTejun Heo
2026-07-27sched_ext: Make exit claiming lock-freeTejun Heo
2026-07-26sched_ext: Bound per-task reenqueues and eject the owning schedulerTejun Heo
2026-07-25sched_ext: Resolve most remaining scx_root accessesTejun Heo
2026-07-25sched_ext: Add scx_cgroup_sched() for cgrp->scx_sched readsTejun Heo
2026-07-22sched_ext: Fix stale errno in scx_sub_enable_workfn()Cui Jian
2026-07-21sched_ext: Build the cid tables privately and publish them with RCUTejun Heo
2026-07-19sched_ext: Hand over cgroups at sub-scheduler enable/disableTejun Heo
2026-07-19sched_ext: Re-home tasks on cgroup migrationTejun Heo
2026-07-19sched_ext: Factor out scx_rehome_task() and scx_punt_task()Tejun Heo
2026-07-17Merge branch 'for-7.2-fixes' into for-7.3Tejun 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-15sched_ext: Remove queued ecaps syncs directly on sched teardownTejun Heo
2026-07-13sched_ext: Add scx_bpf_sub_kill() to evict a child sub-schedulerTejun Heo
2026-07-13sched_ext: Replay ecaps notifications suppressed by bypassTejun Heo
2026-07-13sched_ext: Route ops.update_idle() to sub-schedulers and re-notify owed schedsTejun Heo
2026-07-13sched_ext: Authorize remote-move inserts against the placing schedulerTejun 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_IMMED capTejun 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: Stop resolving a disabled scheduler's programsTejun 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-13sched_ext: Defer scx_sched kobj sysfs add into the enable workfnsTejun Heo
2026-07-09Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo
2026-07-01sched_ext: Split sub-scheduler implementation into sub.cTejun Heo