diff options
author | Mike Rapoport <rppt@linux.vnet.ibm.com> | 2018-05-29 13:13:38 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-05-29 15:45:55 +0300 |
commit | ba22931235949cc4d552c86e29bd7cd794412032 (patch) | |
tree | 729b1780fdf884f4c3b6c903730bc589a079ba19 /Documentation/vm | |
parent | d43f2c98f63a961172172ce4d1b3aeea7fbc0628 (diff) | |
download | linux-ba22931235949cc4d552c86e29bd7cd794412032.tar.xz |
docs/vm: move ksm and transhuge from "user" to "internals" section.
After the userspace interface description for KSM and THP was split to
Documentation/admin-guide/mm, the remaining parts belong to the section
describing MM internals.
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/vm')
-rw-r--r-- | Documentation/vm/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/vm/index.rst b/Documentation/vm/index.rst index 8e1cc667eef1..c4ded22197ca 100644 --- a/Documentation/vm/index.rst +++ b/Documentation/vm/index.rst @@ -13,8 +13,6 @@ various features of the Linux memory management .. toctree:: :maxdepth: 1 - ksm - transhuge swap_numa zswap @@ -36,6 +34,7 @@ descriptions of data structures and algorithms. hmm hwpoison hugetlbfs_reserv + ksm mmu_notifier numa overcommit-accounting @@ -45,6 +44,7 @@ descriptions of data structures and algorithms. remap_file_pages slub split_page_table_lock + transhuge unevictable-lru z3fold zsmalloc |