2007-10-16 23:31:17 -07:00
00-INDEX
- this file.
2018-03-21 21:22:47 +02:00
active_mm.rst
2009-04-13 14:40:09 -07:00
- An explanation from Linus about tsk->active_mm vs tsk->mm.
2018-03-21 21:22:47 +02:00
balance.rst
2007-10-16 23:31:17 -07:00
- various information on memory balancing.
2018-03-21 21:22:47 +02:00
cleancache.rst
2013-09-11 14:43:20 +02:00
- Intro to cleancache and page-granularity victim cache.
2018-03-21 21:22:47 +02:00
frontswap.rst
2013-09-11 14:43:20 +02:00
- Outline frontswap, part of the transcendent memory frontend.
2018-03-21 21:22:47 +02:00
highmem.rst
2013-09-11 14:43:20 +02:00
- Outline of highmem and common issues.
2018-03-21 21:22:47 +02:00
hmm.rst
2018-03-21 17:05:23 +02:00
- Documentation of heterogeneous memory management
2018-03-21 21:22:47 +02:00
hugetlbfs_reserv.rst
2017-05-03 14:55:22 -07:00
- A brief overview of hugetlbfs reservation design/implementation.
2018-03-21 21:22:47 +02:00
hwpoison.rst
2010-03-10 15:21:58 -08:00
- explains what hwpoison is
2018-03-21 21:22:47 +02:00
ksm.rst
2009-09-21 17:02:24 -07:00
- how to use the Kernel Samepage Merging feature.
2018-03-21 21:22:47 +02:00
mmu_notifier.rst
2018-03-21 17:05:23 +02:00
- a note about clearing pte/pmd and mmu notifications
2018-03-21 21:22:47 +02:00
numa.rst
2007-10-16 23:31:17 -07:00
- information about NUMA specific code in the Linux vm.
2018-03-21 21:22:47 +02:00
overcommit-accounting.rst
2007-10-16 23:31:17 -07:00
- description of the Linux kernels overcommit handling modes.
2018-03-21 21:22:47 +02:00
page_frags.rst
2018-03-21 17:05:23 +02:00
- description of page fragments allocator
2018-03-21 21:22:47 +02:00
page_migration.rst
2007-10-16 23:31:17 -07:00
- description of page migration in NUMA systems.
2018-03-21 21:22:47 +02:00
page_owner.rst
2018-03-21 17:05:23 +02:00
- tracking about who allocated each page
2018-03-21 21:22:47 +02:00
remap_file_pages.rst
2018-03-21 17:05:23 +02:00
- a note about remap_file_pages() system call
2018-03-21 21:22:47 +02:00
slub.rst
2007-10-16 23:31:17 -07:00
- a short users guide for SLUB.
2018-03-21 21:22:47 +02:00
split_page_table_lock.rst
2014-02-10 14:25:33 -08:00
- Separate per-table lock to improve scalability of the old page_table_lock.
2018-03-21 21:22:47 +02:00
swap_numa.rst
2018-03-21 17:05:23 +02:00
- automatic binding of swap device to numa node
2018-03-21 21:22:47 +02:00
transhuge.rst
2013-09-11 14:43:20 +02:00
- Transparent Hugepage Support, alternative way of using hugepages.
2018-03-21 21:22:47 +02:00
unevictable-lru.rst
2010-03-10 15:21:58 -08:00
- Unevictable LRU infrastructure
2018-03-21 17:05:23 +02:00
z3fold.txt
- outline of z3fold allocator for storing compressed pages
2018-03-21 21:22:47 +02:00
zsmalloc.rst
2018-03-21 17:05:23 +02:00
- outline of zsmalloc allocator for storing compressed pages
2018-03-21 21:22:47 +02:00
zswap.rst
2013-09-11 14:43:20 +02:00
- Intro to compressed cache for swap pages