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
/
internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-17
sched_ext: Merge branch 'for-7.3-arena-args' into for-7.3
Tejun Heo
1
-15
/
+4
2026-08-15
sched_ext: Make core-sched task ordering hierarchy-aware
Tejun Heo
1
-0
/
+5
2026-08-14
sched_ext: fix stale references in doc comments
Tao Cui
1
-3
/
+4
2026-08-12
sched_ext: Pass kernel arena pointers to ops_cid callbacks
Tejun Heo
1
-15
/
+4
2026-08-03
sched_ext: Eject the top rescue consumer on overload
Tejun Heo
1
-0
/
+9
2026-08-03
sched_ext: Add bandwidth-limited rescue execution for stranded tasks
Tejun Heo
1
-1
/
+55
2026-08-03
sched_ext: Add SCX_TASK_PROTECTED
Tejun Heo
1
-1
/
+1
2026-08-03
sched_ext: Synchronize slice and dsq_vtime writes
Tejun Heo
1
-0
/
+4
2026-08-03
sched_ext: Factor out __scx_bpf_now()
Tejun Heo
1
-0
/
+1
2026-08-03
sched_ext: Make several ext.c helpers available outside ext.c
Tejun Heo
1
-0
/
+8
2026-08-02
sched_ext: Fix stale @cgroup_id in sched_ext_ops kernel-doc
Liang Luo
1
-2
/
+2
2026-07-27
sched_ext: Report NMI kicks with scx_error()
Tejun Heo
1
-1
/
+0
2026-07-27
sched_ext: Format bstr exit messages after claiming the exit
Tejun Heo
1
-4
/
+3
2026-07-27
sched_ext: Make exit claiming lock-free
Tejun Heo
1
-0
/
+2
2026-07-26
sched_ext: Bound per-task reenqueues and eject the owning scheduler
Tejun Heo
1
-11
/
+8
2026-07-25
sched_ext: Resolve most remaining scx_root accesses
Tejun Heo
1
-0
/
+27
2026-07-24
sched_ext: Gate scx_bpf_cidperf_set() behind a new SCX_CAP_PERF
Tejun Heo
1
-1
/
+15
2026-07-24
sched_ext: Count kicks denied for lacking baseline cid access
Tejun Heo
1
-0
/
+8
2026-07-24
sched_ext: Gate local DSQ reenq on baseline cid access
Tejun Heo
1
-1
/
+8
2026-07-21
sched_ext: Build the cid tables privately and publish them with RCU
Tejun Heo
1
-2
/
+3
2026-07-19
sched_ext: Rename the cid-form cgroup ops to cpuctl_*
Tejun Heo
1
-13
/
+12
2026-07-19
sched_ext: Hand over cgroups at sub-scheduler enable/disable
Tejun Heo
1
-0
/
+6
2026-07-19
sched_ext: Deliver cgroup ops to each task_group's sched
Tejun Heo
1
-4
/
+30
2026-07-19
sched_ext: Re-home tasks on cgroup migration
Tejun Heo
1
-1
/
+2
2026-07-19
sched_ext: Relocate scx_cgroup_enabled
Tejun Heo
1
-0
/
+1
2026-07-15
sched_ext: Add the scx_has_subs static key and gate sub-sched hot paths
Tejun Heo
1
-2
/
+17
2026-07-13
sched_ext: Add scx_bpf_sub_kill() to evict a child sub-scheduler
Tejun Heo
1
-0
/
+11
2026-07-13
sched_ext: Route ops.update_idle() to sub-schedulers and re-notify owed scheds
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
-2
/
+22
2026-07-13
sched_ext: Add the SCX_CAP_ENQ cap
Tejun Heo
1
-3
/
+11
2026-07-13
sched_ext: Tie cpu occupancy to SCX_CAP_BASE through the task slice
Tejun Heo
1
-2
/
+17
2026-07-13
sched_ext: Assign a unique id to each scheduler instance
Tejun Heo
1
-0
/
+3
2026-07-13
sched_ext: Add the SCX_CAP_ENQ_IMMED cap
Tejun Heo
1
-3
/
+8
2026-07-13
sched_ext: Add SCX_ENQ_IGNORE_CAPS for in-place restore
Tejun Heo
1
-0
/
+1
2026-07-13
sched_ext: Add reject DSQ for cap-rejected dispatches
Tejun Heo
1
-1
/
+18
2026-07-13
sched_ext: Add sub_ecaps_updated() effective-cap change notifier
Tejun Heo
1
-1
/
+18
2026-07-13
sched_ext: Maintain per-cpu effective cap copies for single-read checks
Tejun Heo
1
-1
/
+20
2026-07-13
sched_ext: Add coalescing sub_caps_updated() notifier for sub-schedulers
Tejun Heo
1
-0
/
+71
2026-07-13
sched_ext: Add per-shard cap delegation for sub-schedulers
Tejun Heo
1
-4
/
+52
2026-07-13
sched_ext: Stop resolving a disabled scheduler's programs
Tejun Heo
1
-4
/
+15
2026-07-13
sched_ext: Add per-shard scx_sched storage scaffolding
Tejun Heo
1
-0
/
+18
2026-07-13
sched_ext: Defer scx_sched kobj sysfs add into the enable workfns
Tejun Heo
1
-0
/
+1
2026-07-13
sched_ext: Add CID sharding
Tejun Heo
1
-0
/
+13
2026-07-13
sched_ext: Add ops.init_cids() to finalize the cid layout before init
Tejun Heo
1
-3
/
+13
2026-07-13
sched_ext: Make the kick machinery per-sched
Tejun Heo
1
-0
/
+14
2026-07-13
sched_ext: Assert per-task ops run on the task's owner
Tejun Heo
1
-1
/
+9
2026-07-09
sched_ext: Add SCX_CALL_CID_OP_TASK() for cid-form op dispatch
Tejun Heo
1
-3
/
+20
2026-07-01
sched_ext: Split sub-scheduler implementation into sub.c
Tejun Heo
1
-0
/
+28
2026-07-01
sched_ext: Inline small ext.c helpers shared across the sub.c split
Tejun Heo
1
-0
/
+57
2026-07-01
sched_ext: Expose the ext.c internals used by the sub.c split
Tejun Heo
1
-0
/
+80
[next]