mirror of
https://github.com/0xAX/linux-insides.git
synced 2024-12-22 14:48:08 +00:00
change filename to match naming style
This commit is contained in:
parent
cd6d4cfe76
commit
5006c2a69c
@ -53,7 +53,7 @@
|
|||||||
* [Memory management](mm/README.md)
|
* [Memory management](mm/README.md)
|
||||||
* [Memblock](mm/linux-mm-1.md)
|
* [Memblock](mm/linux-mm-1.md)
|
||||||
* [Fixmaps and ioremap](mm/linux-mm-2.md)
|
* [Fixmaps and ioremap](mm/linux-mm-2.md)
|
||||||
* [kmemcheck](mm/mm-3.md)
|
* [kmemcheck](mm/linux-mm-3.md)
|
||||||
* [SMP]()
|
* [SMP]()
|
||||||
* [Concepts](Concepts/README.md)
|
* [Concepts](Concepts/README.md)
|
||||||
* [Per-CPU variables](Concepts/per-cpu.md)
|
* [Per-CPU variables](Concepts/per-cpu.md)
|
||||||
|
@ -5,4 +5,4 @@ couple of posts which describe different parts of the linux memory management fr
|
|||||||
|
|
||||||
* [Memblock](https://github.com/0xAX/linux-insides/blob/master/mm/linux-mm-1.md) - describes early `memblock` allocator.
|
* [Memblock](https://github.com/0xAX/linux-insides/blob/master/mm/linux-mm-1.md) - describes early `memblock` allocator.
|
||||||
* [Fix-Mapped Addresses and ioremap](https://github.com/0xAX/linux-insides/blob/master/mm/linux-mm-2.md) - describes `fix-mapped` addresses and early `ioremap`.
|
* [Fix-Mapped Addresses and ioremap](https://github.com/0xAX/linux-insides/blob/master/mm/linux-mm-2.md) - describes `fix-mapped` addresses and early `ioremap`.
|
||||||
* [kmemcheck](https://github.com/0xAX/linux-insides/blob/master/mm/mm-3.md) - third part describes `kmemcheck` tool.
|
* [kmemcheck](https://github.com/0xAX/linux-insides/blob/master/mm/linux-mm-3.md) - third part describes `kmemcheck` tool.
|
||||||
|
Loading…
Reference in New Issue
Block a user