summaryrefslogtreecommitdiff
path: root/include/linux/sched/ext.h
AgeCommit message (Expand)AuthorFilesLines
2025-11-15sched_ext: Pass locked CPU parameter to scx_hardlockup() and add docsTejun Heo1-2/+2
2025-11-12sched_ext: Factor out scx_dsq_list_node cursor initialization into INIT_DSQ_L...Tejun Heo1-0/+7
2025-11-12sched_ext: Hook up hardlockup detectorTejun Heo1-0/+2
2025-11-12sched_ext: Use per-CPU DSQs instead of per-node global DSQs in bypass modeTejun Heo1-0/+1
2025-11-12sched_ext: Use shorter slice in bypass modeTejun Heo1-0/+11
2025-11-04sched_ext: Fix cgroup exit ordering by moving sched_ext_free() to finish_task...Tejun Heo1-2/+2
2025-10-15sched_ext: Add lockless peek operation for DSQsRyan Newton1-0/+1
2025-10-14sched/ext: Implement cgroup_set_idle() callbackzhidao su1-0/+1
2025-09-23sched_ext: Improve SCX_KF_DISPATCH commentTejun Heo1-1/+5
2025-06-26sched_ext: Drop kfuncs marked for removal in 6.15Jake Hillion1-5/+5
2025-06-25sched_ext, rcu: Eject BPF scheduler on RCU CPU stall panicDavid Dai1-0/+2
2025-06-21sched_ext: Add support for cgroup bandwidth control interfaceTejun Heo1-0/+3
2025-06-21sched_ext, sched/core: Factor out struct scx_task_groupTejun Heo1-0/+8
2025-02-02sched_ext: Add an event, SCX_EV_SELECT_CPU_FALLBACKChangwoo Min1-0/+1
2024-11-20Merge tag 'sched_ext-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2024-11-08sched_ext: Enable the ops breather and eject BPF scheduler on softlockupTejun Heo1-0/+2
2024-11-05sched/ext: Remove sched_fork() hackThomas Gleixner1-1/+0
2024-09-10sched_ext: Compact struct bpf_iter_scx_dsq_kernTejun Heo1-1/+9
2024-09-04sched_ext: Add cgroup supportTejun Heo1-0/+3
2024-09-04sched_ext: Replace SCX_TASK_BAL_KEEP with SCX_RQ_BAL_KEEPTejun Heo1-1/+0
2024-08-02sched_ext: Allow p->scx.disallow only while loadingTejun Heo1-5/+6
2024-07-31scx: Allow calling sleepable kfuncs from BPF_PROG_TYPE_SYSCALLDavid Vernet1-8/+6
2024-07-09sched_ext: Implement DSQ iteratorTejun Heo1-0/+3
2024-07-09sched_ext: Take out ->priq and ->flags from scx_dsq_nodeTejun Heo1-5/+5
2024-06-18sched_ext: Documentation: scheduler: Document extensible scheduler classTejun Heo1-0/+2
2024-06-18sched_ext: Add vtime-ordered priority queue to dispatch_q'sTejun Heo1-3/+26
2024-06-18sched_ext: Implement core-sched supportTejun Heo1-0/+3
2024-06-18sched_ext: Implement sched_ext_ops.cpu_acquire/release()David Vernet1-1/+3
2024-06-18sched_ext: Track tasks that are subjects of the in-flight SCX operationTejun Heo1-0/+2
2024-06-18sched_ext: Implement tickless supportTejun Heo1-0/+1
2024-06-18sched_ext: Implement scx_bpf_kick_cpu() and task preemption supportTejun Heo1-0/+4
2024-06-18sched_ext: Print sched_ext info when dumping stackDavid Vernet1-0/+2
2024-06-18sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED...Tejun Heo1-0/+12
2024-06-18sched_ext: Implement runnable task stall watchdogDavid Vernet1-0/+1
2024-06-18sched_ext: Implement BPF extensible scheduler classTejun Heo1-1/+140
2024-06-18sched_ext: Add boilerplate for extensible scheduler classTejun Heo1-0/+12