index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
sched_ext
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-07
tools/sched_ext/include: Regenerate enum_defs.autogen.h
Tejun Heo
1
-12
/
+37
2026-03-07
tools/sched_ext/include: Add libbpf version guard for assoc_struct_ops
Tejun Heo
1
-6
/
+29
2026-03-07
tools/sched_ext/include: Add __COMPAT_HAS_scx_bpf_select_cpu_and macro
Tejun Heo
1
-0
/
+8
2026-03-07
tools/sched_ext/include: Add missing helpers to common.bpf.h
Tejun Heo
1
-0
/
+277
2026-03-07
tools/sched_ext/include: Sync bpf_arena_common.bpf.h with scx repo
Tejun Heo
1
-2
/
+6
2026-03-07
tools/sched_ext/include: Remove dead sdt_task_defs.h guard from common.h
Tejun Heo
1
-4
/
+0
2026-03-07
sched_ext: Implement scx_bpf_dsq_reenq() for user DSQs
Tejun Heo
1
-2
/
+55
2026-03-07
sched_ext: Introduce scx_bpf_dsq_reenq() for remote local DSQ reenqueue
Tejun Heo
3
-4
/
+33
2026-03-06
sched_ext: Add basic building blocks for nested sub-scheduler dispatching
Tejun Heo
2
-1
/
+37
2026-03-06
sched_ext: Introduce scx_prog_sched()
Tejun Heo
1
-0
/
+10
2026-03-06
sched_ext: Introduce cgroup sub-sched support
Tejun Heo
2
-2
/
+20
2026-03-06
Merge branch 'for-7.0-fixes' into for-7.1
Tejun Heo
6
-10
/
+70
2026-03-02
tools/sched_ext: Add -fms-extensions to bpf build flags
Zhao Mengmeng
1
-0
/
+2
2026-02-27
tools/sched_ext: fix strtoul() misuse in scx_hotplug_seq()
David Carlier
1
-2
/
+5
2026-02-24
tools/sched_ext: Add Kconfig to sync with upstream
Cheng-Yang Chou
1
-0
/
+61
2026-02-24
tools/sched_ext: Sync README.md Kconfig with upstream scx
Cheng-Yang Chou
1
-6
/
+0
2026-02-23
sched_ext: Fix ops.dequeue() semantics
Andrea Righi
3
-0
/
+4
2026-02-23
tools/sched_ext: scx_sdt: Remove unused '-f' option
Cheng-Yang Chou
1
-1
/
+1
2026-02-23
tools/sched_ext: scx_central: Remove unused '-p' option
Cheng-Yang Chou
1
-1
/
+1
2026-02-20
tools/sched_ext: fix getopt not re-parsed on restart
David Carlier
6
-0
/
+6
2026-02-20
tools/sched_ext: scx_userland: fix data races on shared counters
David Carlier
1
-13
/
+13
2026-02-18
tools/sched_ext: scx_pair: fix stride == 0 crash on single-CPU systems
David Carlier
1
-1
/
+6
2026-02-18
tools/sched_ext: scx_central: fix CPU_SET and skeleton leak on early exit
David Carlier
1
-1
/
+2
2026-02-16
tools/sched_ext: scx_userland: fix stale data on restart
David Carlier
1
-0
/
+8
2026-02-16
tools/sched_ext: scx_flatcg: fix potential stack overflow from VLA in fcg_rea...
David Carlier
1
-4
/
+9
2026-02-12
tools/sched_ext: scx_userland: fix restart and stats thread lifecycle bugs
David Carlier
1
-2
/
+3
2026-02-12
tools/sched_ext: scx_central: fix sched_setaffinity() call with the set size
David Carlier
1
-2
/
+4
2026-02-12
tools/sched_ext: scx_flatcg: zero-initialize stats counter array
David Carlier
1
-0
/
+1
2026-02-11
Merge tag 'sched_ext-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
15
-8
/
+2567
2026-02-02
tools/sched_ext: Fix data header access during free in scx_sdt
Emil Tsalapatis
1
-1
/
+1
2026-02-01
tools/sched_ext: Add error logging for dsq creation failures in remaining sch...
zhidao su
4
-4
/
+34
2026-01-27
tools/sched_ext: add arena based scheduler
Emil Tsalapatis
4
-1
/
+925
2026-01-27
tools/sched_ext: add scx_pair scheduler
Emil Tsalapatis
4
-1
/
+800
2026-01-27
tools/sched_ext: add scx_userland scheduler
Emil Tsalapatis
4
-1
/
+799
2026-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
1
-4
/
+6
2026-01-12
sched_ext: Add error logging for dsq creation failures
George Guo
3
-4
/
+12
2025-12-28
tools/sched_ext: update scx_show_state.py for scx_aborting change
Kohei Enju
1
-2
/
+1
2025-12-28
tools/sched_ext: fix scx_show_state.py for scx_root change
Kohei Enju
1
-2
/
+5
2025-12-19
lib/Kconfig.debug: Set the minimum required pahole version to v1.22
Ihor Solodrai
1
-1
/
+0
2025-11-20
sched_ext: tools: Removing duplicate targets during non-cross compilation
Rong Tao
1
-0
/
+2
2025-11-12
sched_ext: Add scx_cpu0 example scheduler
Tejun Heo
3
-1
/
+195
2025-10-29
sched_ext/tools: Restore backward compat with v6.12 kernels
Tejun Heo
3
-8
/
+90
2025-10-29
sched_ext: Allow scx_bpf_reenqueue_local() to be called from anywhere
Tejun Heo
3
-11
/
+51
2025-10-24
sched_ext: Add ___compat suffix to scx_bpf_dsq_insert___v2 in compat.bpf.h
Tejun Heo
1
-3
/
+5
2025-10-21
sched_ext: Fix scx_bpf_dsq_insert() backward binary compatibility
Tejun Heo
1
-5
/
+5
2025-10-15
sched_ext: Add lockless peek operation for DSQs
Ryan Newton
2
-0
/
+19
2025-10-13
sched_ext/tools: Add compat wrapper for scx_bpf_task_set_slice/dsq_vtime()
Tejun Heo
2
-2
/
+24
2025-10-13
sched_ext: Make scx_bpf_dsq_insert*() return bool
Tejun Heo
2
-4
/
+22
2025-10-13
sched_ext: Wrap kfunc args in struct to prepare for aux__prog
Tejun Heo
2
-3
/
+75
2025-10-13
sched_ext: Add scx_bpf_task_set_slice() and scx_bpf_task_set_dsq_vtime()
Tejun Heo
1
-0
/
+2
[prev]
[next]