summaryrefslogtreecommitdiff
path: root/kernel/sched/ext
AgeCommit message (Expand)Author
30 hoursMerge tag 'sched_ext-for-7.3-rc3-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
32 hourssched_ext: Maintain an online cid mask in the scheduler arenaTejun Heo
32 hourssched_ext: scx_qmap: Restore unused idle claims from ops.dispatch()Tejun Heo
3 dayssched_ext: Close the pre-enable ops error claim windowfangqiurong
11 dayssched_ext: Use @prev's scheduler for the keep decisions in dispatch_one()Tejun Heo
11 dayssched_ext: Rename sch to root_sch in dispatch_one()Tejun Heo
12 daystreewide: refresh kmalloc_obj() conversionsKees Cook
13 dayssched_ext: Fix NULL sched deref in kfunc sub-sched error pathsWanwu Li
2026-09-01sched_ext: Don't deliver duplicate ops.cgroup_set_idle() for same valueTao Cui
2026-08-31sched_ext: Pass the initial cpu.idle state in scx_cgroup_init_argsTao Cui
2026-08-31sched_ext: Fix missing @slice and @vtime descriptions in finish_dispatch() ke...Liang Luo
2026-08-31sched_ext: Fix several comment issuesWanwu Li
2026-08-22sched_ext: Fix spurious aborts in scx_bpf_dsq_move() on ownership change racesTejun Heo
2026-08-18sched_ext: Allow ops.cgroup_set_bandwidth() to be sleepableChangwoo Min
2026-08-17sched_ext: Merge branch 'for-7.3-arena-args' into for-7.3Tejun Heo
2026-08-15sched_ext: Drop the dead SCX_DEQ_CORE_SCHED_EXEC test in dequeue_task_scx()Tejun Heo
2026-08-15sched_ext: Make core-sched task ordering hierarchy-awareTejun Heo
2026-08-15sched_ext: Use runnable_at for the default core-sched task orderingTejun Heo
2026-08-15sched_ext: Fix inverted ops.core_sched_before() invocationTejun Heo
2026-08-15sched_ext: Move the config-off sub-cap kfunc stubs into sub.cTejun Heo
2026-08-15sched_ext: Rename balance-era identifiers to dispatch termsTejun Heo
2026-08-15sched_ext: Drop the stale keep_prev fixup in dispatch_pick()Tejun Heo
2026-08-15sched_ext: Keep kick_sync waiting on the rq's own CPUTejun Heo
2026-08-14sched_ext: Don't BUG_ON a destroyed DSQ in process_deferred_reenq_usersTao Cui
2026-08-14sched_ext: Make scx_bpf_events() read the calling scheduler's countersTejun Heo
2026-08-14sched_ext: Drop unlocked scx_rq_clock_invalidate() from scx_root_disable()Tejun Heo
2026-08-14sched_ext: Fix exit_task leak on fork failure during enablefangqiurong
2026-08-14sched_ext: fix stale references in doc commentsTao Cui
2026-08-14sched_ext: Set up ops.sub_ecaps_updated() dispatch context on the executing CPUTejun Heo
2026-08-12sched_ext: Convert scx_bpf_cid_override() to __arena array argumentsTejun Heo
2026-08-12sched_ext: Convert sub-cap kfuncs to __arena cmask argumentsTejun Heo
2026-08-12sched_ext: Pass kernel arena pointers to ops_cid callbacksTejun Heo
2026-08-12sched_ext: Gate cid kfuncs behind the SCX struct_ops checkfangqiurong
2026-08-12sched_ext: Merge branch 'for-7.2-fixes' into for-7.3Tejun Heo
2026-08-11sched_ext: Fix rq->core_pick corruption under core schedulingTejun Heo
2026-08-11sched_ext: Count rq lock releases in rq->scx.lock_drop_seqTejun Heo
2026-08-11sched_ext: Fix this_rq() assumptions in dispatch kfuncsTejun Heo
2026-08-11sched_ext: Replace SCX_RQ_BAL_KEEP with a dispatch verdict returnTejun Heo
2026-08-03sched_ext: Eject the top rescue consumer on overloadTejun Heo
2026-08-03sched_ext: Add bandwidth-limited rescue execution for stranded tasksTejun Heo
2026-08-03sched_ext: Add SCX_TASK_PROTECTEDTejun Heo
2026-08-03sched_ext: Synchronize slice and dsq_vtime writesTejun Heo
2026-08-03sched_ext: Make SCX_ENQ_IGNORE_CAPS waive the preemption cap tooTejun Heo
2026-08-03sched_ext: Reject internal enq_flags in the dsq move kfuncsTejun Heo
2026-08-03sched_ext: Factor out __scx_bpf_now()Tejun Heo
2026-08-03sched_ext: Make several ext.c helpers available outside ext.cTejun Heo
2026-08-03sched_ext: Rename scx_local_or_reject_dsq() to scx_resolve_local_dsq()Tejun Heo
2026-08-03sched_ext: Initialize idle masks as busyAndrea Righi
2026-08-02sched_ext: Set errno on ENABLING -> ENABLED transition failureLiang Luo
2026-08-02sched_ext: Fix stale @cgroup_id in sched_ext_ops kernel-docLiang Luo