summaryrefslogtreecommitdiff
path: root/include/linux/sched/ext.h
AgeCommit message (Expand)Author
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
2024-06-18sched_ext: Add boilerplate for extensible scheduler classTejun Heo