summaryrefslogtreecommitdiff
path: root/tools/sched_ext
AgeCommit message (Expand)AuthorFilesLines
11 daystools/sched_ext: Add explicit cast from void* in RESIZE_ARRAY()Kuba Piecuch1-0/+1
11 dayssched_ext: Make string params of __ENUM_set() constKuba Piecuch1-1/+1
11 daystools/sched_ext: Kick home CPU for stranded tasks in scx_qmapTejun Heo1-0/+40
2026-04-06tools/sched_ext: Fix off-by-one in scx_sdt payload zeroingCheng-Yang Chou1-1/+2
2026-03-27scx_central: Defer timer start to central dispatch to fix init errorZhao Mengmeng2-44/+42
2026-03-26tools/sched_ext: Remove redundant SCX_ENQ_IMMED compat definitionTejun Heo1-5/+0
2026-03-26tools/sched_ext: scx_pair: fix pair_ctx indexing for CPU pairsZhao Mengmeng1-2/+12
2026-03-25tools/sched_ext: Regenerate autogen enum headersCheng-Yang Chou3-0/+22
2026-03-23tools/sched_ext: Add scx_bpf_sub_dispatch() compat wrapperCheng-Yang Chou2-1/+13
2026-03-22tools/sched_ext: Add compat handling for sub-scheduler opsAndrea Righi1-0/+16
2026-03-21tools/sched_ext: Update stale scx_ops_error() comment in fcg_cgroup_move()Ke Zhao1-1/+1
2026-03-17sched_ext: Fix typos in commentszhidao su1-1/+1
2026-03-15sched_ext: Update demo schedulers and selftests to use scx_bpf_task_set_dsq_v...Cheng-Yang Chou2-7/+11
2026-03-13sched_ext: Add SCX_OPS_ALWAYS_ENQ_IMMED ops flagTejun Heo3-41/+39
2026-03-13sched_ext: Add enq_flags to scx_bpf_dsq_move_to_local()Tejun Heo7-15/+20
2026-03-13sched_ext: Implement SCX_ENQ_IMMEDTejun Heo1-0/+5
2026-03-12sched_ext: Fix incomplete help text usage stringsCheng-Yang Chou5-5/+5
2026-03-09sched_ext: remove SCX_OPS_HAS_CGROUP_WEIGHTZhao Mengmeng2-2/+1
2026-03-08tools/sched_ext/include: Regenerate enum_defs.autogen.hTejun Heo1-12/+37
2026-03-08tools/sched_ext/include: Add libbpf version guard for assoc_struct_opsTejun Heo1-6/+29
2026-03-08tools/sched_ext/include: Add __COMPAT_HAS_scx_bpf_select_cpu_and macroTejun Heo1-0/+8
2026-03-08tools/sched_ext/include: Add missing helpers to common.bpf.hTejun Heo1-0/+277
2026-03-08tools/sched_ext/include: Sync bpf_arena_common.bpf.h with scx repoTejun Heo1-2/+6
2026-03-08tools/sched_ext/include: Remove dead sdt_task_defs.h guard from common.hTejun Heo1-4/+0
2026-03-07sched_ext: Implement scx_bpf_dsq_reenq() for user DSQsTejun Heo1-2/+55
2026-03-07sched_ext: Introduce scx_bpf_dsq_reenq() for remote local DSQ reenqueueTejun Heo3-4/+33
2026-03-06sched_ext: Add basic building blocks for nested sub-scheduler dispatchingTejun Heo2-1/+37
2026-03-06sched_ext: Introduce scx_prog_sched()Tejun Heo1-0/+10
2026-03-06sched_ext: Introduce cgroup sub-sched supportTejun Heo2-2/+20
2026-03-06Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo6-10/+70
2026-03-03tools/sched_ext: Add -fms-extensions to bpf build flagsZhao Mengmeng1-0/+2
2026-02-27tools/sched_ext: fix strtoul() misuse in scx_hotplug_seq()David Carlier1-2/+5
2026-02-24tools/sched_ext: Add Kconfig to sync with upstreamCheng-Yang Chou1-0/+61
2026-02-24tools/sched_ext: Sync README.md Kconfig with upstream scxCheng-Yang Chou1-6/+0
2026-02-23sched_ext: Fix ops.dequeue() semanticsAndrea Righi3-0/+4
2026-02-23tools/sched_ext: scx_sdt: Remove unused '-f' optionCheng-Yang Chou1-1/+1
2026-02-23tools/sched_ext: scx_central: Remove unused '-p' optionCheng-Yang Chou1-1/+1
2026-02-21tools/sched_ext: fix getopt not re-parsed on restartDavid Carlier6-0/+6
2026-02-21tools/sched_ext: scx_userland: fix data races on shared countersDavid Carlier1-13/+13
2026-02-18tools/sched_ext: scx_pair: fix stride == 0 crash on single-CPU systemsDavid Carlier1-1/+6
2026-02-18tools/sched_ext: scx_central: fix CPU_SET and skeleton leak on early exitDavid Carlier1-1/+2
2026-02-17tools/sched_ext: scx_userland: fix stale data on restartDavid Carlier1-0/+8
2026-02-17tools/sched_ext: scx_flatcg: fix potential stack overflow from VLA in fcg_rea...David Carlier1-4/+9
2026-02-13tools/sched_ext: scx_userland: fix restart and stats thread lifecycle bugsDavid Carlier1-2/+3
2026-02-12tools/sched_ext: scx_central: fix sched_setaffinity() call with the set sizeDavid Carlier1-2/+4
2026-02-12tools/sched_ext: scx_flatcg: zero-initialize stats counter arrayDavid Carlier1-0/+1
2026-02-12Merge 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