I Hsin Cheng
b6cdff984c
docs/mm: Physical memory: Remove zone_t
...
"zone_t" doesn't exist in current code base anymore, remove the
description of it.
Signed-off-by: I Hsin Cheng <richard120310@gmail.com >
Reviewed-by: Randy Dunlap <rdunlap@infradead.org >
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
Link: https://lore.kernel.org/r/20250115070355.41769-1-richard120310@gmail.com
2025-01-16 11:16:47 -07:00
Kim Phillips
7332f9e45d
docs/mm: Physical Memory: Fix grammar
...
it's -> its
referenced to by -> referenced by
Signed-off-by: Kim Phillips <kim.phillips@amd.com >
Reviewed-by: Mike Rapoport (IBM) <rppt@kernel.org >
Link: https://lore.kernel.org/r/20230331165254.207526-1-kim.phillips@amd.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2023-04-11 16:16:50 -06:00
Mike Rapoport (IBM)
10d1813513
docs/mm: Physical Memory: add example of interleaving nodes
...
Add an example of memory layout with interleaving nodes where even memory
banks belong to node 0 and odd memory banks belong to node 1
Suggested-by: Michal Hocko <mhocko@kernel.org >
Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org >
Reviewed-by: David Hildenbrand <david@redhat.com >
Link: https://lore.kernel.org/r/20230213154447.1631847-1-rppt@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2023-03-14 12:56:30 -06:00
Mike Rapoport (IBM)
3b80a03d45
docs/mm: Physical Memory: fix a reference to a file that doesn't exist
...
kbuild reports:
>> Warning: Documentation/mm/physical_memory.rst references a file that doesn't exist: Documentation/admin-guide/mm/memory_hotplug.rst
Fix the filename to be 'Documentation/admin-guide/mm/memory-hotplug.rst'.
Reported-by: kernel test robot <lkp@intel.com >
Link: https://lore.kernel.org/oe-kbuild-all/202302231311.567PAoS2-lkp@intel.com/
Fixes: 353c7dd636 ("docs/mm: Physical Memory: remove useless markup")
Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org >
Link: https://lore.kernel.org/r/20230224100306.2287696-1-rppt@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2023-03-07 10:31:49 -07:00
Lukas Bulwahn
5ea8937ee6
docs/mm: Physical Memory: correct spelling in reference to CONFIG_PAGE_EXTENSION
...
Commit 5d8c5e430a ("docs/mm: Physical Memory: add structure, introduction
and nodes description") slips in a minor spelling mistake for the config
PAGE_EXTENSION.
Correct the config name in the physical-memory documentation.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com >
Acked-by: Mike Rapoport (IBM) <rppt@kernel.org >
Link: https://lore.kernel.org/r/20230215100808.9613-1-lukas.bulwahn@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2023-02-16 16:55:34 -07:00
Mike Rapoport (IBM)
353c7dd636
docs/mm: Physical Memory: remove useless markup
...
Jon says:
> +See also :ref:`Page Reclaim <page_reclaim>`.
Can also just be "See also Documentation/mm/page_reclaim.rst". The
right things will happen in the HTML output, readers of the plain-text
will know immediately where to go, and we don't have to add the label
clutter.
Remove reference markup and unnecessary labes and use plain file names.
Fixes: 5d8c5e430a ("docs/mm: Physical Memory: add structure, introduction and nodes description")
Suggested-by: Jonathan Corbet <corbet@lwn.net >
Acked-by: Bagas Sanjaya <bagasdotme@gmail.com >
Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org >
Link: https://lore.kernel.org/r/20230201094156.991542-2-rppt@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2023-02-02 10:18:04 -07:00
Mike Rapoport (IBM)
5d8c5e430a
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 >
2023-01-26 11:14:21 -07:00
Mike Rapoport
ee65728e10
docs: rename Documentation/vm to Documentation/mm
...
so it will be consistent with code mm directory and with
Documentation/admin-guide/mm and won't be confused with virtual machines.
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com >
Suggested-by: Matthew Wilcox <willy@infradead.org >
Tested-by: Ira Weiny <ira.weiny@intel.com >
Acked-by: Jonathan Corbet <corbet@lwn.net >
Acked-by: Wu XiangCheng <bobwxc@email.cn >
2022-06-27 12:52:53 -07:00