summaryrefslogtreecommitdiff
path: root/tools/sched_ext
AgeCommit message (Expand)AuthorFilesLines
2024-10-07sched_ext, scx_qmap: Add and use SCX_ENQ_CPU_SELECTEDTejun Heo1-2/+2
2024-10-02sched_ext: Add __weak markers to BPF helper function decalarationsVishal Chourasia1-3/+3
2024-09-27scx_flatcg: Use a user DSQ for fallback instead of SCX_DSQ_GLOBALTejun Heo1-4/+13
2024-09-26tools/sched_ext: Receive misc updates from SCX repoTejun Heo3-3/+21
2024-09-26sched_ext: Add __COMPAT helpers for features added during v6.12 devel cycleTejun Heo3-11/+30
2024-09-23sched_ext: Provide a sysfs enable_seq counterAndrea Righi1-0/+1
2024-09-10scx_qmap: Implement highpri boostingTejun Heo2-14/+130
2024-09-10sched_ext: Implement scx_bpf_dispatch[_vtime]_from_dsq()Tejun Heo1-0/+10
2024-09-04sched_ext: Add a cgroup scheduler which uses flattened hierarchyTejun Heo5-1/+1246
2024-09-04sched_ext: Add cgroup supportTejun Heo1-0/+1
2024-09-04sched_ext: Don't call put_prev_task_scx() before picking the next taskTejun Heo1-4/+18
2024-08-27scx_central: Fix smatch checker warningTejun Heo1-1/+1
2024-07-12sched_ext/scx_qmap: Pick idle CPU for direct dispatch on !wakeup enqueuesTejun Heo2-11/+33
2024-07-09sched_ext/scx_qmap: Add an example usage of DSQ iteratorTejun Heo2-2/+31
2024-07-09sched_ext: Implement DSQ iteratorTejun Heo1-0/+3
2024-07-08sched/ext: Add BPF function to fetch rqHongyan Xia1-0/+1
2024-06-27sched_ext: Fix spelling mistake: "intead" -> "instead"Colin Ian King1-1/+1
2024-06-22sched_ext: Add cpuperf supportTejun Heo3-3/+150
2024-06-18sched_ext: Documentation: scheduler: Document extensible scheduler classTejun Heo1-0/+258
2024-06-18sched_ext: Add vtime-ordered priority queue to dispatch_q'sTejun Heo3-4/+102
2024-06-18sched_ext: Implement core-sched supportTejun Heo2-6/+90
2024-06-18sched_ext: Implement sched_ext_ops.cpu_online/offline()Tejun Heo6-5/+127
2024-06-18sched_ext: Implement sched_ext_ops.cpu_acquire/release()David Vernet3-3/+39
2024-06-18sched_ext: Implement tickless supportTejun Heo2-7/+181
2024-06-18sched_ext: Make watchdog handle ops.dispatch() looping stallTejun Heo2-2/+21
2024-06-18sched_ext: Add a central scheduler which makes all scheduling decisions on on...Tejun Heo3-1/+320
2024-06-18sched_ext: Implement scx_bpf_kick_cpu() and task preemption supportTejun Heo1-0/+1
2024-06-18tools/sched_ext: Add scx_show_state.pyTejun Heo1-0/+39
2024-06-18sched_ext: Print debug dump after an error exitTejun Heo6-5/+105
2024-06-18sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED...Tejun Heo2-2/+13
2024-06-18sched_ext: Implement runnable task stall watchdogDavid Vernet2-2/+22
2024-06-18sched_ext: Add scx_simple and scx_example_qmap example schedulersTejun Heo12-0/+1483