|
@@ -18,12 +18,12 @@
|
|
|
* [Memblock](mm/linux-mm-1.md)
|
|
|
* [Data Structures in the Linux Kernel](DataStructures/README.md)
|
|
|
* [Doubly linked list](DataStructures/dlist.md)
|
|
|
+* [Concepts](Conecpts/README.md)
|
|
|
+ * [Per-CPU variables](Conecpts/per-cpu.md)
|
|
|
+ * [Cpumasks]()
|
|
|
* [Theory](Theory/README.md)
|
|
|
* [Paging](Theory/Paging.md)
|
|
|
* [Elf64](Theory/ELF.md)
|
|
|
- * [Per-CPU variables](Theory/per-cpu.md)
|
|
|
- * [Cpumasks]()
|
|
|
- * [Lockdep]()
|
|
|
* [CPUID]()
|
|
|
* [MSR]()
|
|
|
* [Misc]()
|