aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/sched/ext/ext.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-19sched_ext: Deliver cgroup ops to each task_group's schedTejun Heo1-43/+114
2026-07-19sched_ext: Re-home tasks on cgroup migrationTejun Heo1-8/+21
2026-07-19sched_ext: Relocate scx_cgroup_enabledTejun Heo1-6/+12
2026-07-17Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo1-2/+21
2026-07-17sched_ext: Don't enable non-ext tasks in the sub-sched task loopsTejun Heo1-5/+16
2026-07-17sched_ext: Skip sub-disable teardown for never-linked sub-schedulersTejun Heo1-2/+12
2026-07-17sched_ext: Take cgroup_lock() first in scx_cgroup_lock()Tejun Heo1-2/+7
2026-07-17sched_ext: Reject setting disallow from init_task outside the enable pathTejun Heo1-0/+3
2026-07-15sched_ext: Add the scx_has_subs static key and gate sub-sched hot pathsTejun Heo1-0/+4
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-1/+1
2026-07-13sched_ext: Add scx_bpf_sub_kill() to evict a child sub-schedulerTejun Heo1-12/+16
2026-07-13sched_ext: Replay ecaps notifications suppressed by bypassTejun Heo1-1/+3
2026-07-13sched_ext: Route ops.update_idle() to sub-schedulers and re-notify owed schedsTejun Heo1-2/+38
2026-07-13sched_ext: Authorize remote-move inserts against the placing schedulerTejun Heo1-12/+16
2026-07-13sched_ext: Gate kicks on SCX_CAP_BASE and preemption on SCX_CAP_PREEMPTTejun Heo1-9/+25
2026-07-13sched_ext: Add the SCX_CAP_ENQ capTejun Heo1-0/+1
2026-07-13sched_ext: Tie cpu occupancy to SCX_CAP_BASE through the task sliceTejun Heo1-10/+190
2026-07-13sched_ext: Track the cpu a task is runnable onTejun Heo1-0/+9
2026-07-13sched_ext: Route task slice writes through set_task_slice()Tejun Heo1-13/+19
2026-07-13sched_ext: Assign a unique id to each scheduler instanceTejun Heo1-0/+4
2026-07-13sched_ext: Add the SCX_CAP_ENQ_IMMED capTejun Heo1-1/+1
2026-07-13sched_ext: Add SCX_ENQ_IGNORE_CAPS for in-place restoreTejun Heo1-2/+5
2026-07-13sched_ext: Add reject DSQ for cap-rejected dispatchesTejun Heo1-7/+35
2026-07-13sched_ext: Generalize local-DSQ handling to rq-owned DSQsTejun Heo1-12/+22
2026-07-13sched_ext: Add sub_ecaps_updated() effective-cap change notifierTejun Heo1-2/+11
2026-07-13sched_ext: Maintain per-cpu effective cap copies for single-read checksTejun Heo1-0/+10
2026-07-13sched_ext: Add coalescing sub_caps_updated() notifier for sub-schedulersTejun Heo1-2/+11
2026-07-13sched_ext: Add per-shard cap delegation for sub-schedulersTejun Heo1-3/+74
2026-07-13sched_ext: Stop resolving a disabled scheduler's programsTejun Heo1-0/+8
2026-07-13sched_ext: RCU-protect the sub-sched tree's children/sibling listsTejun Heo1-3/+15
2026-07-13sched_ext: Build the set_cmask scratch from trusted geometryTejun Heo1-4/+7
2026-07-13sched_ext: Add per-shard scx_sched storage scaffoldingTejun Heo1-0/+8
2026-07-13sched_ext: Defer scx_sched kobj sysfs add into the enable workfnsTejun Heo1-28/+45
2026-07-13sched_ext: Add CID shardingTejun Heo1-0/+4
2026-07-13sched_ext: Add ops.init_cids() to finalize the cid layout before initTejun Heo1-10/+31
2026-07-13sched_ext: Make the kick machinery per-schedTejun Heo1-31/+90
2026-07-13sched_ext: Assert per-task ops run on the task's ownerTejun Heo1-7/+13
2026-07-10sched_ext: Skip ops.set_weight() for disabled tasksKuba Piecuch1-0/+11
2026-07-10sched_ext: Add tracepoint for scheduler exitPat Somaru1-0/+2
2026-07-09sched_ext: Keep rq tracking accurate in the consume pathAndrea Righi1-13/+13
2026-07-09sched_ext: Make scx_bpf_kick_cid() return voidTejun Heo1-6/+5
2026-07-09sched_ext: Reject direct slice and dsq_vtime writes for cid-form schedulersTejun Heo1-12/+32
2026-07-09sched_ext: Rename extra_enq_flags to remote_activate_enq_flagsTejun Heo1-5/+5
2026-07-09sched_ext: Add SCX_CALL_CID_OP_TASK() for cid-form op dispatchTejun Heo1-11/+3
2026-07-09Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo1-34/+67
2026-07-09sched_ext: Fix premature ops->priv publication in scx_alloc_and_add_sched()Tejun Heo1-6/+12
2026-07-09sched_ext: Record an error on errno-only sub-enable failureTejun Heo1-0/+6
2026-07-09sched_ext: Fix typo in scx_bpf_dsq_insert() commentLiang Luo1-1/+1
2026-07-08sched_ext: Enable tick for finite slices on nohz_fullAndrea Righi1-12/+35