]> Git Repo - linux.git/commit
mm,doc: Add new documentation structure
authorMatthew Wilcox (Oracle) <[email protected]>
Sat, 7 May 2022 13:49:47 +0000 (14:49 +0100)
committerJonathan Corbet <[email protected]>
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) <[email protected]>
Reviewed-by: John Hubbard <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Acked-by: Johannes Weiner <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
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]
This page took 0.057868 seconds and 4 git commands to generate.