summaryrefslogtreecommitdiff
path: root/kernel/sched/ext.c
AgeCommit message (Expand)Author
37 hoursMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/tr...Mark Brown
8 dayssched_ext: Drop spurious warning on kick during scheduler disableTejun Heo
8 dayssched_ext: Warn on task-based SCX op recursionTejun Heo
8 dayssched_ext: Rename scx_kf_allowed_on_arg_tasks() to scx_kf_arg_task_ok()Tejun Heo
8 dayssched_ext: Remove runtime kfunc mask enforcementCheng-Yang Chou
8 dayssched_ext: Add verifier-time kfunc context filterTejun Heo
8 dayssched_ext: Drop redundant rq-locked check from scx_bpf_task_cgroup()Tejun Heo
8 dayssched_ext: Decouple kfunc unlocked-context check from kf_maskTejun Heo
8 dayssched_ext: Fix ops.cgroup_move() invocation kf_mask and rq trackingTejun Heo
8 dayssched_ext: Track @p's rq lock across set_cpus_allowed_scx -> ops.set_cpumaskTejun Heo
8 dayssched_ext: Add select_cpu kfuncs to scx_kfunc_ids_unlockedTejun Heo
2026-04-03Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo
2026-04-03sched_ext: Fix stale direct dispatch state in ddsp_dsq_idAndrea Righi
2026-04-02sched_ext: Fix missing warning in scx_set_task_state() default caseSamuele Mariotti
2026-03-30Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo
2026-03-30sched_ext: Fix SCX_KICK_WAIT deadlock by deferring wait to balance callbackTejun Heo
2026-03-27sched_ext: Document why built-in DSQs are unsupported sources in scx_bpf_dsq_...Cheng-Yang Chou
2026-03-26kernel: Use trace_call__##name() at guarded tracepoint call sitesVineeth Pillai (Google)
2026-03-25sched_ext: Fix missing SCX_EV_SUB_BYPASS_DISPATCH aggregation in scx_read_eve...Cheng-Yang Chou
2026-03-25sched_ext: Fix missing return after scx_error() in scx_dsq_move()Cheng-Yang Chou
2026-03-24sched_ext: Choose the right sch->ops.name to output in the print_scx_info()Zqiang
2026-03-23sched_ext: Fix invalid kobj cast in scx_uevent()Cheng-Yang Chou
2026-03-22sched_ext: Use irq_work_queue_on() in schedule_deferred()Tejun Heo
2026-03-22sched_ext: Fix build errors and unused label warning in non-cgroup configsCheng-Yang Chou
2026-03-17sched_ext: Fix typos in commentszhidao su
2026-03-16sched_ext: Fix slab-out-of-bounds in scx_alloc_and_add_sched()Cheng-Yang Chou
2026-03-15sched_ext: Use kobject_put() for kobject_init_and_add() failure in scx_alloc_...Tejun Heo
2026-03-15sched_ext: Fix cgroup double-put on sub-sched abort pathTejun Heo
2026-03-13sched_ext: Fix uninitialized ret in scx_alloc_and_add_sched()Cheng-Yang Chou
2026-03-13sched_ext: Use schedule_deferred_locked() in schedule_dsq_reenq()Tejun Heo
2026-03-13sched_ext: Add SCX_OPS_ALWAYS_ENQ_IMMED ops flagTejun Heo
2026-03-13sched_ext: Add enq_flags to scx_bpf_dsq_move_to_local()Tejun Heo
2026-03-13sched_ext: Plumb enq_flags through the consume pathTejun Heo
2026-03-13sched_ext: Implement SCX_ENQ_IMMEDTejun Heo
2026-03-13sched_ext: Add scx_vet_enq_flags() and plumb dsq_id into preambleTejun Heo
2026-03-13sched_ext: Split task_should_reenq() into local and user variantsTejun Heo
2026-03-10sched_ext: Reject sub-sched attachment to a disabled parentTejun Heo
2026-03-10sched_ext: Fix scx_sched_lock / rq lock orderingTejun Heo
2026-03-10sched_ext: Always bounce scx_disable() through irq_workTejun Heo
2026-03-10sched_ext: Add scx_dump_lock and dump_disabledTejun Heo
2026-03-10sched_ext: Fix sub_detach op check to test the parent's opsTejun Heo
2026-03-10sched: Prefer IS_ERR_OR_NULL over manual NULL checkPhilipp Hahn
2026-03-09sched_ext: Replace system_unbound_wq with system_dfl_wq in scx_kobj_release()Tejun Heo
2026-03-09Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Tejun Heo
2026-03-09sched_ext: remove SCX_OPS_HAS_CGROUP_WEIGHTZhao Mengmeng
2026-03-09Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo
2026-03-09sched_ext: Use WRITE_ONCE() for the write side of scx_enable helper pointerzhidao su
2026-03-07Revert "sched_ext: Use READ_ONCE() for the read side of dsq->nr update"Tejun Heo
2026-03-07sched_ext: Fix scx_bpf_reenqueue_local() silently reenqueuing nothingCheng-Yang Chou
2026-03-07sched_ext: Add SCX_TASK_REENQ_REASON flagsTejun Heo