aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/ext/internal.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-17sched_ext: Merge branch 'for-7.3-arena-args' into for-7.3Tejun Heo1-15/+4
2026-08-15sched_ext: Make core-sched task ordering hierarchy-awareTejun Heo1-0/+5
2026-08-14sched_ext: fix stale references in doc commentsTao Cui1-3/+4
2026-08-12sched_ext: Pass kernel arena pointers to ops_cid callbacksTejun Heo1-15/+4
2026-08-03sched_ext: Eject the top rescue consumer on overloadTejun Heo1-0/+9
2026-08-03sched_ext: Add bandwidth-limited rescue execution for stranded tasksTejun Heo1-1/+55
2026-08-03sched_ext: Add SCX_TASK_PROTECTEDTejun Heo1-1/+1
2026-08-03sched_ext: Synchronize slice and dsq_vtime writesTejun Heo1-0/+4
2026-08-03sched_ext: Factor out __scx_bpf_now()Tejun Heo1-0/+1
2026-08-03sched_ext: Make several ext.c helpers available outside ext.cTejun Heo1-0/+8
2026-08-02sched_ext: Fix stale @cgroup_id in sched_ext_ops kernel-docLiang Luo1-2/+2
2026-07-27sched_ext: Report NMI kicks with scx_error()Tejun Heo1-1/+0
2026-07-27sched_ext: Format bstr exit messages after claiming the exitTejun Heo1-4/+3
2026-07-27sched_ext: Make exit claiming lock-freeTejun Heo1-0/+2
2026-07-26sched_ext: Bound per-task reenqueues and eject the owning schedulerTejun Heo1-11/+8
2026-07-25sched_ext: Resolve most remaining scx_root accessesTejun Heo1-0/+27
2026-07-24sched_ext: Gate scx_bpf_cidperf_set() behind a new SCX_CAP_PERFTejun Heo1-1/+15
2026-07-24sched_ext: Count kicks denied for lacking baseline cid accessTejun Heo1-0/+8
2026-07-24sched_ext: Gate local DSQ reenq on baseline cid accessTejun Heo1-1/+8
2026-07-21sched_ext: Build the cid tables privately and publish them with RCUTejun Heo1-2/+3
2026-07-19sched_ext: Rename the cid-form cgroup ops to cpuctl_*Tejun Heo1-13/+12
2026-07-19sched_ext: Hand over cgroups at sub-scheduler enable/disableTejun Heo1-0/+6
2026-07-19sched_ext: Deliver cgroup ops to each task_group's schedTejun Heo1-4/+30
2026-07-19sched_ext: Re-home tasks on cgroup migrationTejun Heo1-1/+2
2026-07-19sched_ext: Relocate scx_cgroup_enabledTejun Heo1-0/+1
2026-07-15sched_ext: Add the scx_has_subs static key and gate sub-sched hot pathsTejun Heo1-2/+17
2026-07-13sched_ext: Add scx_bpf_sub_kill() to evict a child sub-schedulerTejun Heo1-0/+11
2026-07-13sched_ext: Route ops.update_idle() to sub-schedulers and re-notify owed schedsTejun Heo1-0/+2
2026-07-13sched_ext: Gate kicks on SCX_CAP_BASE and preemption on SCX_CAP_PREEMPTTejun Heo1-2/+22
2026-07-13sched_ext: Add the SCX_CAP_ENQ capTejun Heo1-3/+11
2026-07-13sched_ext: Tie cpu occupancy to SCX_CAP_BASE through the task sliceTejun Heo1-2/+17
2026-07-13sched_ext: Assign a unique id to each scheduler instanceTejun Heo1-0/+3
2026-07-13sched_ext: Add the SCX_CAP_ENQ_IMMED capTejun Heo1-3/+8
2026-07-13sched_ext: Add SCX_ENQ_IGNORE_CAPS for in-place restoreTejun Heo1-0/+1
2026-07-13sched_ext: Add reject DSQ for cap-rejected dispatchesTejun Heo1-1/+18
2026-07-13sched_ext: Add sub_ecaps_updated() effective-cap change notifierTejun Heo1-1/+18
2026-07-13sched_ext: Maintain per-cpu effective cap copies for single-read checksTejun Heo1-1/+20
2026-07-13sched_ext: Add coalescing sub_caps_updated() notifier for sub-schedulersTejun Heo1-0/+71
2026-07-13sched_ext: Add per-shard cap delegation for sub-schedulersTejun Heo1-4/+52
2026-07-13sched_ext: Stop resolving a disabled scheduler's programsTejun Heo1-4/+15
2026-07-13sched_ext: Add per-shard scx_sched storage scaffoldingTejun Heo1-0/+18
2026-07-13sched_ext: Defer scx_sched kobj sysfs add into the enable workfnsTejun Heo1-0/+1
2026-07-13sched_ext: Add CID shardingTejun Heo1-0/+13
2026-07-13sched_ext: Add ops.init_cids() to finalize the cid layout before initTejun Heo1-3/+13
2026-07-13sched_ext: Make the kick machinery per-schedTejun Heo1-0/+14
2026-07-13sched_ext: Assert per-task ops run on the task's ownerTejun Heo1-1/+9
2026-07-09sched_ext: Add SCX_CALL_CID_OP_TASK() for cid-form op dispatchTejun Heo1-3/+20
2026-07-01sched_ext: Split sub-scheduler implementation into sub.cTejun Heo1-0/+28
2026-07-01sched_ext: Inline small ext.c helpers shared across the sub.c splitTejun Heo1-0/+57
2026-07-01sched_ext: Expose the ext.c internals used by the sub.c splitTejun Heo1-0/+80