summaryrefslogtreecommitdiff
path: root/kernel/sched/ext
AgeCommit message (Expand)Author
2026-07-22sched_ext: Mark waker CPU busy when selected in WAKE_SYNC caseKuba Piecuch
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-10sched_ext: Skip ops.set_weight() for disabled tasksKuba Piecuch
2026-07-09sched_ext: Fix premature ops->priv publication in scx_alloc_and_add_sched()Tejun Heo
2026-07-09sched_ext: Record an error on errno-only sub-enable failureTejun Heo
2026-07-08sched_ext: Enable tick for finite slices on nohz_fullAndrea Righi
2026-07-08sched_ext: Preserve rq tracking across local DSQ dispatchAndrea Righi
2026-06-30sched_ext: Don't warn on core-sched forced idle in put_prev_task_scx()Tejun Heo
2026-06-29sched_ext: Pin parent scx_sched across a child sub-scheduler's lifetimeTejun Heo
2026-06-24sched_ext: Annotate ksyncs with __rcu in alloc/free_kick_syncs()Tejun Heo
2026-06-24sched_ext: Check remote rq eligibility under task's rq lockKuba Piecuch
2026-06-24sched_ext: Reset dsq_vtime and slice when a task leaves SCXAndrea Righi
2026-06-24sched_ext: Avoid flooding the log with deprecation warningsBreno Leitao
2026-06-22sched_ext: Move shared helpers from ext.c into internal.h and cid.hTejun Heo
2026-06-22sched_ext: Make kernel/sched/ext/ sources self-contained for clangdTejun Heo
2026-06-22sched_ext: Move sources under kernel/sched/ext/Tejun Heo