Documentation/vm: move user guides to admin-guide/mm/
Most memory management user guide documents are in 'admin-guide/mm/', but two of those are in 'vm/'. This moves the two docs into 'admin-guide/mm' for easier documents finding. Link: https://lkml.kernel.org/r/20210917123958.3819-2-sj@kernel.org Signed-off-by: SeongJae Park <sjpark@amazon.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
f24b062607
commit
ad782c48df
@ -37,5 +37,7 @@ the Linux memory management.
|
|||||||
numaperf
|
numaperf
|
||||||
pagemap
|
pagemap
|
||||||
soft-dirty
|
soft-dirty
|
||||||
|
swap_numa
|
||||||
transhuge
|
transhuge
|
||||||
userfaultfd
|
userfaultfd
|
||||||
|
zswap
|
||||||
|
@ -3,27 +3,11 @@ Linux Memory Management Documentation
|
|||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
This is a collection of documents about the Linux memory management (mm)
|
This is a collection of documents about the Linux memory management (mm)
|
||||||
subsystem. If you are looking for advice on simply allocating memory,
|
subsystem internals with different level of details ranging from notes and
|
||||||
see the :ref:`memory_allocation`.
|
mailing list responses for elaborating descriptions of data structures and
|
||||||
|
algorithms. If you are looking for advice on simply allocating memory, see the
|
||||||
User guides for MM features
|
:ref:`memory_allocation`. For controlling and tuning guides, see the
|
||||||
===========================
|
:doc:`admin guide <../admin-guide/mm/index>`.
|
||||||
|
|
||||||
The following documents provide guides for controlling and tuning
|
|
||||||
various features of the Linux memory management
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 1
|
|
||||||
|
|
||||||
swap_numa
|
|
||||||
zswap
|
|
||||||
|
|
||||||
Kernel developers MM documentation
|
|
||||||
==================================
|
|
||||||
|
|
||||||
The below documents describe MM internals with different level of
|
|
||||||
details ranging from notes and mailing list responses to elaborate
|
|
||||||
descriptions of data structures and algorithms.
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user