mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
ad782c48df
Most memory management user guide documents are in 'admin-guide/mm/', but two of those are in 'vm/'. This moves the two docs into 'admin-guide/mm' for easier documents finding. Link: https://lkml.kernel.org/r/20210917123958.3819-2-sj@kernel.org Signed-off-by: SeongJae Park <sjpark@amazon.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
41 lines
953 B
ReStructuredText
41 lines
953 B
ReStructuredText
=====================================
|
|
Linux Memory Management Documentation
|
|
=====================================
|
|
|
|
This is a collection of documents about the Linux memory management (mm)
|
|
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>`.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
active_mm
|
|
arch_pgtable_helpers
|
|
balance
|
|
cleancache
|
|
damon/index
|
|
free_page_reporting
|
|
frontswap
|
|
highmem
|
|
hmm
|
|
hwpoison
|
|
hugetlbfs_reserv
|
|
ksm
|
|
memory-model
|
|
mmu_notifier
|
|
numa
|
|
overcommit-accounting
|
|
page_migration
|
|
page_frags
|
|
page_owner
|
|
remap_file_pages
|
|
slub
|
|
split_page_table_lock
|
|
transhuge
|
|
unevictable-lru
|
|
z3fold
|
|
zsmalloc
|