summaryrefslogtreecommitdiffstats
path: root/tools/sched_ext
AgeCommit message (Expand)AuthorLines
2026-02-20tools/sched_ext: fix getopt not re-parsed on restartDavid Carlier-0/+6
2026-02-20tools/sched_ext: scx_userland: fix data races on shared countersDavid Carlier-13/+13
2026-02-18tools/sched_ext: scx_pair: fix stride == 0 crash on single-CPU systemsDavid Carlier-1/+6
2026-02-18tools/sched_ext: scx_central: fix CPU_SET and skeleton leak on early exitDavid Carlier-1/+2
2026-02-16tools/sched_ext: scx_userland: fix stale data on restartDavid Carlier-0/+8
2026-02-16tools/sched_ext: scx_flatcg: fix potential stack overflow from VLA in fcg_rea...David Carlier-4/+9
2026-02-12tools/sched_ext: scx_userland: fix restart and stats thread lifecycle bugsDavid Carlier-2/+3
2026-02-12tools/sched_ext: scx_central: fix sched_setaffinity() call with the set sizeDavid Carlier-2/+4
2026-02-12tools/sched_ext: scx_flatcg: zero-initialize stats counter arrayDavid Carlier-0/+1
2026-02-11Merge tag 'sched_ext-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-8/+2567
2026-02-02tools/sched_ext: Fix data header access during free in scx_sdtEmil Tsalapatis-1/+1
2026-02-01tools/sched_ext: Add error logging for dsq creation failures in remaining sch...zhidao su-4/+34
2026-01-27tools/sched_ext: add arena based schedulerEmil Tsalapatis-1/+925
2026-01-27tools/sched_ext: add scx_pair schedulerEmil Tsalapatis-1/+800
2026-01-27tools/sched_ext: add scx_userland schedulerEmil Tsalapatis-1/+799
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov-4/+6
2026-01-12sched_ext: Add error logging for dsq creation failuresGeorge Guo-4/+12
2025-12-28tools/sched_ext: update scx_show_state.py for scx_aborting changeKohei Enju-2/+1
2025-12-28tools/sched_ext: fix scx_show_state.py for scx_root changeKohei Enju-2/+5
2025-12-19lib/Kconfig.debug: Set the minimum required pahole version to v1.22Ihor Solodrai-1/+0
2025-11-20sched_ext: tools: Removing duplicate targets during non-cross compilationRong Tao-0/+2
2025-11-12sched_ext: Add scx_cpu0 example schedulerTejun Heo-1/+195
2025-10-29sched_ext/tools: Restore backward compat with v6.12 kernelsTejun Heo-8/+90
2025-10-29sched_ext: Allow scx_bpf_reenqueue_local() to be called from anywhereTejun Heo-11/+51
2025-10-24sched_ext: Add ___compat suffix to scx_bpf_dsq_insert___v2 in compat.bpf.hTejun Heo-3/+5
2025-10-21sched_ext: Fix scx_bpf_dsq_insert() backward binary compatibilityTejun Heo-5/+5
2025-10-15sched_ext: Add lockless peek operation for DSQsRyan Newton-0/+19
2025-10-13sched_ext/tools: Add compat wrapper for scx_bpf_task_set_slice/dsq_vtime()Tejun Heo-2/+24
2025-10-13sched_ext: Make scx_bpf_dsq_insert*() return boolTejun Heo-4/+22
2025-10-13sched_ext: Wrap kfunc args in struct to prepare for aux__progTejun Heo-3/+75
2025-10-13sched_ext: Add scx_bpf_task_set_slice() and scx_bpf_task_set_dsq_vtime()Tejun Heo-0/+2
2025-10-13tools/sched_ext: Strip compatibility macros for cgroup and dispatch APIsTejun Heo-120/+12
2025-09-23tools/sched_ext: scx_qmap: Make debug output quieter by defaultTejun Heo-39/+53
2025-09-23sched_ext: Make qmap dump operation non-destructiveTejun Heo-1/+17
2025-09-03tools/sched_ext: Add compat helper for scx_bpf_cpu_curr()Andrea Righi-1/+18
2025-09-03sched_ext: Introduce scx_bpf_cpu_curr()Christian Loehle-0/+1
2025-09-03sched_ext: Introduce scx_bpf_locked_rq()Christian Loehle-0/+1
2025-08-11tools/sched_ext: Receive updates from SCX repoAndrea Righi-60/+388
2025-06-20sched_ext: Add support for cgroup bandwidth control interfaceTejun Heo-0/+23
2025-04-18sched_ext: change the variable name for slice refill eventHonglei Wang-2/+2
2025-04-14sched_ext: Improve cross-compilation support in Makefileyangsonghua-6/+17
2025-04-08sched_ext: Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo-1/+1
2025-04-08sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecationTejun Heo-1/+1
2025-04-07sched_ext: idle: Introduce scx_bpf_select_cpu_and()Andrea Righi-0/+2
2025-04-04sched_ext: Drop "ops" from scx_ops_bypass(), scx_ops_breather() and friendsTejun Heo-2/+2
2025-04-04sched_ext: Drop "ops" from scx_ops_helper, scx_ops_enable_mutex and __scx_ops...Tejun Heo-1/+1
2025-04-04sched_ext: Drop "ops" from scx_ops_enable_state and friendsTejun Heo-4/+4
2025-04-02tools/sched_ext: Sync with scx repoTejun Heo-29/+94
2025-03-04sched_ext: Change the event type from u64 to s64Changwoo Min-8/+8
2025-03-03sched_ext: Merge branch 'for-6.14-fixes' into for-6.15Tejun Heo-2/+10