2018-03-21 19:22:48 +00:00
|
|
|
=====================================
|
|
|
|
Linux Memory Management Documentation
|
|
|
|
=====================================
|
|
|
|
|
2018-11-19 16:00:49 +00:00
|
|
|
This is a collection of documents about the Linux memory management (mm)
|
|
|
|
subsystem. If you are looking for advice on simply allocating memory,
|
2019-01-31 04:06:23 +00:00
|
|
|
see the :ref:`memory_allocation`.
|
2018-03-21 19:22:48 +00:00
|
|
|
|
|
|
|
User guides for MM features
|
|
|
|
===========================
|
|
|
|
|
|
|
|
The following documents provide guides for controlling and tuning
|
|
|
|
various features of the Linux memory management
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
swap_numa
|
|
|
|
zswap
|
|
|
|
|
|
|
|
Kernel developers MM documentation
|
|
|
|
==================================
|
|
|
|
|
|
|
|
The below documents describe MM internals with different level of
|
|
|
|
details ranging from notes and mailing list responses to elaborate
|
|
|
|
descriptions of data structures and algorithms.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
active_mm
|
2020-09-09 14:10:45 +00:00
|
|
|
arch_pgtable_helpers
|
2018-03-21 19:22:48 +00:00
|
|
|
balance
|
|
|
|
cleancache
|
2021-09-08 02:57:05 +00:00
|
|
|
damon/index
|
2020-04-14 16:48:48 +00:00
|
|
|
free_page_reporting
|
2018-03-21 19:22:48 +00:00
|
|
|
frontswap
|
|
|
|
highmem
|
|
|
|
hmm
|
|
|
|
hwpoison
|
|
|
|
hugetlbfs_reserv
|
2018-05-29 10:13:38 +00:00
|
|
|
ksm
|
2019-04-28 12:17:43 +00:00
|
|
|
memory-model
|
2018-03-21 19:22:48 +00:00
|
|
|
mmu_notifier
|
|
|
|
numa
|
|
|
|
overcommit-accounting
|
|
|
|
page_migration
|
|
|
|
page_frags
|
|
|
|
page_owner
|
|
|
|
remap_file_pages
|
|
|
|
slub
|
|
|
|
split_page_table_lock
|
2018-05-29 10:13:38 +00:00
|
|
|
transhuge
|
2018-03-21 19:22:48 +00:00
|
|
|
unevictable-lru
|
|
|
|
z3fold
|
|
|
|
zsmalloc
|