summaryrefslogtreecommitdiff
path: root/tools/sched_ext
AgeCommit message (Expand)Author
2026-03-09sched_ext: remove SCX_OPS_HAS_CGROUP_WEIGHTZhao Mengmeng
2026-03-07tools/sched_ext/include: Regenerate enum_defs.autogen.hTejun Heo
2026-03-07tools/sched_ext/include: Add libbpf version guard for assoc_struct_opsTejun Heo
2026-03-07tools/sched_ext/include: Add __COMPAT_HAS_scx_bpf_select_cpu_and macroTejun Heo
2026-03-07tools/sched_ext/include: Add missing helpers to common.bpf.hTejun Heo
2026-03-07tools/sched_ext/include: Sync bpf_arena_common.bpf.h with scx repoTejun Heo
2026-03-07tools/sched_ext/include: Remove dead sdt_task_defs.h guard from common.hTejun Heo
2026-03-07sched_ext: Implement scx_bpf_dsq_reenq() for user DSQsTejun Heo
2026-03-07sched_ext: Introduce scx_bpf_dsq_reenq() for remote local DSQ reenqueueTejun Heo
2026-03-06sched_ext: Add basic building blocks for nested sub-scheduler dispatchingTejun Heo
2026-03-06sched_ext: Introduce scx_prog_sched()Tejun Heo
2026-03-06sched_ext: Introduce cgroup sub-sched supportTejun Heo
2026-03-06Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo
2026-03-02tools/sched_ext: Add -fms-extensions to bpf build flagsZhao Mengmeng
2026-02-27tools/sched_ext: fix strtoul() misuse in scx_hotplug_seq()David Carlier
2026-02-24tools/sched_ext: Add Kconfig to sync with upstreamCheng-Yang Chou
2026-02-24tools/sched_ext: Sync README.md Kconfig with upstream scxCheng-Yang Chou
2026-02-23sched_ext: Fix ops.dequeue() semanticsAndrea Righi
2026-02-23tools/sched_ext: scx_sdt: Remove unused '-f' optionCheng-Yang Chou
2026-02-23tools/sched_ext: scx_central: Remove unused '-p' optionCheng-Yang Chou
2026-02-20tools/sched_ext: fix getopt not re-parsed on restartDavid Carlier
2026-02-20tools/sched_ext: scx_userland: fix data races on shared countersDavid Carlier
2026-02-18tools/sched_ext: scx_pair: fix stride == 0 crash on single-CPU systemsDavid Carlier
2026-02-18tools/sched_ext: scx_central: fix CPU_SET and skeleton leak on early exitDavid Carlier
2026-02-16tools/sched_ext: scx_userland: fix stale data on restartDavid Carlier
2026-02-16tools/sched_ext: scx_flatcg: fix potential stack overflow from VLA in fcg_rea...David Carlier
2026-02-12tools/sched_ext: scx_userland: fix restart and stats thread lifecycle bugsDavid Carlier
2026-02-12tools/sched_ext: scx_central: fix sched_setaffinity() call with the set sizeDavid Carlier
2026-02-12tools/sched_ext: scx_flatcg: zero-initialize stats counter arrayDavid Carlier
2026-02-11Merge tag 'sched_ext-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-02tools/sched_ext: Fix data header access during free in scx_sdtEmil Tsalapatis
2026-02-01tools/sched_ext: Add error logging for dsq creation failures in remaining sch...zhidao su
2026-01-27tools/sched_ext: add arena based schedulerEmil Tsalapatis
2026-01-27tools/sched_ext: add scx_pair schedulerEmil Tsalapatis
2026-01-27tools/sched_ext: add scx_userland schedulerEmil Tsalapatis
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2026-01-12sched_ext: Add error logging for dsq creation failuresGeorge Guo
2025-12-28tools/sched_ext: update scx_show_state.py for scx_aborting changeKohei Enju
2025-12-28tools/sched_ext: fix scx_show_state.py for scx_root changeKohei Enju
2025-12-19lib/Kconfig.debug: Set the minimum required pahole version to v1.22Ihor Solodrai
2025-11-20sched_ext: tools: Removing duplicate targets during non-cross compilationRong Tao
2025-11-12sched_ext: Add scx_cpu0 example schedulerTejun Heo
2025-10-29sched_ext/tools: Restore backward compat with v6.12 kernelsTejun Heo
2025-10-29sched_ext: Allow scx_bpf_reenqueue_local() to be called from anywhereTejun Heo
2025-10-24sched_ext: Add ___compat suffix to scx_bpf_dsq_insert___v2 in compat.bpf.hTejun Heo
2025-10-21sched_ext: Fix scx_bpf_dsq_insert() backward binary compatibilityTejun Heo
2025-10-15sched_ext: Add lockless peek operation for DSQsRyan Newton
2025-10-13sched_ext/tools: Add compat wrapper for scx_bpf_task_set_slice/dsq_vtime()Tejun Heo
2025-10-13sched_ext: Make scx_bpf_dsq_insert*() return boolTejun Heo
2025-10-13sched_ext: Wrap kfunc args in struct to prepare for aux__progTejun Heo