Skip to content

Commit 6a4b355

Browse files
sjp38akpm00
authored andcommitted
Docs/damon: update titles and brief introductions to explain DAMOS
DAMON was initially developed only for data access monitoring, and then extended for not only access monitoring but also access-aware system operations (DAMOS). But the documents have old titles and brief introductions for only the monitoring part. Update the titles and the brief introductions to explain DAMOS part together. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: SeongJae Park <[email protected]> Cc: Brendan Higgins <[email protected]> Cc: David Gow <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Shuah Khan <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 03f8320 commit 6a4b355

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

Documentation/admin-guide/mm/damon/index.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
.. SPDX-License-Identifier: GPL-2.0
22
3-
==========================
4-
DAMON: Data Access MONitor
5-
==========================
3+
================================================================
4+
DAMON: Data Access MONitoring and Access-aware System Operations
5+
================================================================
66

7-
:doc:`DAMON </mm/damon/index>` allows light-weight data access monitoring.
8-
Using DAMON, users can analyze the memory access patterns of their systems and
9-
optimize those.
7+
:doc:`DAMON </mm/damon/index>` is a Linux kernel subsystem for efficient data
8+
access monitoring and access-aware system operations.
109

1110
.. toctree::
1211
:maxdepth: 2

Documentation/mm/damon/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. SPDX-License-Identifier: GPL-2.0
22
3-
==========================
4-
DAMON: Data Access MONitor
5-
==========================
3+
================================================================
4+
DAMON: Data Access MONitoring and Access-aware System Operations
5+
================================================================
66

77
DAMON is a Linux kernel subsystem that provides a framework for data access
88
monitoring and the monitoring results based system operations. The core

0 commit comments

Comments
 (0)