summaryrefslogtreecommitdiff
path: root/include/linux/sched/ext.h
AgeCommit message (Expand)Author
11 dayssched_ext: Close root-enable vs sched_ext_dead() race with SCX_TASK_INIT_BEGINTejun Heo
11 dayssched_ext: Replace SCX_TASK_OFF_TASKS flag with SCX_TASK_DEAD stateTejun Heo
2026-05-04sched_ext: Skip past-sched_ext_dead() tasks in scx_task_iter_next_locked()Tejun Heo
2026-04-10sched_ext: Remove runtime kfunc mask enforcementCheng-Yang Chou
2026-03-13sched_ext: Implement SCX_ENQ_IMMEDTejun Heo
2026-03-07sched_ext: Add SCX_TASK_REENQ_REASON flagsTejun Heo
2026-03-07sched_ext: Simplify task state handlingTejun Heo
2026-03-07sched_ext: Implement scx_bpf_dsq_reenq() for user DSQsTejun Heo
2026-03-07sched_ext: Factor out nldsq_cursor_next_task() and nldsq_cursor_lost_task()Tejun Heo
2026-03-07sched_ext: Add per-CPU data to DSQsTejun Heo
2026-03-06sched_ext: Implement cgroup sub-sched enabling and disablingTejun Heo
2026-03-06sched_ext: Introduce scx_task_sched[_rcu]()Tejun Heo
2026-03-06sched_ext: Introduce cgroup sub-sched supportTejun Heo
2026-02-24sched_ext: Optimize sched_ext_entity layout for cache localityDavid Carlier
2026-02-23sched_ext: Fix ops.dequeue() semanticsAndrea Righi
2025-11-14sched_ext: Pass locked CPU parameter to scx_hardlockup() and add docsTejun Heo
2025-11-12sched_ext: Factor out scx_dsq_list_node cursor initialization into INIT_DSQ_L...Tejun Heo
2025-11-12sched_ext: Hook up hardlockup detectorTejun Heo
2025-11-12sched_ext: Use per-CPU DSQs instead of per-node global DSQs in bypass modeTejun Heo
2025-11-12sched_ext: Use shorter slice in bypass modeTejun Heo
2025-11-03sched_ext: Fix cgroup exit ordering by moving sched_ext_free() to finish_task...Tejun Heo
2025-10-15sched_ext: Add lockless peek operation for DSQsRyan Newton
2025-10-14sched/ext: Implement cgroup_set_idle() callbackzhidao su
2025-09-23sched_ext: Improve SCX_KF_DISPATCH commentTejun Heo
2025-06-25sched_ext: Drop kfuncs marked for removal in 6.15Jake Hillion
2025-06-24sched_ext, rcu: Eject BPF scheduler on RCU CPU stall panicDavid Dai
2025-06-20sched_ext: Add support for cgroup bandwidth control interfaceTejun Heo
2025-06-20sched_ext, sched/core: Factor out struct scx_task_groupTejun Heo
2025-02-02sched_ext: Add an event, SCX_EV_SELECT_CPU_FALLBACKChangwoo Min
2024-11-20Merge tag 'sched_ext-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-08sched_ext: Enable the ops breather and eject BPF scheduler on softlockupTejun Heo
2024-11-05sched/ext: Remove sched_fork() hackThomas Gleixner
2024-09-09sched_ext: Compact struct bpf_iter_scx_dsq_kernTejun Heo
2024-09-04sched_ext: Add cgroup supportTejun Heo
2024-09-03sched_ext: Replace SCX_TASK_BAL_KEEP with SCX_RQ_BAL_KEEPTejun Heo
2024-08-02sched_ext: Allow p->scx.disallow only while loadingTejun Heo
2024-07-31scx: Allow calling sleepable kfuncs from BPF_PROG_TYPE_SYSCALLDavid Vernet
2024-07-08sched_ext: Implement DSQ iteratorTejun Heo
2024-07-08sched_ext: Take out ->priq and ->flags from scx_dsq_nodeTejun Heo
2024-06-18sched_ext: Documentation: scheduler: Document extensible scheduler classTejun Heo
2024-06-18sched_ext: Add vtime-ordered priority queue to dispatch_q'sTejun Heo
2024-06-18sched_ext: Implement core-sched supportTejun Heo
2024-06-18sched_ext: Implement sched_ext_ops.cpu_acquire/release()David Vernet
2024-06-18sched_ext: Track tasks that are subjects of the in-flight SCX operationTejun Heo
2024-06-18sched_ext: Implement tickless supportTejun Heo
2024-06-18sched_ext: Implement scx_bpf_kick_cpu() and task preemption supportTejun Heo
2024-06-18sched_ext: Print sched_ext info when dumping stackDavid Vernet
2024-06-18sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED...Tejun Heo
2024-06-18sched_ext: Implement runnable task stall watchdogDavid Vernet
2024-06-18sched_ext: Implement BPF extensible scheduler classTejun Heo