summaryrefslogtreecommitdiffstats
path: root/tools/sched_ext (follow)
Commit message (Expand)AuthorAgeFilesLines
* scx_flatcg: Use a user DSQ for fallback instead of SCX_DSQ_GLOBALTejun Heo2024-09-271-4/+13
* tools/sched_ext: Receive misc updates from SCX repoTejun Heo2024-09-263-3/+21
* sched_ext: Add __COMPAT helpers for features added during v6.12 devel cycleTejun Heo2024-09-253-11/+30
* sched_ext: Provide a sysfs enable_seq counterAndrea Righi2024-09-231-0/+1
* scx_qmap: Implement highpri boostingTejun Heo2024-09-102-14/+130
* sched_ext: Implement scx_bpf_dispatch[_vtime]_from_dsq()Tejun Heo2024-09-101-0/+10
* sched_ext: Add a cgroup scheduler which uses flattened hierarchyTejun Heo2024-09-045-1/+1246
* sched_ext: Add cgroup supportTejun Heo2024-09-041-0/+1
* sched_ext: Don't call put_prev_task_scx() before picking the next taskTejun Heo2024-09-041-4/+18
* scx_central: Fix smatch checker warningTejun Heo2024-08-271-1/+1
* sched_ext/scx_qmap: Pick idle CPU for direct dispatch on !wakeup enqueuesTejun Heo2024-07-122-11/+33
* sched_ext/scx_qmap: Add an example usage of DSQ iteratorTejun Heo2024-07-092-2/+31
* sched_ext: Implement DSQ iteratorTejun Heo2024-07-091-0/+3
* sched/ext: Add BPF function to fetch rqHongyan Xia2024-07-081-0/+1
* sched_ext: Fix spelling mistake: "intead" -> "instead"Colin Ian King2024-06-271-1/+1
* sched_ext: Add cpuperf supportTejun Heo2024-06-223-3/+150
* sched_ext: Documentation: scheduler: Document extensible scheduler classTejun Heo2024-06-181-0/+258
* sched_ext: Add vtime-ordered priority queue to dispatch_q'sTejun Heo2024-06-183-4/+102
* sched_ext: Implement core-sched supportTejun Heo2024-06-182-6/+90
* sched_ext: Implement sched_ext_ops.cpu_online/offline()Tejun Heo2024-06-186-5/+127
* sched_ext: Implement sched_ext_ops.cpu_acquire/release()David Vernet2024-06-183-3/+39
* sched_ext: Implement tickless supportTejun Heo2024-06-182-7/+181
* sched_ext: Make watchdog handle ops.dispatch() looping stallTejun Heo2024-06-182-2/+21
* sched_ext: Add a central scheduler which makes all scheduling decisions on on...Tejun Heo2024-06-183-1/+320
* sched_ext: Implement scx_bpf_kick_cpu() and task preemption supportTejun Heo2024-06-181-0/+1
* tools/sched_ext: Add scx_show_state.pyTejun Heo2024-06-181-0/+39
* sched_ext: Print debug dump after an error exitTejun Heo2024-06-186-5/+105
* sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED...Tejun Heo2024-06-182-2/+13
* sched_ext: Implement runnable task stall watchdogDavid Vernet2024-06-182-2/+22
* sched_ext: Add scx_simple and scx_example_qmap example schedulersTejun Heo2024-06-1812-0/+1483