aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/sched/ext/ext.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-08sched_ext: Preserve rq tracking across local DSQ dispatchAndrea Righi1-16/+20
2026-07-01sched_ext: Split sub-scheduler implementation into sub.cTejun Heo1-810/+1
2026-07-01sched_ext: Inline small ext.c helpers shared across the sub.c splitTejun Heo1-57/+0
2026-07-01sched_ext: Expose the ext.c internals used by the sub.c splitTejun Heo1-77/+39
2026-07-01sched_ext: Prefix file-local ext.c helpers exposed by the sub.c splitTejun Heo1-96/+96
2026-07-01sched_ext: Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo1-3/+17
2026-06-30sched_ext: Parenthesize local SCX_EVENT defines to fix checkpatch errorCheng-Yang Chou1-2/+2
2026-06-30sched_ext: Replace open-coded event lists with SCX_EVENTS_LISTCheng-Yang Chou1-51/+10
2026-06-30sched_ext: Don't warn on core-sched forced idle in put_prev_task_scx()Tejun Heo1-1/+6
2026-06-29sched_ext: Pin parent scx_sched across a child sub-scheduler's lifetimeTejun Heo1-2/+11
2026-06-24sched_ext, rcu: Upgrade RCU stall paths to report cpumask of stalled CPUsCheng-Yang Chou1-9/+64
2026-06-24sched_ext: Fix exit_cpu accuracy for lockup pathsCheng-Yang Chou1-6/+9
2026-06-24sched_ext: Remove deprecated scx_bpf_cpu_rq()Christian Loehle1-30/+0
2026-06-24sched_ext: Annotate ksyncs with __rcu in alloc/free_kick_syncs()Tejun Heo1-2/+2
2026-06-24sched_ext: Check remote rq eligibility under task's rq lockKuba Piecuch1-8/+16
2026-06-24sched_ext: Reset dsq_vtime and slice when a task leaves SCXAndrea Righi1-0/+7
2026-06-24sched_ext: Avoid flooding the log with deprecation warningsBreno Leitao1-2/+2
2026-06-22sched_ext: Move shared helpers from ext.c into internal.h and cid.hTejun Heo1-141/+0
2026-06-22sched_ext: Make kernel/sched/ext/ sources self-contained for clangdTejun Heo1-0/+13
2026-06-22sched_ext: Move sources under kernel/sched/ext/Tejun Heo1-0/+10882