]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - Documentation/vm/00-INDEX
docs/vm: rename documentation files to .rst
[mirror_ubuntu-jammy-kernel.git] / Documentation / vm / 00-INDEX
CommitLineData
1f27d87b
JJ
100-INDEX
2 - this file.
ad56b738 3active_mm.rst
a55ce6dc 4 - An explanation from Linus about tsk->active_mm vs tsk->mm.
ad56b738 5balance.rst
1f27d87b 6 - various information on memory balancing.
ad56b738 7cleancache.rst
6c7842e0 8 - Intro to cleancache and page-granularity victim cache.
ad56b738 9frontswap.rst
6c7842e0 10 - Outline frontswap, part of the transcendent memory frontend.
ad56b738 11highmem.rst
6c7842e0 12 - Outline of highmem and common issues.
ad56b738 13hmm.rst
5a5d1a77 14 - Documentation of heterogeneous memory management
ad56b738 15hugetlbpage.rst
1f27d87b 16 - a brief summary of hugetlbpage support in the Linux kernel.
ad56b738 17hugetlbfs_reserv.rst
70bc0dc5 18 - A brief overview of hugetlbfs reservation design/implementation.
ad56b738 19hwpoison.rst
70bace8c 20 - explains what hwpoison is
ad56b738 21idle_page_tracking.rst
33c3fc71 22 - description of the idle page tracking feature.
ad56b738 23ksm.rst
7701c9c0 24 - how to use the Kernel Samepage Merging feature.
ad56b738 25mmu_notifier.rst
5a5d1a77 26 - a note about clearing pte/pmd and mmu notifications
ad56b738 27numa.rst
1f27d87b 28 - information about NUMA specific code in the Linux vm.
ad56b738 29numa_memory_policy.rst
1f27d87b 30 - documentation of concepts and APIs of the 2.6 memory policy support.
ad56b738 31overcommit-accounting.rst
1f27d87b 32 - description of the Linux kernels overcommit handling modes.
ad56b738 33page_frags.rst
5a5d1a77 34 - description of page fragments allocator
ad56b738 35page_migration.rst
1f27d87b 36 - description of page migration in NUMA systems.
ad56b738 37pagemap.rst
70bace8c 38 - pagemap, from the userspace perspective
ad56b738 39page_owner.rst
5a5d1a77 40 - tracking about who allocated each page
ad56b738 41remap_file_pages.rst
5a5d1a77 42 - a note about remap_file_pages() system call
ad56b738 43slub.rst
1f27d87b 44 - a short users guide for SLUB.
ad56b738 45soft-dirty.rst
6c7842e0 46 - short explanation for soft-dirty PTEs
ad56b738 47split_page_table_lock.rst
3cf8ca1c 48 - Separate per-table lock to improve scalability of the old page_table_lock.
ad56b738 49swap_numa.rst
5a5d1a77 50 - automatic binding of swap device to numa node
ad56b738 51transhuge.rst
6c7842e0 52 - Transparent Hugepage Support, alternative way of using hugepages.
ad56b738 53unevictable-lru.rst
70bace8c 54 - Unevictable LRU infrastructure
ad56b738 55userfaultfd.rst
5a5d1a77
MR
56 - description of userfaultfd system call
57z3fold.txt
58 - outline of z3fold allocator for storing compressed pages
ad56b738 59zsmalloc.rst
5a5d1a77 60 - outline of zsmalloc allocator for storing compressed pages
ad56b738 61zswap.rst
6c7842e0 62 - Intro to compressed cache for swap pages