summaryrefslogtreecommitdiffstats
path: root/Documentation/core-api/index.rst
diff options
context:
space:
mode:
authorMike Rapoport2018-06-30 16:55:06 +0200
committerJonathan Corbet2018-08-02 20:40:27 +0200
commitae9d88454446a314f9cda785a072a0c77a81591b (patch)
treefe298371b57855fcc66e6b0caac9470a5cb702fa /Documentation/core-api/index.rst
parentdocs/mm: memblock: add overview documentation (diff)
downloadkernel-qcow2-linux-ae9d88454446a314f9cda785a072a0c77a81591b.tar.gz
kernel-qcow2-linux-ae9d88454446a314f9cda785a072a0c77a81591b.tar.xz
kernel-qcow2-linux-ae9d88454446a314f9cda785a072a0c77a81591b.zip
docs/mm: add description of boot time memory management
Both bootmem and memblock are have pretty good internal documentation coverage. With addition of some overview we get a nice description of the early memory management. Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Acked-by: Michal Hocko <mhocko@suse.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api/index.rst')
-rw-r--r--Documentation/core-api/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst
index f5a66b72f984..93d5a46122a1 100644
--- a/Documentation/core-api/index.rst
+++ b/Documentation/core-api/index.rst
@@ -28,6 +28,7 @@ Core utilities
printk-formats
circular-buffers
gfp_mask-from-fs-io
+ boot-time-mm
Interfaces for kernel debugging
===============================