diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2022-05-07 14:49:47 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-05-09 16:41:24 -0600 |
commit | 481cc97349d694e3211e14a886ad2b7ef55b5a2c (patch) | |
tree | fd1518e58c9ef17267f294a3d6a29ae50d8fc3f0 /Documentation/vm/page_reclaim.rst | |
parent | 4a840d5fdcfcfff55b8b22896c1193a9b26405aa (diff) | |
download | lwn-481cc97349d694e3211e14a886ad2b7ef55b5a2c.tar.gz lwn-481cc97349d694e3211e14a886ad2b7ef55b5a2c.zip |
mm,doc: Add new documentation structure
Closely following the outline of Mel Gorman's book "Understanding the
Linux Virtual Memory Manager", add a new outline. Preserve the current
contents of the mm underneath the new outline so we can transition those
documents to a more sensible place later.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: John Hubbard <jhubbard@nvidia.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Link: https://lore.kernel.org/r/20220507134947.444287-1-willy@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/vm/page_reclaim.rst')
-rw-r--r-- | Documentation/vm/page_reclaim.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/vm/page_reclaim.rst b/Documentation/vm/page_reclaim.rst new file mode 100644 index 000000000000..50a30b7f8ac3 --- /dev/null +++ b/Documentation/vm/page_reclaim.rst @@ -0,0 +1,5 @@ +.. SPDX-License-Identifier: GPL-2.0 + +============ +Page Reclaim +============ |