mm,doc: Add new documentation structure
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 7 May 2022 13:49:47 +0000 (14:49 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 9 May 2022 22:41:24 +0000 (16:41 -0600)
commit481cc97349d694e3211e14a886ad2b7ef55b5a2c
treefd1518e58c9ef17267f294a3d6a29ae50d8fc3f0
parent4a840d5fdcfcfff55b8b22896c1193a9b26405aa
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>
13 files changed:
Documentation/vm/bootmem.rst [new file with mode: 0644]
Documentation/vm/index.rst
Documentation/vm/oom.rst [new file with mode: 0644]
Documentation/vm/page_allocation.rst [new file with mode: 0644]
Documentation/vm/page_cache.rst [new file with mode: 0644]
Documentation/vm/page_reclaim.rst [new file with mode: 0644]
Documentation/vm/page_tables.rst [new file with mode: 0644]
Documentation/vm/physical_memory.rst [new file with mode: 0644]
Documentation/vm/process_addrs.rst [new file with mode: 0644]
Documentation/vm/shmfs.rst [new file with mode: 0644]
Documentation/vm/slab.rst [new file with mode: 0644]
Documentation/vm/swap.rst [new file with mode: 0644]
Documentation/vm/vmalloc.rst [new file with mode: 0644]