summaryrefslogtreecommitdiff
path: root/kernel/sched/ext.c
AgeCommit message (Expand)Author
4 dayssched_ext: Read scx_root under scx_cgroup_ops_rwsem in cgroup settersTejun Heo
4 dayssched/ext: Implement cgroup_set_idle() callbackzhidao su
2026-04-11sched_ext: Fix stale direct dispatch state in ddsp_dsq_idAndrea Righi
2026-04-11sched_ext: Refactor do_enqueue_task() local and global DSQ pathsTejun Heo
2026-04-02sched_ext: Use WRITE_ONCE() for the write side of dsq->seq updatezhidao su
2026-03-25sched_ext: Disable preemption between scx_claim_exit() and kicking helper workTejun Heo
2026-03-25sched_ext: Simplify breather mechanism with scx_aborting flagTejun Heo
2026-03-25sched_ext: Fix starvation of scx_enable() under fair-class saturationTejun Heo
2026-03-19sched_ext: Fix enqueue_task_scx() truncation of upper enqueue flagsTejun Heo
2026-03-19sched_ext: Remove redundant css_put() in scx_cgroup_init()Cheng-Yang Chou
2026-02-06sched_ext: Fix SCX_KICK_WAIT to work reliablyTejun Heo
2026-02-06sched_ext: Don't kick CPUs running higher classesTejun Heo
2026-01-08sched_ext: fix uninitialized ret on alloc_percpu() failureLiang Jie
2026-01-08sched_ext: Fix incorrect sched_class settings for per-cpu migration tasksZqiang
2026-01-08sched/proxy: Yield the donor taskFernand Sieber
2026-01-02sched_ext: Fix missing post-enqueue handling in move_local_task_to_local_dsq()Tejun Heo
2026-01-02sched_ext: Fix bypass depth leak on scx_enable() failureTejun Heo
2026-01-02sched_ext: Fix the memleak for sch->helper objectsZqiang
2026-01-02sched_ext: Factor out local_dsq_post_enq() from dispatch_enqueue()Tejun Heo
2025-11-20sched_ext: Fix scx_enable() crash on helper kthread creation failureSaket Kumar Bhaskar
2025-11-17sched_ext: Use IRQ_WORK_INIT_HARD() to initialize rq->scx.kick_cpus_irq_workZqiang
2025-11-13sched_ext: Fix possible deadlock in the deferred_irq_workfn()Zqiang
2025-11-12sched/ext: convert scx_tasks_lock to raw spinlockEmil Tsalapatis
2025-11-12sched_ext: Fix unsafe locking in the scx_dump_state()Zqiang
2025-10-29sched_ext: Fix use of uninitialized variable in scx_bpf_cpuperf_set()Andrea Righi
2025-10-16sched_ext: fix flag check for deferred callbacksEmil Tsalapatis
2025-10-14sched_ext: Fix scx_kick_pseqs corruption on concurrent scheduler loadsAndrea Righi
2025-10-13sched_ext: Allocate scx_kick_cpus_pnt_seqs lazily using kvzalloc()Tejun Heo
2025-10-13sched_ext: defer queue_balance_callback() until after ops.dispatchEmil Tsalapatis
2025-10-13sched_ext: Sync error_irq_work before freeing scx_schedTejun Heo
2025-10-13sched_ext: Mark scx_bpf_dsq_move_set_[slice|vtime]() with KF_RCUTejun Heo
2025-09-23Revert "sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()"Tejun Heo
2025-09-23sched_ext: Merge branch 'for-6.17-fixes' into for-6.18Tejun Heo
2025-09-23sched_ext: Misc updates around scx_sched instance pointerTejun Heo
2025-09-23sched_ext: Drop scx_kf_exit() and scx_kf_error()Tejun Heo
2025-09-23sched_ext: Add the @sch parameter to scx_dsq_insert_preamble/commit()Tejun Heo
2025-09-23sched_ext: Drop kf_cpu_valid()Tejun Heo
2025-09-23sched_ext: Add the @sch parameter to __bstr_format()Tejun Heo
2025-09-23sched_ext: Separate out scx_kick_cpu() and add @sch to itTejun Heo
2025-09-23sched_ext: Add SCX_EFLAG_INITIALIZED to indicate successful ops.init()Tejun Heo
2025-09-23sched_ext: Fix stray scx_root usage in task_can_run_on_remote_rq()Tejun Heo
2025-09-23sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()Tejun Heo
2025-09-23sched_ext: Verify RCU protection in scx_bpf_cpu_curr()Andrea Righi
2025-09-18sched_ext: Add migration-disabled counter to error state dumpAndrea Righi
2025-09-16Revert "sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()"Andrea Righi
2025-09-04sched_ext: Fix NULL dereference in scx_bpf_cpu_rq() warningAndrea Righi
2025-09-03sched_ext: deprecation warn for scx_bpf_cpu_rq()Christian Loehle
2025-09-03sched_ext: Introduce scx_bpf_cpu_curr()Christian Loehle
2025-09-03sched_ext: Introduce scx_bpf_locked_rq()Christian Loehle
2025-09-03sched_ext: Use cgroup_lock/unlock() to synchronize against cgroup operationsTejun Heo