linux-insides/Concepts/README.md

9 lines
496 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](http://0xax.gitbooks.io/linux-insides/content/Concepts/per-cpu.html)
2015-04-05 13:53:50 +00:00
* [CPU masks](http://0xax.gitbooks.io/linux-insides/content/Concepts/cpumask.html)
2016-04-03 14:27:00 +00:00
* [The initcall mechanism](https://0xax.gitbooks.io/linux-insides/content/Concepts/initcall.html)
2016-11-06 14:02:04 +00:00
* [Notification Chains in Linux Kernel](https://0xax.gitbooks.io/linux-insides/content/Concepts/notification_chains.html)