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