aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/ext/cid.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-12sched_ext: Convert scx_bpf_cid_override() to __arena array argumentsTejun Heo1-21/+28
2026-08-12sched_ext: Convert sub-cap kfuncs to __arena cmask argumentsTejun Heo1-6/+5
2026-07-21sched_ext: Build the cid tables privately and publish them with RCUTejun Heo1-92/+162
2026-07-21sched_ext: Drop unused scx_cpumask_to_cmask()Tejun Heo1-21/+0
2026-07-13sched_ext: Build the set_cmask scratch from trusted geometryTejun Heo1-0/+70
2026-07-13sched_ext: Add scx_cmask_ref for validated arena cmask accessTejun Heo1-0/+133
2026-07-13sched_ext: Add shard boundaries to scx_bpf_cid_override()Tejun Heo1-17/+137
2026-07-13sched_ext: Add CID shardingTejun Heo1-7/+125
2026-07-13sched_ext: Add ops.init_cids() to finalize the cid layout before initTejun Heo1-15/+10
2026-07-09sched_ext: Use READ_ONCE/WRITE_ONCE in cmask word ops and drop _RACY variantsTejun Heo1-45/+10
2026-06-22sched_ext: Make kernel/sched/ext/ sources self-contained for clangdTejun Heo1-0/+3
2026-06-22sched_ext: Move sources under kernel/sched/ext/Tejun Heo1-0/+707