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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-23
sched_ext: Repair kernel-doc comments
Randy Dunlap
1
-3
/
+6
2026-07-22
sched_ext: Fix stale errno in scx_sub_enable_workfn()
Cui Jian
1
-0
/
+2
2026-07-22
sched_ext: Mark waker CPU busy when selected in WAKE_SYNC case
Kuba Piecuch
1
-1
/
+3
2026-07-21
sched_ext: Build the cid tables privately and publish them with RCU
Tejun Heo
5
-139
/
+273
2026-07-21
sched_ext: Drop unused scx_cpumask_to_cmask()
Tejun Heo
2
-22
/
+0
2026-07-21
sched_ext: Skip the default CPU selection while bypassing
Tejun Heo
1
-2
/
+13
2026-07-21
sched_ext: Blame the DSQ's owning scheduler for a runnable stall
Tejun Heo
1
-0
/
+11
2026-07-19
sched_ext: Rename the cid-form cgroup ops to cpuctl_*
Tejun Heo
2
-31
/
+30
2026-07-19
sched_ext: Hand over cgroups at sub-scheduler enable/disable
Tejun Heo
3
-13
/
+237
2026-07-19
sched_ext: Deliver cgroup ops to each task_group's sched
Tejun Heo
2
-47
/
+144
2026-07-19
sched_ext: Re-home tasks on cgroup migration
Tejun Heo
3
-15
/
+152
2026-07-19
sched_ext: Relocate scx_cgroup_enabled
Tejun Heo
2
-6
/
+13
2026-07-19
sched_ext: Factor out scx_rehome_task() and scx_punt_task()
Tejun Heo
1
-28
/
+56
2026-07-17
Merge branch 'for-7.2-fixes' into for-7.3
Tejun Heo
2
-9
/
+49
2026-07-17
sched_ext: Don't enable non-ext tasks in the sub-sched task loops
Tejun Heo
1
-5
/
+16
2026-07-17
sched_ext: Skip sub-disable teardown for never-linked sub-schedulers
Tejun Heo
1
-2
/
+12
2026-07-17
sched_ext: Take cgroup_lock() first in scx_cgroup_lock()
Tejun Heo
1
-2
/
+7
2026-07-17
sched_ext: Reject setting disallow from init_task outside the enable path
Tejun Heo
1
-0
/
+3
2026-07-15
sched_ext: Add the scx_has_subs static key and gate sub-sched hot paths
Tejun Heo
5
-4
/
+65
2026-07-15
sched_ext: Gate sub_dispatch_prev with CONFIG_EXT_SUB_SCHED
Tejun Heo
1
-8
/
+11
2026-07-15
sched_ext: Move scx_dispatch_sched() to a new inlines.h
Tejun Heo
4
-110
/
+127
2026-07-15
sched_ext: Remove queued ecaps syncs directly on sched teardown
Tejun Heo
2
-26
/
+43
2026-07-13
sched_ext: Add scx_bpf_sub_kill() to evict a child sub-scheduler
Tejun Heo
3
-12
/
+84
2026-07-13
sched_ext: Replay ecaps notifications suppressed by bypass
Tejun Heo
3
-1
/
+40
2026-07-13
sched_ext: Route ops.update_idle() to sub-schedulers and re-notify owed scheds
Tejun Heo
4
-28
/
+124
2026-07-13
sched_ext: Authorize remote-move inserts against the placing scheduler
Tejun Heo
2
-14
/
+23
2026-07-13
sched_ext: Gate kicks on SCX_CAP_BASE and preemption on SCX_CAP_PREEMPT
Tejun Heo
4
-15
/
+77
2026-07-13
sched_ext: Add the SCX_CAP_ENQ cap
Tejun Heo
3
-5
/
+22
2026-07-13
sched_ext: Tie cpu occupancy to SCX_CAP_BASE through the task slice
Tejun Heo
3
-12
/
+218
2026-07-13
sched_ext: Track the cpu a task is runnable on
Tejun Heo
1
-0
/
+9
2026-07-13
sched_ext: Route task slice writes through set_task_slice()
Tejun Heo
1
-13
/
+19
2026-07-13
sched_ext: Assign a unique id to each scheduler instance
Tejun Heo
2
-0
/
+7
2026-07-13
sched_ext: Add the SCX_CAP_ENQ_IMMED cap
Tejun Heo
4
-6
/
+19
2026-07-13
sched_ext: Add SCX_ENQ_IGNORE_CAPS for in-place restore
Tejun Heo
3
-2
/
+9
2026-07-13
sched_ext: Add reject DSQ for cap-rejected dispatches
Tejun Heo
4
-9
/
+228
2026-07-13
sched_ext: Generalize local-DSQ handling to rq-owned DSQs
Tejun Heo
1
-12
/
+22
2026-07-13
sched_ext: Add sub_ecaps_updated() effective-cap change notifier
Tejun Heo
4
-15
/
+154
2026-07-13
sched_ext: Maintain per-cpu effective cap copies for single-read checks
Tejun Heo
4
-3
/
+177
2026-07-13
sched_ext: Add coalescing sub_caps_updated() notifier for sub-schedulers
Tejun Heo
4
-9
/
+254
2026-07-13
sched_ext: Add per-shard cap delegation for sub-schedulers
Tejun Heo
4
-15
/
+462
2026-07-13
sched_ext: Stop resolving a disabled scheduler's programs
Tejun Heo
3
-4
/
+32
2026-07-13
sched_ext: Add scx_skip_subtree_pre()
Tejun Heo
2
-9
/
+30
2026-07-13
sched_ext: RCU-protect the sub-sched tree's children/sibling lists
Tejun Heo
3
-9
/
+24
2026-07-13
sched_ext: Build the set_cmask scratch from trusted geometry
Tejun Heo
3
-4
/
+81
2026-07-13
sched_ext: Add scx_cmask_ref for validated arena cmask access
Tejun Heo
3
-1
/
+178
2026-07-13
sched_ext: Add per-shard scx_sched storage scaffolding
Tejun Heo
4
-0
/
+84
2026-07-13
sched_ext: Defer scx_sched kobj sysfs add into the enable workfns
Tejun Heo
3
-29
/
+53
2026-07-13
sched_ext: Add shard boundaries to scx_bpf_cid_override()
Tejun Heo
1
-17
/
+137
2026-07-13
sched_ext: Add CID sharding
Tejun Heo
5
-12
/
+176
2026-07-13
sched_ext: Add ops.init_cids() to finalize the cid layout before init
Tejun Heo
4
-29
/
+55
[prev]
[next]