aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/ext.c
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'sched_ext-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+36
12 dayssched_ext: Fix spurious WARN on stale ops_state in ops_dequeue()Samuele Mariotti1-2/+15
2026-05-17sched_ext: Fix deadlock between scx_root_disable() and concurrent forksTejun Heo1-1/+21
2026-05-13Merge tag 'sched_ext-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-82/+195
2026-05-13sched_ext: Use HK_TYPE_DOMAIN_BOOT to detect isolcpus= domain isolationAndrea Righi1-2/+1
2026-05-12sched_ext: Defer sub_kset base put to scx_sched_free_rcu_workTejun Heo1-2/+4
2026-05-12sched_ext: INIT_LIST_HEAD() &sch->all in scx_alloc_and_add_sched()Tejun Heo1-0/+1
2026-05-12sched_ext: Drop NONE early return in scx_disable_and_exit_task()Tejun Heo1-10/+2
2026-05-11sched_ext: Avoid UAF in scx_root_enable_workfn() init failure pathTejun Heo1-1/+1
2026-05-10sched_ext: Clear ops->priv on scx_alloc_and_add_sched() error pathsAndrea Righi1-0/+4
2026-05-10sched_ext: Fix ops->priv clobber on concurrent attach/detachAndrea Righi1-0/+19
2026-05-10sched_ext: Handle SCX_TASK_NONE in disable/switched_from pathsTejun Heo1-0/+19
2026-05-10sched_ext: Close sub-sched init race with post-init DEAD recheckTejun Heo1-1/+31
2026-05-10sched_ext: Close root-enable vs sched_ext_dead() race with SCX_TASK_INIT_BEGINTejun Heo1-7/+49
2026-05-10sched_ext: Replace SCX_TASK_OFF_TASKS flag with SCX_TASK_DEAD stateTejun Heo1-6/+11
2026-05-10sched_ext: Inline scx_init_task() and move RESET_RUNNABLE_AT into scx_set_tas...Tejun Heo1-22/+9
2026-05-10sched_ext: Cleanups in preparation for the SCX_TASK_INIT_BEGIN/DEAD workTejun Heo1-38/+38
2026-05-08sched_ext: Use IRQ_WORK_INIT_HARD() to initialize sch->disable_irq_workZqiang1-1/+1
2026-05-07sched_ext: Fix !CONFIG_EXT_SUB_SCHED build warningsTejun Heo1-1/+3
2026-05-07sched_ext: Drop unused scx_find_sub_sched() stubTejun Heo1-1/+0
2026-05-07sched_ext: Move scx_error() out of scx_link_sched()'s lock regionTejun Heo1-5/+17
2026-05-05Merge tag 'sched_ext-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-10/+29
2026-05-04sched_ext: Skip past-sched_ext_dead() tasks in scx_task_iter_next_locked()Tejun Heo1-8/+25
2026-05-04cgroup, sched_ext: Include exiting tasks in cgroup iterTejun Heo1-2/+4
2026-04-28Merge tag 'sched_ext-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-122/+276
2026-04-28sched_ext: Fix scx_flush_disable_work() UAF raceCheng-Yang Chou1-2/+7
2026-04-28sched_ext: Call wakeup_preempt() in local_dsq_post_enq()Kuba Piecuch1-5/+39
2026-04-24sched_ext: Release cpus_read_lock on scx_link_sched() failure in root enableTejun Heo1-1/+3
2026-04-24sched_ext: Reject NULL-sch callers in scx_bpf_task_set_slice/dsq_vtimeTejun Heo1-2/+2
2026-04-24sched_ext: Align cgroup #ifdef guards with SUB_SCHED vs GROUP_SCHEDTejun Heo1-19/+22
2026-04-24sched_ext: Make bypass LB cpumasks per-schedulerTejun Heo1-14/+19
2026-04-24sched_ext: Pass held rq to SCX_CALL_OP() for core_sched_beforeTejun Heo1-1/+1
2026-04-24sched_ext: Pass held rq to SCX_CALL_OP() for dump_cpu/dump_taskTejun Heo1-8/+6
2026-04-24sched_ext: Save and restore scx_locked_rq across SCX_CALL_OPTejun Heo1-19/+30
2026-04-24sched_ext: Use dsq->first_task instead of list_empty() in dispatch_enqueue() ...Tejun Heo1-4/+6
2026-04-24sched_ext: Resolve caller's scheduler in scx_bpf_destroy_dsq() / scx_bpf_dsq_...Tejun Heo1-8/+9
2026-04-24sched_ext: Read scx_root under scx_cgroup_ops_rwsem in cgroup settersTejun Heo1-3/+6
2026-04-24sched_ext: Don't disable tasks in scx_sub_enable_workfn() abort pathTejun Heo1-6/+30
2026-04-24sched_ext: Skip tasks with stale task_rq in bypass_lb_cpu()Tejun Heo1-0/+9
2026-04-24sched_ext: Guard scx_dsq_move() against NULL kit->dsq after failed iter_newTejun Heo1-1/+11
2026-04-24sched_ext: Unregister sub_kset on scheduler disableTejun Heo1-0/+6
2026-04-24sched_ext: Defer scx_hardlockup() out of NMITejun Heo1-6/+27
2026-04-24sched_ext: sync disable_irq_work in bpf_scx_unreg()Richard Cheng1-3/+17
2026-04-23sched_ext: Fix local_dsq_post_enq() to use task's scheduler in sub-schedzhidao su1-8/+9
2026-04-20sched_ext: Deny SCX kfuncs to non-SCX struct_ops programsCheng-Yang Chou1-14/+18
2026-04-19sched_ext: Mark scx_sched_hash insecure_elasticityTejun Heo1-0/+1
2026-04-17Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-1/+1
2026-04-10sched_ext: Drop spurious warning on kick during scheduler disableTejun Heo1-3/+2
2026-04-10sched_ext: Warn on task-based SCX op recursionTejun Heo1-1/+6
2026-04-10sched_ext: Rename scx_kf_allowed_on_arg_tasks() to scx_kf_arg_task_ok()Tejun Heo1-3/+3