Sync all the sections in Chapter from the upstream

This commit is contained in:
mudongliang
2016-11-21 23:45:26 -05:00
parent 91a140d5d3
commit ac4f45d899
5 changed files with 373 additions and 1 deletions

View File

@@ -4,3 +4,4 @@
* [内存块](https://github.com/MintCN/linux-insides-zh/blob/master/MM/linux-mm-1.md) - 描述早期的 `memblock` 分配器。
* [固定映射地址和 ioremap ](https://github.com/MintCN/linux-insides-zh/blob/master/MM/linux-mm-2.md) - 描述固定映射的地址和早期的 `ioremap`
* [kmemcheck](https://github.com/0xAX/linux-insides/blob/master/MM/linux-mm-3.md) - 第三部分描述 `kmemcheck` 工具。