1 ===============================
2 Memory Management Documentation
3 ===============================
5 This is a guide to understanding the memory management subsystem
6 of Linux. If you are looking for advice on simply allocating memory,
7 see the :ref:`memory_allocation`. For controlling and tuning guides,
8 see the :doc:`admin guide <../admin-guide/mm/index>`.
27 Unsorted Documentation
28 ======================
30 This is a collection of unsorted documents about the Linux memory management
31 (MM) subsystem internals with different level of details ranging from notes and
32 mailing list responses for elaborating descriptions of data structures and
33 algorithms. It should all be integrated nicely into the above structured
34 documentation, or deleted if it has served its purpose.
63 vmalloced-kernel-stacks