Skip to content

Commit 0bfd458

Browse files
PacheNicoakpm00
authored andcommitted
MM documentation: add "Unaccepted" meminfo entry
Commit dcdfdd4 ("mm: Add support for unaccepted memory") added a entry to meminfo but did not document it in the proc.rst file. This counter tracks the amount of "Unaccepted" guest memory for some Virtual Machine platforms, such as Intel TDX or AMD SEV-SNP. Add the missing entry in the documentation. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Nico Pache <[email protected]> Acked-by: Kirill A. Shutemov <[email protected]> Acked-by: David Hildenbrand <[email protected]> Cc: Andrii Nakryiko <[email protected]> Cc: Catalin Marinas <[email protected]> Cc: Jeff Xu <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Pasha Tatashin <[email protected]> Cc: Suren Baghdasaryan <[email protected]> Cc: xu xin <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent d8a866c commit 0bfd458

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/filesystems/proc.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,7 @@ Example output. You may not have all of these fields.
10811081
FilePmdMapped: 0 kB
10821082
CmaTotal: 0 kB
10831083
CmaFree: 0 kB
1084+
Unaccepted: 0 kB
10841085
Balloon: 0 kB
10851086
HugePages_Total: 0
10861087
HugePages_Free: 0
@@ -1256,6 +1257,8 @@ CmaTotal
12561257
Memory reserved for the Contiguous Memory Allocator (CMA)
12571258
CmaFree
12581259
Free remaining memory in the CMA reserves
1260+
Unaccepted
1261+
Memory that has not been accepted by the guest
12591262
Balloon
12601263
Memory returned to Host by VM Balloon Drivers
12611264
HugePages_Total, HugePages_Free, HugePages_Rsvd, HugePages_Surp, Hugepagesize, Hugetlb

0 commit comments

Comments
 (0)