diff options
-rw-r--r-- | Documentation/vm/00-INDEX | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/vm/00-INDEX b/Documentation/vm/00-INDEX index 11d3d8dcb449..0278f2c85efb 100644 --- a/Documentation/vm/00-INDEX +++ b/Documentation/vm/00-INDEX | |||
@@ -10,6 +10,8 @@ frontswap.txt | |||
10 | - Outline frontswap, part of the transcendent memory frontend. | 10 | - Outline frontswap, part of the transcendent memory frontend. |
11 | highmem.txt | 11 | highmem.txt |
12 | - Outline of highmem and common issues. | 12 | - Outline of highmem and common issues. |
13 | hmm.txt | ||
14 | - Documentation of heterogeneous memory management | ||
13 | hugetlbpage.txt | 15 | hugetlbpage.txt |
14 | - a brief summary of hugetlbpage support in the Linux kernel. | 16 | - a brief summary of hugetlbpage support in the Linux kernel. |
15 | hugetlbfs_reserv.txt | 17 | hugetlbfs_reserv.txt |
@@ -20,25 +22,41 @@ idle_page_tracking.txt | |||
20 | - description of the idle page tracking feature. | 22 | - description of the idle page tracking feature. |
21 | ksm.txt | 23 | ksm.txt |
22 | - how to use the Kernel Samepage Merging feature. | 24 | - how to use the Kernel Samepage Merging feature. |
25 | mmu_notifier.txt | ||
26 | - a note about clearing pte/pmd and mmu notifications | ||
23 | numa | 27 | numa |
24 | - information about NUMA specific code in the Linux vm. | 28 | - information about NUMA specific code in the Linux vm. |
25 | numa_memory_policy.txt | 29 | numa_memory_policy.txt |
26 | - documentation of concepts and APIs of the 2.6 memory policy support. | 30 | - documentation of concepts and APIs of the 2.6 memory policy support. |
27 | overcommit-accounting | 31 | overcommit-accounting |
28 | - description of the Linux kernels overcommit handling modes. | 32 | - description of the Linux kernels overcommit handling modes. |
33 | page_frags | ||
34 | - description of page fragments allocator | ||
29 | page_migration | 35 | page_migration |
30 | - description of page migration in NUMA systems. | 36 | - description of page migration in NUMA systems. |
31 | pagemap.txt | 37 | pagemap.txt |
32 | - pagemap, from the userspace perspective | 38 | - pagemap, from the userspace perspective |
39 | page_owner.txt | ||
40 | - tracking about who allocated each page | ||
41 | remap_file_pages.txt | ||
42 | - a note about remap_file_pages() system call | ||
33 | slub.txt | 43 | slub.txt |
34 | - a short users guide for SLUB. | 44 | - a short users guide for SLUB. |
35 | soft-dirty.txt | 45 | soft-dirty.txt |
36 | - short explanation for soft-dirty PTEs | 46 | - short explanation for soft-dirty PTEs |
37 | split_page_table_lock | 47 | split_page_table_lock |
38 | - Separate per-table lock to improve scalability of the old page_table_lock. | 48 | - Separate per-table lock to improve scalability of the old page_table_lock. |
49 | swap_numa.txt | ||
50 | - automatic binding of swap device to numa node | ||
39 | transhuge.txt | 51 | transhuge.txt |
40 | - Transparent Hugepage Support, alternative way of using hugepages. | 52 | - Transparent Hugepage Support, alternative way of using hugepages. |
41 | unevictable-lru.txt | 53 | unevictable-lru.txt |
42 | - Unevictable LRU infrastructure | 54 | - Unevictable LRU infrastructure |
55 | userfaultfd.txt | ||
56 | - description of userfaultfd system call | ||
57 | z3fold.txt | ||
58 | - outline of z3fold allocator for storing compressed pages | ||
59 | zsmalloc.txt | ||
60 | - outline of zsmalloc allocator for storing compressed pages | ||
43 | zswap.txt | 61 | zswap.txt |
44 | - Intro to compressed cache for swap pages | 62 | - Intro to compressed cache for swap pages |