aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/vm
diff options
context:
space:
mode:
authorMatthew Wilcox <willy@infradead.org>2018-11-19 08:00:49 -0800
committerJonathan Corbet <corbet@lwn.net>2018-11-20 09:17:40 -0700
commitacf0f57a2cb89be0d99fb834079f91b1c67aa133 (patch)
tree8e50b995d525aba4e6c8f5f3b241035c946a88f7 /Documentation/vm
parentdoc:it_IT:doc-guide: fix reference to foobar (diff)
downloadlinux-dev-acf0f57a2cb89be0d99fb834079f91b1c67aa133.tar.xz
linux-dev-acf0f57a2cb89be0d99fb834079f91b1c67aa133.zip
Link the memory allocation guide from the MM docs
I just went looking for the memory allocation guide in the MM docs instead of in the core API. For the benefit of the next person who makes that mistake, link to it from the MM docs. Signed-off-by: Matthew Wilcox <willy@infradead.org> Acked-by: Mike Rapoport <rppt@linux.ibm.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/vm')
-rw-r--r--Documentation/vm/index.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/vm/index.rst b/Documentation/vm/index.rst
index c4ded22197ca..2b3ab3a1ccf3 100644
--- a/Documentation/vm/index.rst
+++ b/Documentation/vm/index.rst
@@ -2,7 +2,9 @@
Linux Memory Management Documentation
=====================================
-This is a collection of documents about Linux memory management (mm) subsystem.
+This is a collection of documents about the Linux memory management (mm)
+subsystem. If you are looking for advice on simply allocating memory,
+see the :ref:`memory-allocation`.
User guides for MM features
===========================