index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
ext
/
ext.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-08
sched_ext: Preserve rq tracking across local DSQ dispatch
Andrea Righi
1
-16
/
+20
2026-07-01
sched_ext: Split sub-scheduler implementation into sub.c
Tejun Heo
1
-810
/
+1
2026-07-01
sched_ext: Inline small ext.c helpers shared across the sub.c split
Tejun Heo
1
-57
/
+0
2026-07-01
sched_ext: Expose the ext.c internals used by the sub.c split
Tejun Heo
1
-77
/
+39
2026-07-01
sched_ext: Prefix file-local ext.c helpers exposed by the sub.c split
Tejun Heo
1
-96
/
+96
2026-07-01
sched_ext: Merge branch 'for-7.2-fixes' into for-7.3
Tejun Heo
1
-3
/
+17
2026-06-30
sched_ext: Parenthesize local SCX_EVENT defines to fix checkpatch error
Cheng-Yang Chou
1
-2
/
+2
2026-06-30
sched_ext: Replace open-coded event lists with SCX_EVENTS_LIST
Cheng-Yang Chou
1
-51
/
+10
2026-06-30
sched_ext: Don't warn on core-sched forced idle in put_prev_task_scx()
Tejun Heo
1
-1
/
+6
2026-06-29
sched_ext: Pin parent scx_sched across a child sub-scheduler's lifetime
Tejun Heo
1
-2
/
+11
2026-06-24
sched_ext, rcu: Upgrade RCU stall paths to report cpumask of stalled CPUs
Cheng-Yang Chou
1
-9
/
+64
2026-06-24
sched_ext: Fix exit_cpu accuracy for lockup paths
Cheng-Yang Chou
1
-6
/
+9
2026-06-24
sched_ext: Remove deprecated scx_bpf_cpu_rq()
Christian Loehle
1
-30
/
+0
2026-06-24
sched_ext: Annotate ksyncs with __rcu in alloc/free_kick_syncs()
Tejun Heo
1
-2
/
+2
2026-06-24
sched_ext: Check remote rq eligibility under task's rq lock
Kuba Piecuch
1
-8
/
+16
2026-06-24
sched_ext: Reset dsq_vtime and slice when a task leaves SCX
Andrea Righi
1
-0
/
+7
2026-06-24
sched_ext: Avoid flooding the log with deprecation warnings
Breno Leitao
1
-2
/
+2
2026-06-22
sched_ext: Move shared helpers from ext.c into internal.h and cid.h
Tejun Heo
1
-141
/
+0
2026-06-22
sched_ext: Make kernel/sched/ext/ sources self-contained for clangd
Tejun Heo
1
-0
/
+13
2026-06-22
sched_ext: Move sources under kernel/sched/ext/
Tejun Heo
1
-0
/
+10882
[prev]