mirror-linux/include/linux/sched
Marco Elver 04e49d926f sched: Enable context analysis for core.c and fair.c
This demonstrates a larger conversion to use Clang's context
analysis. The benefit is additional static checking of locking rules,
along with better documentation.

Notably, kernel/sched contains sufficiently complex synchronization
patterns, and application to core.c & fair.c demonstrates that the
latest Clang version has become powerful enough to start applying this
to more complex subsystems (with some modest annotations and changes).

Signed-off-by: Marco Elver <elver@google.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://patch.msgid.link/20251219154418.3592607-37-elver@google.com
2026-01-05 16:43:36 +01:00
..
affinity.h
autogroup.h
clock.h
cond_resched.h
coredump.h
cpufreq.h
cputime.h
deadline.h
debug.h
ext.h
hotplug.h
idle.h
init.h
isolation.h
jobctl.h
loadavg.h
mm.h
nohz.h
numa_balancing.h
posix-timers.h
prio.h
rseq_api.h
rt.h
sd_flags.h
signal.h sched: Enable context analysis for core.c and fair.c 2026-01-05 16:43:36 +01:00
smt.h
stat.h
sysctl.h
task.h sched: Enable context analysis for core.c and fair.c 2026-01-05 16:43:36 +01:00
task_flags.h
task_stack.h
thread_info_api.h
topology.h
types.h
user.h
vhost_task.h
wake_q.h sched: Enable context analysis for core.c and fair.c 2026-01-05 16:43:36 +01:00
xacct.h