summaryrefslogtreecommitdiffstats
path: root/tools/sched_ext
AgeCommit message (Expand)AuthorLines
2025-02-13sched_ext: Fix the incorrect bpf_list kfunc API in common.bpf.h.Chuyi Zhou-2/+10
2025-02-02sched_ext: Fix incorrect time delta calculation in time_delta()Changwoo Min-1/+1
2025-01-27tools/sched_ext: Add helper to check task migration stateAndrea Righi-0/+11
2025-01-10sched_ext: Use time helpers in BPF schedulersChangwoo Min-26/+11
2025-01-10sched_ext: Replace bpf_ktime_get_ns() to scx_bpf_now()Changwoo Min-3/+3
2025-01-10sched_ext: Add time helpers for BPF schedulersChangwoo Min-0/+94
2025-01-10sched_ext: Add scx_bpf_now() for BPF schedulerChangwoo Min-0/+6
2024-12-12tools/sched_ext: Receive updates from SCX repoTejun Heo-8/+286
2024-12-04sched_ext: fix application of sizeof to pointerguanjing-1/+1
2024-12-03sched_ext: Add __weak to fix the build errorsHonglei Wang-3/+3
2024-11-11sched_ext: Rename scx_bpf_dispatch[_vtime]_from_dsq*() -> scx_bpf_dsq_move[_v...Tejun Heo-30/+84
2024-11-11sched_ext: Rename scx_bpf_consume() to scx_bpf_dsq_move_to_local()Tejun Heo-9/+20
2024-11-11sched_ext: Rename scx_bpf_dispatch[_vtime]() to scx_bpf_dsq_insert[_vtime]()Tejun Heo-26/+54
2024-11-08sched_ext: Enable the ops breather and eject BPF scheduler on softlockupTejun Heo-0/+2
2024-11-05sched_ext: Update scx_show_state.py to match scx_ops_bypass_depth's new typeTejun Heo-1/+1
2024-10-25sched_ext: Make cast_mask() inlineTejun Heo-1/+1
2024-10-07sched_ext, scx_qmap: Add and use SCX_ENQ_CPU_SELECTEDTejun Heo-2/+2
2024-10-02sched_ext: Add __weak markers to BPF helper function decalarationsVishal Chourasia-3/+3
2024-09-26scx_flatcg: Use a user DSQ for fallback instead of SCX_DSQ_GLOBALTejun Heo-4/+13
2024-09-25tools/sched_ext: Receive misc updates from SCX repoTejun Heo-3/+21
2024-09-25sched_ext: Add __COMPAT helpers for features added during v6.12 devel cycleTejun Heo-11/+30
2024-09-23sched_ext: Provide a sysfs enable_seq counterAndrea Righi-0/+1
2024-09-09scx_qmap: Implement highpri boostingTejun Heo-14/+130
2024-09-09sched_ext: Implement scx_bpf_dispatch[_vtime]_from_dsq()Tejun Heo-0/+10
2024-09-04sched_ext: Add a cgroup scheduler which uses flattened hierarchyTejun Heo-1/+1246
2024-09-04sched_ext: Add cgroup supportTejun Heo-0/+1
2024-09-03sched_ext: Don't call put_prev_task_scx() before picking the next taskTejun Heo-4/+18
2024-08-27scx_central: Fix smatch checker warningTejun Heo-1/+1
2024-07-12sched_ext/scx_qmap: Pick idle CPU for direct dispatch on !wakeup enqueuesTejun Heo-11/+33
2024-07-08sched_ext/scx_qmap: Add an example usage of DSQ iteratorTejun Heo-2/+31
2024-07-08sched_ext: Implement DSQ iteratorTejun Heo-0/+3
2024-07-08sched/ext: Add BPF function to fetch rqHongyan Xia-0/+1
2024-06-27sched_ext: Fix spelling mistake: "intead" -> "instead"Colin Ian King-1/+1
2024-06-21sched_ext: Add cpuperf supportTejun Heo-3/+150
2024-06-18sched_ext: Documentation: scheduler: Document extensible scheduler classTejun Heo-0/+258
2024-06-18sched_ext: Add vtime-ordered priority queue to dispatch_q'sTejun Heo-4/+102
2024-06-18sched_ext: Implement core-sched supportTejun Heo-6/+90
2024-06-18sched_ext: Implement sched_ext_ops.cpu_online/offline()Tejun Heo-5/+127
2024-06-18sched_ext: Implement sched_ext_ops.cpu_acquire/release()David Vernet-3/+39
2024-06-18sched_ext: Implement tickless supportTejun Heo-7/+181
2024-06-18sched_ext: Make watchdog handle ops.dispatch() looping stallTejun Heo-2/+21
2024-06-18sched_ext: Add a central scheduler which makes all scheduling decisions on on...Tejun Heo-1/+320
2024-06-18sched_ext: Implement scx_bpf_kick_cpu() and task preemption supportTejun Heo-0/+1
2024-06-18tools/sched_ext: Add scx_show_state.pyTejun Heo-0/+39
2024-06-18sched_ext: Print debug dump after an error exitTejun Heo-5/+105
2024-06-18sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED...Tejun Heo-2/+13
2024-06-18sched_ext: Implement runnable task stall watchdogDavid Vernet-2/+22
2024-06-18sched_ext: Add scx_simple and scx_example_qmap example schedulersTejun Heo-0/+1483