1 =====================================
2 Linux Memory Management Documentation
3 =====================================
5 This is a collection of documents about the Linux memory management (mm)
6 subsystem. If you are looking for advice on simply allocating memory,
7 see the :ref:`memory_allocation`.
9 User guides for MM features
10 ===========================
12 The following documents provide guides for controlling and tuning
13 various features of the Linux memory management
21 Kernel developers MM documentation
22 ==================================
24 The below documents describe MM internals with different level of
25 details ranging from notes and mailing list responses to elaborate
26 descriptions of data structures and algorithms.