aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/vm/00-INDEX18
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.
11highmem.txt 11highmem.txt
12 - Outline of highmem and common issues. 12 - Outline of highmem and common issues.
13hmm.txt
14 - Documentation of heterogeneous memory management
13hugetlbpage.txt 15hugetlbpage.txt
14 - a brief summary of hugetlbpage support in the Linux kernel. 16 - a brief summary of hugetlbpage support in the Linux kernel.
15hugetlbfs_reserv.txt 17hugetlbfs_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.
21ksm.txt 23ksm.txt
22 - how to use the Kernel Samepage Merging feature. 24 - how to use the Kernel Samepage Merging feature.
25mmu_notifier.txt
26 - a note about clearing pte/pmd and mmu notifications
23numa 27numa
24 - information about NUMA specific code in the Linux vm. 28 - information about NUMA specific code in the Linux vm.
25numa_memory_policy.txt 29numa_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.
27overcommit-accounting 31overcommit-accounting
28 - description of the Linux kernels overcommit handling modes. 32 - description of the Linux kernels overcommit handling modes.
33page_frags
34 - description of page fragments allocator
29page_migration 35page_migration
30 - description of page migration in NUMA systems. 36 - description of page migration in NUMA systems.
31pagemap.txt 37pagemap.txt
32 - pagemap, from the userspace perspective 38 - pagemap, from the userspace perspective
39page_owner.txt
40 - tracking about who allocated each page
41remap_file_pages.txt
42 - a note about remap_file_pages() system call
33slub.txt 43slub.txt
34 - a short users guide for SLUB. 44 - a short users guide for SLUB.
35soft-dirty.txt 45soft-dirty.txt
36 - short explanation for soft-dirty PTEs 46 - short explanation for soft-dirty PTEs
37split_page_table_lock 47split_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.
49swap_numa.txt
50 - automatic binding of swap device to numa node
39transhuge.txt 51transhuge.txt
40 - Transparent Hugepage Support, alternative way of using hugepages. 52 - Transparent Hugepage Support, alternative way of using hugepages.
41unevictable-lru.txt 53unevictable-lru.txt
42 - Unevictable LRU infrastructure 54 - Unevictable LRU infrastructure
55userfaultfd.txt
56 - description of userfaultfd system call
57z3fold.txt
58 - outline of z3fold allocator for storing compressed pages
59zsmalloc.txt
60 - outline of zsmalloc allocator for storing compressed pages
43zswap.txt 61zswap.txt
44 - Intro to compressed cache for swap pages 62 - Intro to compressed cache for swap pages