index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
ext
/
sub.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-03
sched_ext: Add bandwidth-limited rescue execution for stranded tasks
Tejun Heo
1
-0
/
+26
2026-08-03
sched_ext: Make SCX_ENQ_IGNORE_CAPS waive the preemption cap too
Tejun Heo
1
-3
/
+6
2026-08-03
sched_ext: Rename scx_local_or_reject_dsq() to scx_resolve_local_dsq()
Tejun Heo
1
-3
/
+3
2026-07-25
sched_ext: Add scx_cgroup_sched() for cgrp->scx_sched reads
Tejun Heo
1
-0
/
+14
2026-07-15
sched_ext: Add the scx_has_subs static key and gate sub-sched hot paths
Tejun Heo
1
-0
/
+15
2026-07-15
sched_ext: Move scx_dispatch_sched() to a new inlines.h
Tejun Heo
1
-110
/
+0
2026-07-13
sched_ext: Replay ecaps notifications suppressed by bypass
Tejun Heo
1
-0
/
+2
2026-07-13
sched_ext: Gate kicks on SCX_CAP_BASE and preemption on SCX_CAP_PREEMPT
Tejun Heo
1
-0
/
+15
2026-07-13
sched_ext: Add the SCX_CAP_ENQ cap
Tejun Heo
1
-2
/
+10
2026-07-13
sched_ext: Tie cpu occupancy to SCX_CAP_BASE through the task slice
Tejun Heo
1
-0
/
+11
2026-07-13
sched_ext: Add the SCX_CAP_ENQ_IMMED cap
Tejun Heo
1
-2
/
+2
2026-07-13
sched_ext: Add SCX_ENQ_IGNORE_CAPS for in-place restore
Tejun Heo
1
-0
/
+3
2026-07-13
sched_ext: Add reject DSQ for cap-rejected dispatches
Tejun Heo
1
-0
/
+49
2026-07-13
sched_ext: Add sub_ecaps_updated() effective-cap change notifier
Tejun Heo
1
-2
/
+6
2026-07-13
sched_ext: Maintain per-cpu effective cap copies for single-read checks
Tejun Heo
1
-0
/
+16
2026-07-13
sched_ext: Add coalescing sub_caps_updated() notifier for sub-schedulers
Tejun Heo
1
-0
/
+1
2026-07-13
sched_ext: Add per-shard cap delegation for sub-schedulers
Tejun Heo
1
-0
/
+2
2026-07-13
sched_ext: Add scx_skip_subtree_pre()
Tejun Heo
1
-0
/
+2
2026-07-13
sched_ext: RCU-protect the sub-sched tree's children/sibling lists
Tejun Heo
1
-2
/
+2
2026-07-13
sched_ext: Add per-shard scx_sched storage scaffolding
Tejun Heo
1
-0
/
+4
2026-07-10
sched_ext: Add tracepoint for scheduler exit
Pat Somaru
1
-0
/
+6
2026-07-01
sched_ext: Split sub-scheduler implementation into sub.c
Tejun Heo
1
-0
/
+161