mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
c4ba6014ae
This commit adds documents for DAMON under `Documentation/admin-guide/mm/damon/` and `Documentation/vm/damon/`. Link: https://lkml.kernel.org/r/20210716081449.22187-11-sj38.park@gmail.com Signed-off-by: SeongJae Park <sjpark@amazon.de> Reviewed-by: Fernand Sieber <sieberf@amazon.com> Reviewed-by: Markus Boehme <markubo@amazon.de> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Amit Shah <amit@kernel.org> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Brendan Higgins <brendanhiggins@google.com> Cc: David Hildenbrand <david@redhat.com> Cc: David Rientjes <rientjes@google.com> Cc: David Woodhouse <dwmw@amazon.com> Cc: Fan Du <fan.du@intel.com> Cc: Greg Kroah-Hartman <greg@kroah.com> Cc: Greg Thelen <gthelen@google.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Joe Perches <joe@perches.com> Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Leonard Foerster <foersleo@amazon.de> Cc: Marco Elver <elver@google.com> Cc: Maximilian Heyne <mheyne@amazon.de> Cc: Mel Gorman <mgorman@suse.de> Cc: Minchan Kim <minchan@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Rik van Riel <riel@surriel.com> Cc: Shakeel Butt <shakeelb@google.com> Cc: Shuah Khan <shuah@kernel.org> Cc: Steven Rostedt (VMware) <rostedt@goodmis.org> Cc: Vladimir Davydov <vdavydov.dev@gmail.com> Cc: Vlastimil Babka <vbabka@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
57 lines
1.2 KiB
ReStructuredText
57 lines
1.2 KiB
ReStructuredText
=====================================
|
|
Linux Memory Management Documentation
|
|
=====================================
|
|
|
|
This is a collection of documents about the Linux memory management (mm)
|
|
subsystem. If you are looking for advice on simply allocating memory,
|
|
see the :ref:`memory_allocation`.
|
|
|
|
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
|
|
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
|