diff options
author | Mike Rapoport (IBM) <rppt@kernel.org> | 2023-01-25 21:28:41 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-01-26 11:14:21 -0700 |
commit | 5d8c5e430a63fec5ef810e5e33de03d9b944e82d (patch) | |
tree | 56b36c45608c0d5d5aa17b900800e46f8b5bdd02 /Documentation/core-api | |
parent | 77a0812c962baec49c9928342f9020f05fbb5db1 (diff) |
docs/mm: Physical Memory: add structure, introduction and nodes description
Add structure, introduction and Nodes section to Physical Memory
chapter.
As the new documentation references core-api/dma-api and mm/page_reclaim,
add page labels to those documents.
Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Lorenzo Stoakes <lstoakes@gmail.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org>
Link: https://lore.kernel.org/r/20230125192841.25342-2-rppt@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api')
-rw-r--r-- | Documentation/core-api/dma-api.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/core-api/dma-api.rst b/Documentation/core-api/dma-api.rst index 829f20a193ca..c847a5b0a0d3 100644 --- a/Documentation/core-api/dma-api.rst +++ b/Documentation/core-api/dma-api.rst @@ -1,3 +1,5 @@ +.. _dma_api: + ============================================ Dynamic DMA mapping using the generic device ============================================ |