2018-03-22 03:22:48 +08:00
|
|
|
=====================================
|
|
|
|
Linux Memory Management Documentation
|
|
|
|
=====================================
|
|
|
|
|
2018-11-20 00:00:49 +08:00
|
|
|
This is a collection of documents about the Linux memory management (mm)
|
2021-11-06 04:45:55 +08: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-22 03:22:48 +08:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
active_mm
|
2020-09-09 22:10:45 +08:00
|
|
|
arch_pgtable_helpers
|
2018-03-22 03:22:48 +08:00
|
|
|
balance
|
|
|
|
cleancache
|
2021-09-08 10:57:05 +08:00
|
|
|
damon/index
|
2020-04-15 00:48:48 +08:00
|
|
|
free_page_reporting
|
2018-03-22 03:22:48 +08:00
|
|
|
frontswap
|
|
|
|
highmem
|
|
|
|
hmm
|
|
|
|
hwpoison
|
|
|
|
hugetlbfs_reserv
|
2018-05-29 18:13:38 +08:00
|
|
|
ksm
|
2019-04-28 20:17:43 +08:00
|
|
|
memory-model
|
2018-03-22 03:22:48 +08:00
|
|
|
mmu_notifier
|
|
|
|
numa
|
|
|
|
overcommit-accounting
|
|
|
|
page_migration
|
|
|
|
page_frags
|
|
|
|
page_owner
|
|
|
|
remap_file_pages
|
|
|
|
slub
|
|
|
|
split_page_table_lock
|
2018-05-29 18:13:38 +08:00
|
|
|
transhuge
|
2018-03-22 03:22:48 +08:00
|
|
|
unevictable-lru
|
|
|
|
z3fold
|
|
|
|
zsmalloc
|