index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
ext
/
sub.c
Age
Commit message (
Expand
)
Author
2 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
2026-08-17
sched_ext: Merge branch 'for-7.3-arena-args' into for-7.3
Tejun Heo
2026-08-15
sched_ext: Move the config-off sub-cap kfunc stubs into sub.c
Tejun Heo
2026-08-15
sched_ext: Rename balance-era identifiers to dispatch terms
Tejun Heo
2026-08-14
sched_ext: Set up ops.sub_ecaps_updated() dispatch context on the executing CPU
Tejun Heo
2026-08-12
sched_ext: Convert sub-cap kfuncs to __arena cmask arguments
Tejun Heo
2026-08-12
sched_ext: Pass kernel arena pointers to ops_cid callbacks
Tejun Heo
2026-08-12
sched_ext: Merge branch 'for-7.2-fixes' into for-7.3
Tejun Heo
2026-08-03
sched_ext: Eject the top rescue consumer on overload
Tejun Heo
2026-08-03
sched_ext: Add bandwidth-limited rescue execution for stranded tasks
Tejun Heo
2026-08-03
sched_ext: Make SCX_ENQ_IGNORE_CAPS waive the preemption cap too
Tejun Heo
2026-08-03
sched_ext: Rename scx_local_or_reject_dsq() to scx_resolve_local_dsq()
Tejun Heo
2026-07-27
sched_ext: Format bstr exit messages after claiming the exit
Tejun Heo
2026-07-27
sched_ext: Make exit claiming lock-free
Tejun Heo
2026-07-26
sched_ext: Bound per-task reenqueues and eject the owning scheduler
Tejun Heo
2026-07-25
sched_ext: Resolve most remaining scx_root accesses
Tejun Heo
2026-07-25
sched_ext: Add scx_cgroup_sched() for cgrp->scx_sched reads
Tejun Heo
2026-07-22
sched_ext: Fix stale errno in scx_sub_enable_workfn()
Cui Jian
2026-07-21
sched_ext: Build the cid tables privately and publish them with RCU
Tejun Heo
2026-07-19
sched_ext: Hand over cgroups at sub-scheduler enable/disable
Tejun Heo
2026-07-19
sched_ext: Re-home tasks on cgroup migration
Tejun Heo
2026-07-19
sched_ext: Factor out scx_rehome_task() and scx_punt_task()
Tejun Heo
2026-07-17
Merge branch 'for-7.2-fixes' into for-7.3
Tejun Heo
2026-07-15
sched_ext: Add the scx_has_subs static key and gate sub-sched hot paths
Tejun Heo
2026-07-15
sched_ext: Move scx_dispatch_sched() to a new inlines.h
Tejun Heo
2026-07-15
sched_ext: Remove queued ecaps syncs directly on sched teardown
Tejun Heo
2026-07-13
sched_ext: Add scx_bpf_sub_kill() to evict a child sub-scheduler
Tejun Heo
2026-07-13
sched_ext: Replay ecaps notifications suppressed by bypass
Tejun Heo
2026-07-13
sched_ext: Route ops.update_idle() to sub-schedulers and re-notify owed scheds
Tejun Heo
2026-07-13
sched_ext: Authorize remote-move inserts against the placing scheduler
Tejun Heo
2026-07-13
sched_ext: Gate kicks on SCX_CAP_BASE and preemption on SCX_CAP_PREEMPT
Tejun Heo
2026-07-13
sched_ext: Add the SCX_CAP_ENQ_IMMED cap
Tejun Heo
2026-07-13
sched_ext: Add reject DSQ for cap-rejected dispatches
Tejun Heo
2026-07-13
sched_ext: Add sub_ecaps_updated() effective-cap change notifier
Tejun Heo
2026-07-13
sched_ext: Maintain per-cpu effective cap copies for single-read checks
Tejun Heo
2026-07-13
sched_ext: Add coalescing sub_caps_updated() notifier for sub-schedulers
Tejun Heo
2026-07-13
sched_ext: Add per-shard cap delegation for sub-schedulers
Tejun Heo
2026-07-13
sched_ext: Stop resolving a disabled scheduler's programs
Tejun Heo
2026-07-13
sched_ext: Add scx_skip_subtree_pre()
Tejun Heo
2026-07-13
sched_ext: RCU-protect the sub-sched tree's children/sibling lists
Tejun Heo
2026-07-13
sched_ext: Add per-shard scx_sched storage scaffolding
Tejun Heo
2026-07-13
sched_ext: Defer scx_sched kobj sysfs add into the enable workfns
Tejun Heo
2026-07-09
Merge branch 'for-7.2-fixes' into for-7.3
Tejun Heo
2026-07-01
sched_ext: Split sub-scheduler implementation into sub.c
Tejun Heo