Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ad1335d authored by Mike Rapoport's avatar Mike Rapoport Committed by Jonathan Corbet
Browse files

docs/admin-guide/mm: start moving here files from Documentation/vm



Several documents in Documentation/vm fit quite well into the "admin/user
guide" category. The documents that don't overload the reader with lots of
implementation details and provide coherent description of certain feature
can be moved to Documentation/admin-guide/mm.

Signed-off-by: default avatarMike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 3a3f7e26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,4 +90,4 @@ Date: December 2009
Contact:	Lee Schermerhorn <lee.schermerhorn@hp.com>
Description:
		The node's huge page size control/query attributes.
		See Documentation/vm/hugetlbpage.rst
 No newline at end of file
		See Documentation/admin-guide/mm/hugetlbpage.rst
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -12,4 +12,4 @@ Description:
			free_hugepages
			surplus_hugepages
			resv_hugepages
		See Documentation/vm/hugetlbpage.rst for details.
		See Documentation/admin-guide/mm/hugetlbpage.rst for details.
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ workload one should:
    are not reclaimable, he or she can filter them out using
    ``/proc/kpageflags``.

See Documentation/vm/pagemap.rst for more information about
See Documentation/admin-guide/mm/pagemap.rst for more information about
``/proc/pid/pagemap``, ``/proc/kpageflags``, and ``/proc/kpagecgroup``.

.. _impl_details:
+9 −0
Original line number Diff line number Diff line
@@ -17,3 +17,12 @@ are described in Documentation/sysctl/vm.txt and in `man 5 proc`_.

Here we document in detail how to interact with various mechanisms in
the Linux memory management.

.. toctree::
   :maxdepth: 1

   hugetlbpage
   idle_page_tracking
   pagemap
   soft-dirty
   userfaultfd
Loading