linux-insides/Concepts/README.md

9 lines
266 B
Markdown

# Linux kernel concepts
This chapter describes various concepts which are used in the Linux kernel.
* [Per-CPU variables](per-cpu.md)
* [CPU masks](cpumask.md)
* [The initcall mechanism](initcall.md)
* [Notification Chains in Linux Kernel](notification_chains.md)