summaryrefslogtreecommitdiff
path: root/kernel/sched/ext
AgeCommit message (Expand)Author
2026-07-24sched_ext: Gate scx_bpf_cidperf_set() behind a new SCX_CAP_PERFTejun Heo
2026-07-24sched_ext: Factor out scx_cpuperf_set()Tejun Heo
2026-07-24sched_ext: Count kicks denied for lacking baseline cid accessTejun Heo
2026-07-24sched_ext: Gate local DSQ reenq on baseline cid accessTejun Heo
2026-07-23sched_ext: Fix incorrect SCX_PICK_IDLE_CPU_* flag prefix in kernel-docLiang Luo
2026-07-23sched_ext: Repair kernel-doc commentsRandy Dunlap
2026-07-22sched_ext: Fix stale errno in scx_sub_enable_workfn()Cui Jian
2026-07-22sched_ext: Mark waker CPU busy when selected in WAKE_SYNC caseKuba Piecuch
2026-07-21sched_ext: Build the cid tables privately and publish them with RCUTejun Heo
2026-07-21sched_ext: Drop unused scx_cpumask_to_cmask()Tejun Heo
2026-07-21sched_ext: Skip the default CPU selection while bypassingTejun Heo
2026-07-21sched_ext: Blame the DSQ's owning scheduler for a runnable stallTejun Heo
2026-07-19sched_ext: Rename the cid-form cgroup ops to cpuctl_*Tejun Heo
2026-07-19sched_ext: Hand over cgroups at sub-scheduler enable/disableTejun Heo
2026-07-19sched_ext: Deliver cgroup ops to each task_group's schedTejun Heo
2026-07-19sched_ext: Re-home tasks on cgroup migrationTejun Heo
2026-07-19sched_ext: Relocate scx_cgroup_enabledTejun 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-17sched_ext: Don't enable non-ext tasks in the sub-sched task loopsTejun Heo
2026-07-17sched_ext: Skip sub-disable teardown for never-linked sub-schedulersTejun Heo
2026-07-17sched_ext: Take cgroup_lock() first in scx_cgroup_lock()Tejun Heo
2026-07-17sched_ext: Reject setting disallow from init_task outside the enable pathTejun Heo
2026-07-15sched_ext: Add the scx_has_subs static key and gate sub-sched hot pathsTejun Heo
2026-07-15sched_ext: Gate sub_dispatch_prev with CONFIG_EXT_SUB_SCHEDTejun 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 capTejun Heo
2026-07-13sched_ext: Tie cpu occupancy to SCX_CAP_BASE through the task sliceTejun Heo
2026-07-13sched_ext: Track the cpu a task is runnable onTejun Heo
2026-07-13sched_ext: Route task slice writes through set_task_slice()Tejun Heo
2026-07-13sched_ext: Assign a unique id to each scheduler instanceTejun 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: Generalize local-DSQ handling to rq-owned DSQsTejun 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: Build the set_cmask scratch from trusted geometryTejun Heo
2026-07-13sched_ext: Add scx_cmask_ref for validated arena cmask accessTejun Heo