summaryrefslogtreecommitdiff
path: root/tools/sched_ext/scx_qmap.c
AgeCommit message (Expand)Author
25 hourstools/sched_ext: scx_qmap - Add sub-sched cap fault injectionTejun Heo
25 hourstools/sched_ext: scx_qmap - Expand hierarchical sub-schedulingTejun Heo
25 hourssched_ext: Add shard boundaries to scx_bpf_cid_override()Tejun Heo
25 hourssched_ext: Add ops.init_cids() to finalize the cid layout before initTejun Heo
5 daystools/sched_ext: scx_qmap - Use bare u64/u32/s32 integer typesTejun Heo
2026-04-29tools/sched_ext: scx_qmap: Port to cid-form struct_opsTejun Heo
2026-04-29tools/sched_ext: scx_qmap: Restart on hotplug instead of cpu_online/offlineTejun Heo
2026-04-17tools/sched_ext: Add missing -c option in scx_qmap helpZhao Mengmeng
2026-04-16sched_ext: scx_qmap: move task_ctx into a BPF arena slabTejun Heo
2026-04-16sched_ext: scx_qmap: move globals and cpu_ctx into a BPF arena mapTejun Heo
2026-03-13sched_ext: Add SCX_OPS_ALWAYS_ENQ_IMMED ops flagTejun Heo
2026-03-11sched_ext: Fix incomplete help text usage stringsCheng-Yang Chou
2026-03-07sched_ext: Introduce scx_bpf_dsq_reenq() for remote local DSQ reenqueueTejun Heo
2026-03-06sched_ext: Introduce cgroup sub-sched supportTejun Heo
2025-09-23tools/sched_ext: scx_qmap: Make debug output quieter by defaultTejun Heo
2024-12-12tools/sched_ext: Receive updates from SCX repoTejun Heo
2024-09-09scx_qmap: Implement highpri boostingTejun Heo
2024-07-12sched_ext/scx_qmap: Pick idle CPU for direct dispatch on !wakeup enqueuesTejun Heo
2024-07-08sched_ext/scx_qmap: Add an example usage of DSQ iteratorTejun Heo
2024-06-27sched_ext: Fix spelling mistake: "intead" -> "instead"Colin Ian King
2024-06-21sched_ext: Add cpuperf supportTejun Heo
2024-06-18sched_ext: Implement core-sched supportTejun Heo
2024-06-18sched_ext: Implement sched_ext_ops.cpu_online/offline()Tejun Heo
2024-06-18sched_ext: Implement sched_ext_ops.cpu_acquire/release()David Vernet
2024-06-18sched_ext: Make watchdog handle ops.dispatch() looping stallTejun Heo
2024-06-18sched_ext: Print debug dump after an error exitTejun Heo
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: Add scx_simple and scx_example_qmap example schedulersTejun Heo