aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/ext/cid.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-12sched_ext: Gate cid kfuncs behind the SCX struct_ops checkfangqiurong1-0/+1
2026-07-21sched_ext: Build the cid tables privately and publish them with RCUTejun Heo1-20/+37
2026-07-21sched_ext: Drop unused scx_cpumask_to_cmask()Tejun Heo1-1/+0
2026-07-13sched_ext: Build the set_cmask scratch from trusted geometryTejun Heo1-0/+4
2026-07-13sched_ext: Add scx_cmask_ref for validated arena cmask accessTejun Heo1-0/+7
2026-07-13sched_ext: Add CID shardingTejun Heo1-0/+4
2026-07-13sched_ext: Add ops.init_cids() to finalize the cid layout before initTejun Heo1-1/+1
2026-07-09sched_ext: Use READ_ONCE/WRITE_ONCE in cmask word ops and drop _RACY variantsTejun Heo1-2/+0
2026-06-22sched_ext: Move shared helpers from ext.c into internal.h and cid.hTejun Heo1-0/+21
2026-06-22sched_ext: Make kernel/sched/ext/ sources self-contained for clangdTejun Heo1-0/+2
2026-06-22sched_ext: Move sources under kernel/sched/ext/Tejun Heo1-0/+271