summaryrefslogtreecommitdiff
path: root/tools/sched_ext
AgeCommit message (Expand)Author
5 daystools/sched_ext: fix getopt not re-parsed on restartDavid Carlier
5 daystools/sched_ext: scx_userland: fix data races on shared countersDavid Carlier
7 daystools/sched_ext: scx_pair: fix stride == 0 crash on single-CPU systemsDavid Carlier
7 daystools/sched_ext: scx_central: fix CPU_SET and skeleton leak on early exitDavid Carlier
9 daystools/sched_ext: scx_userland: fix stale data on restartDavid Carlier
9 daystools/sched_ext: scx_flatcg: fix potential stack overflow from VLA in fcg_rea...David Carlier
13 daystools/sched_ext: scx_userland: fix restart and stats thread lifecycle bugsDavid Carlier
13 daystools/sched_ext: scx_central: fix sched_setaffinity() call with the set sizeDavid Carlier
13 daystools/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
2025-10-13sched_ext: Add scx_bpf_task_set_slice() and scx_bpf_task_set_dsq_vtime()Tejun Heo
2025-10-13tools/sched_ext: Strip compatibility macros for cgroup and dispatch APIsTejun Heo
2025-09-23tools/sched_ext: scx_qmap: Make debug output quieter by defaultTejun Heo
2025-09-23sched_ext: Make qmap dump operation non-destructiveTejun Heo
2025-09-03tools/sched_ext: Add compat helper for scx_bpf_cpu_curr()Andrea Righi
2025-09-03sched_ext: Introduce scx_bpf_cpu_curr()Christian Loehle
2025-09-03sched_ext: Introduce scx_bpf_locked_rq()Christian Loehle
2025-08-11tools/sched_ext: Receive updates from SCX repoAndrea Righi
2025-06-20sched_ext: Add support for cgroup bandwidth control interfaceTejun Heo
2025-04-18sched_ext: change the variable name for slice refill eventHonglei Wang
2025-04-14sched_ext: Improve cross-compilation support in Makefileyangsonghua
2025-04-08sched_ext: Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo
2025-04-08sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecationTejun Heo
2025-04-07sched_ext: idle: Introduce scx_bpf_select_cpu_and()Andrea Righi
2025-04-04sched_ext: Drop "ops" from scx_ops_bypass(), scx_ops_breather() and friendsTejun Heo
2025-04-04sched_ext: Drop "ops" from scx_ops_helper, scx_ops_enable_mutex and __scx_ops...Tejun Heo
2025-04-04sched_ext: Drop "ops" from scx_ops_enable_state and friendsTejun Heo
2025-04-02tools/sched_ext: Sync with scx repoTejun Heo
2025-03-04sched_ext: Change the event type from u64 to s64Changwoo Min
2025-03-03sched_ext: Merge branch 'for-6.14-fixes' into for-6.15Tejun Heo