linux-insides/Concepts/README.md

9 lines
250 B
Markdown
Raw Normal View History

2015-04-05 07:09:51 +00:00
# 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)
2017-10-10 18:24:22 +00:00
* [Notification Chains](notification_chains.md)