index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
sched_ext
Age
Commit message (
Expand
)
Author
Lines
2026-02-20
tools/sched_ext: fix getopt not re-parsed on restart
David Carlier
-0
/
+6
2026-02-20
tools/sched_ext: scx_userland: fix data races on shared counters
David Carlier
-13
/
+13
2026-02-18
tools/sched_ext: scx_pair: fix stride == 0 crash on single-CPU systems
David Carlier
-1
/
+6
2026-02-18
tools/sched_ext: scx_central: fix CPU_SET and skeleton leak on early exit
David Carlier
-1
/
+2
2026-02-16
tools/sched_ext: scx_userland: fix stale data on restart
David Carlier
-0
/
+8
2026-02-16
tools/sched_ext: scx_flatcg: fix potential stack overflow from VLA in fcg_rea...
David Carlier
-4
/
+9
2026-02-12
tools/sched_ext: scx_userland: fix restart and stats thread lifecycle bugs
David Carlier
-2
/
+3
2026-02-12
tools/sched_ext: scx_central: fix sched_setaffinity() call with the set size
David Carlier
-2
/
+4
2026-02-12
tools/sched_ext: scx_flatcg: zero-initialize stats counter array
David Carlier
-0
/
+1
2026-02-11
Merge tag 'sched_ext-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-8
/
+2567
2026-02-02
tools/sched_ext: Fix data header access during free in scx_sdt
Emil Tsalapatis
-1
/
+1
2026-02-01
tools/sched_ext: Add error logging for dsq creation failures in remaining sch...
zhidao su
-4
/
+34
2026-01-27
tools/sched_ext: add arena based scheduler
Emil Tsalapatis
-1
/
+925
2026-01-27
tools/sched_ext: add scx_pair scheduler
Emil Tsalapatis
-1
/
+800
2026-01-27
tools/sched_ext: add scx_userland scheduler
Emil Tsalapatis
-1
/
+799
2026-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
-4
/
+6
2026-01-12
sched_ext: Add error logging for dsq creation failures
George Guo
-4
/
+12
2025-12-28
tools/sched_ext: update scx_show_state.py for scx_aborting change
Kohei Enju
-2
/
+1
2025-12-28
tools/sched_ext: fix scx_show_state.py for scx_root change
Kohei Enju
-2
/
+5
2025-12-19
lib/Kconfig.debug: Set the minimum required pahole version to v1.22
Ihor Solodrai
-1
/
+0
2025-11-20
sched_ext: tools: Removing duplicate targets during non-cross compilation
Rong Tao
-0
/
+2
2025-11-12
sched_ext: Add scx_cpu0 example scheduler
Tejun Heo
-1
/
+195
2025-10-29
sched_ext/tools: Restore backward compat with v6.12 kernels
Tejun Heo
-8
/
+90
2025-10-29
sched_ext: Allow scx_bpf_reenqueue_local() to be called from anywhere
Tejun Heo
-11
/
+51
2025-10-24
sched_ext: Add ___compat suffix to scx_bpf_dsq_insert___v2 in compat.bpf.h
Tejun Heo
-3
/
+5
2025-10-21
sched_ext: Fix scx_bpf_dsq_insert() backward binary compatibility
Tejun Heo
-5
/
+5
2025-10-15
sched_ext: Add lockless peek operation for DSQs
Ryan Newton
-0
/
+19
2025-10-13
sched_ext/tools: Add compat wrapper for scx_bpf_task_set_slice/dsq_vtime()
Tejun Heo
-2
/
+24
2025-10-13
sched_ext: Make scx_bpf_dsq_insert*() return bool
Tejun Heo
-4
/
+22
2025-10-13
sched_ext: Wrap kfunc args in struct to prepare for aux__prog
Tejun Heo
-3
/
+75
2025-10-13
sched_ext: Add scx_bpf_task_set_slice() and scx_bpf_task_set_dsq_vtime()
Tejun Heo
-0
/
+2
2025-10-13
tools/sched_ext: Strip compatibility macros for cgroup and dispatch APIs
Tejun Heo
-120
/
+12
2025-09-23
tools/sched_ext: scx_qmap: Make debug output quieter by default
Tejun Heo
-39
/
+53
2025-09-23
sched_ext: Make qmap dump operation non-destructive
Tejun Heo
-1
/
+17
2025-09-03
tools/sched_ext: Add compat helper for scx_bpf_cpu_curr()
Andrea Righi
-1
/
+18
2025-09-03
sched_ext: Introduce scx_bpf_cpu_curr()
Christian Loehle
-0
/
+1
2025-09-03
sched_ext: Introduce scx_bpf_locked_rq()
Christian Loehle
-0
/
+1
2025-08-11
tools/sched_ext: Receive updates from SCX repo
Andrea Righi
-60
/
+388
2025-06-20
sched_ext: Add support for cgroup bandwidth control interface
Tejun Heo
-0
/
+23
2025-04-18
sched_ext: change the variable name for slice refill event
Honglei Wang
-2
/
+2
2025-04-14
sched_ext: Improve cross-compilation support in Makefile
yangsonghua
-6
/
+17
2025-04-08
sched_ext: Merge branch 'for-6.15-fixes' into for-6.16
Tejun Heo
-1
/
+1
2025-04-08
sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecation
Tejun Heo
-1
/
+1
2025-04-07
sched_ext: idle: Introduce scx_bpf_select_cpu_and()
Andrea Righi
-0
/
+2
2025-04-04
sched_ext: Drop "ops" from scx_ops_bypass(), scx_ops_breather() and friends
Tejun Heo
-2
/
+2
2025-04-04
sched_ext: Drop "ops" from scx_ops_helper, scx_ops_enable_mutex and __scx_ops...
Tejun Heo
-1
/
+1
2025-04-04
sched_ext: Drop "ops" from scx_ops_enable_state and friends
Tejun Heo
-4
/
+4
2025-04-02
tools/sched_ext: Sync with scx repo
Tejun Heo
-29
/
+94
2025-03-04
sched_ext: Change the event type from u64 to s64
Changwoo Min
-8
/
+8
2025-03-03
sched_ext: Merge branch 'for-6.14-fixes' into for-6.15
Tejun Heo
-2
/
+10
[next]