summaryrefslogtreecommitdiff
path: root/kernel/sched/ext
AgeCommit message (Expand)Author
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-13sched_ext: Add shard boundaries to scx_bpf_cid_override()Tejun Heo
2026-07-13sched_ext: Add CID shardingTejun Heo
2026-07-13sched_ext: Add ops.init_cids() to finalize the cid layout before initTejun Heo
2026-07-13sched_ext: Make the kick machinery per-schedTejun Heo
2026-07-13sched_ext: Assert per-task ops run on the task's ownerTejun Heo
2026-07-10sched_ext: Skip ops.set_weight() for disabled tasksKuba Piecuch
2026-07-10sched_ext: Add tracepoint for scheduler exitPat Somaru
2026-07-09sched_ext: Keep rq tracking accurate in the consume pathAndrea Righi
2026-07-09sched_ext: Make scx_bpf_kick_cid() return voidTejun Heo
2026-07-09sched_ext: Reject direct slice and dsq_vtime writes for cid-form schedulersTejun Heo
2026-07-09sched_ext: Rename extra_enq_flags to remote_activate_enq_flagsTejun Heo
2026-07-09sched_ext: Add SCX_CALL_CID_OP_TASK() for cid-form op dispatchTejun Heo
2026-07-09sched_ext: Use READ_ONCE/WRITE_ONCE in cmask word ops and drop _RACY variantsTejun Heo
2026-07-09Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo
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-09sched_ext: Fix typo in scx_bpf_dsq_insert() commentLiang Luo
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-07-01sched_ext: Split sub-scheduler implementation into sub.cTejun Heo
2026-07-01sched_ext: Inline small ext.c helpers shared across the sub.c splitTejun Heo
2026-07-01sched_ext: Expose the ext.c internals used by the sub.c splitTejun Heo
2026-07-01sched_ext: Prefix file-local ext.c helpers exposed by the sub.c splitTejun Heo
2026-07-01sched_ext: Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo
2026-06-30sched_ext: Parenthesize local SCX_EVENT defines to fix checkpatch errorCheng-Yang Chou
2026-06-30sched_ext: Replace open-coded event lists with SCX_EVENTS_LISTCheng-Yang Chou
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-25sched_ext: Convert scx_arena_grow() to use scx_arena_to_kaddr()Cheng-Yang Chou
2026-06-24sched_ext, rcu: Upgrade RCU stall paths to report cpumask of stalled CPUsCheng-Yang Chou
2026-06-24sched_ext: Fix exit_cpu accuracy for lockup pathsCheng-Yang Chou
2026-06-24sched_ext: Remove deprecated scx_bpf_cpu_rq()Christian Loehle
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