2018-03-21 21:22:48 +02:00
|
|
|
=====================================
|
|
|
|
Linux Memory Management Documentation
|
|
|
|
=====================================
|
|
|
|
|
2018-11-19 08:00:49 -08:00
|
|
|
This is a collection of documents about the Linux memory management (mm)
|
2021-11-05 13:45:55 -07:00
|
|
|
subsystem internals with different level of details ranging from notes and
|
|
|
|
mailing list responses for elaborating descriptions of data structures and
|
|
|
|
algorithms. If you are looking for advice on simply allocating memory, see the
|
|
|
|
:ref:`memory_allocation`. For controlling and tuning guides, see the
|
|
|
|
:doc:`admin guide <../admin-guide/mm/index>`.
|
2018-03-21 21:22:48 +02:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
active_mm
|
2020-09-09 16:10:45 +02:00
|
|
|
arch_pgtable_helpers
|
2018-03-21 21:22:48 +02:00
|
|
|
balance
|
2021-09-07 19:57:05 -07:00
|
|
|
damon/index
|
2020-04-14 18:48:48 +02:00
|
|
|
free_page_reporting
|
2018-03-21 21:22:48 +02:00
|
|
|
frontswap
|
|
|
|
highmem
|
|
|
|
hmm
|
|
|
|
hwpoison
|
|
|
|
hugetlbfs_reserv
|
2018-05-29 13:13:38 +03:00
|
|
|
ksm
|
2019-04-28 15:17:43 +03:00
|
|
|
memory-model
|
2018-03-21 21:22:48 +02:00
|
|
|
mmu_notifier
|
|
|
|
numa
|
|
|
|
overcommit-accounting
|
|
|
|
page_migration
|
|
|
|
page_frags
|
|
|
|
page_owner
|
2022-01-14 14:06:37 -08:00
|
|
|
page_table_check
|
2018-03-21 21:22:48 +02:00
|
|
|
remap_file_pages
|
|
|
|
slub
|
|
|
|
split_page_table_lock
|
2018-05-29 13:13:38 +03:00
|
|
|
transhuge
|
2018-03-21 21:22:48 +02:00
|
|
|
unevictable-lru
|
2022-01-14 14:06:26 -08:00
|
|
|
vmalloced-kernel-stacks
|
2018-03-21 21:22:48 +02:00
|
|
|
z3fold
|
|
|
|
zsmalloc
|