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