Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Docs/admin-guide/mm/damon/usage: introduce DAMON modules at the beginning

DAMON usage document provides a list of available DAMON interfaces with
brief introduction at the beginning of the doc. The list is missing DAMON
modules for special purposes, while it is one of the major suggested
interfaces. Add an item for those to the list.

Link: https://lkml.kernel.org/r/20260118180305.70023-6-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: David Hildenbrand <david@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Liam Howlett <liam.howlett@oracle.com>
Cc: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Mike Rapoport <rppt@kernel.org>
Cc: Suren Baghdasaryan <surenb@google.com>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

SeongJae Park and committed by
Andrew Morton
e7df7a0b 83cefa8d

+7
+5
Documentation/admin-guide/mm/damon/usage.rst
··· 6 6 7 7 DAMON provides below interfaces for different users. 8 8 9 + - *Special-purpose DAMON modules.* 10 + :ref:`This <damon_modules_special_purpose>` is for people who are building, 11 + distributing, and/or administrating the kernel with special-purpose DAMON 12 + usages. Using this, users can use DAMON's major features for the given 13 + purposes in build, boot, or runtime in simple ways. 9 14 - *DAMON user space tool.* 10 15 `This <https://github.com/damonitor/damo>`_ is for privileged people such as 11 16 system administrators who want a just-working human-friendly interface.
+2
Documentation/mm/damon/design.rst
··· 817 817 the interfaces. 818 818 819 819 820 + .. _damon_modules_special_purpose: 821 + 820 822 Special-Purpose Access-aware Kernel Modules 821 823 ------------------------------------------- 822 824