aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/ext/ext.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-17sched_ext: Merge branch 'for-7.3-arena-args' into for-7.3Tejun Heo1-7/+7
2026-08-15sched_ext: Drop the dead SCX_DEQ_CORE_SCHED_EXEC test in dequeue_task_scx()Tejun Heo1-2/+2
2026-08-15sched_ext: Make core-sched task ordering hierarchy-awareTejun Heo1-8/+30
2026-08-15sched_ext: Use runnable_at for the default core-sched task orderingTejun Heo1-80/+25
2026-08-15sched_ext: Fix inverted ops.core_sched_before() invocationTejun Heo1-2/+8
2026-08-15sched_ext: Move the config-off sub-cap kfunc stubs into sub.cTejun Heo1-29/+0
2026-08-15sched_ext: Rename balance-era identifiers to dispatch termsTejun Heo1-26/+26
2026-08-15sched_ext: Drop the stale keep_prev fixup in dispatch_pick()Tejun Heo1-12/+0
2026-08-15sched_ext: Keep kick_sync waiting on the rq's own CPUTejun Heo1-2/+17
2026-08-14sched_ext: Don't BUG_ON a destroyed DSQ in process_deferred_reenq_usersTao Cui1-2/+7
2026-08-14sched_ext: Make scx_bpf_events() read the calling scheduler's countersTejun Heo1-7/+11
2026-08-14sched_ext: Drop unlocked scx_rq_clock_invalidate() from scx_root_disable()Tejun Heo1-8/+3
2026-08-14sched_ext: Fix exit_task leak on fork failure during enablefangqiurong1-1/+1
2026-08-12sched_ext: Convert sub-cap kfuncs to __arena cmask argumentsTejun Heo1-4/+4
2026-08-12sched_ext: Pass kernel arena pointers to ops_cid callbacksTejun Heo1-7/+7
2026-08-12sched_ext: Gate cid kfuncs behind the SCX struct_ops checkfangqiurong1-4/+5
2026-08-12sched_ext: Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo1-64/+191
2026-08-11sched_ext: Fix rq->core_pick corruption under core schedulingTejun Heo1-8/+78
2026-08-11sched_ext: Count rq lock releases in rq->scx.lock_drop_seqTejun Heo1-2/+36
2026-08-11sched_ext: Fix this_rq() assumptions in dispatch kfuncsTejun Heo1-23/+35
2026-08-11sched_ext: Replace SCX_RQ_BAL_KEEP with a dispatch verdict returnTejun Heo1-51/+73
2026-08-03sched_ext: Eject the top rescue consumer on overloadTejun Heo1-0/+2
2026-08-03sched_ext: Add bandwidth-limited rescue execution for stranded tasksTejun Heo1-17/+95
2026-08-03sched_ext: Add SCX_TASK_PROTECTEDTejun Heo1-23/+142
2026-08-03sched_ext: Synchronize slice and dsq_vtime writesTejun Heo1-70/+114
2026-08-03sched_ext: Make SCX_ENQ_IGNORE_CAPS waive the preemption cap tooTejun Heo1-2/+3
2026-08-03sched_ext: Reject internal enq_flags in the dsq move kfuncsTejun Heo1-8/+13
2026-08-03sched_ext: Factor out __scx_bpf_now()Tejun Heo1-30/+29
2026-08-03sched_ext: Make several ext.c helpers available outside ext.cTejun Heo1-90/+82
2026-08-03sched_ext: Rename scx_local_or_reject_dsq() to scx_resolve_local_dsq()Tejun Heo1-2/+2
2026-08-02sched_ext: Set errno on ENABLING -> ENABLED transition failureLiang Luo1-0/+1
2026-07-27sched_ext: Report scx_link_sched() failures inlineTejun Heo1-20/+9
2026-07-27sched_ext: Abort directly from the hardlockup handlerTejun Heo1-26/+9
2026-07-27sched_ext: Report NMI kicks with scx_error()Tejun Heo1-5/+1
2026-07-27sched_ext: Format bstr exit messages after claiming the exitTejun Heo1-30/+60
2026-07-27sched_ext: Make exit claiming lock-freeTejun Heo1-40/+70
2026-07-26sched_ext: Bound per-task reenqueues and eject the owning schedulerTejun Heo1-24/+34
2026-07-25sched_ext: Use rcu_access_pointer() for the first_task comparisonTejun Heo1-1/+1
2026-07-25sched_ext: Resolve most remaining scx_root accessesTejun Heo1-6/+6
2026-07-25sched_ext: Add scx_cgroup_sched() for cgrp->scx_sched readsTejun Heo1-3/+3
2026-07-24sched_ext: Gate scx_bpf_cidperf_set() behind a new SCX_CAP_PERFTejun Heo1-9/+26
2026-07-24sched_ext: Factor out scx_cpuperf_set()Tejun Heo1-33/+45
2026-07-24sched_ext: Count kicks denied for lacking baseline cid accessTejun Heo1-6/+14
2026-07-24sched_ext: Gate local DSQ reenq on baseline cid accessTejun Heo1-0/+12
2026-07-23sched_ext: Repair kernel-doc commentsRandy Dunlap1-3/+6
2026-07-21sched_ext: Build the cid tables privately and publish them with RCUTejun Heo1-14/+40
2026-07-21sched_ext: Skip the default CPU selection while bypassingTejun Heo1-2/+13
2026-07-21sched_ext: Blame the DSQ's owning scheduler for a runnable stallTejun Heo1-0/+11
2026-07-19sched_ext: Rename the cid-form cgroup ops to cpuctl_*Tejun Heo1-18/+18
2026-07-19sched_ext: Hand over cgroups at sub-scheduler enable/disableTejun Heo1-13/+32