public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] docs: add VmPMD description in proc
@ 2015-04-24  7:44 Chen Hanxiao
  2015-04-24  8:35 ` Kirill A. Shutemov
  2015-05-07 15:57 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Chen Hanxiao @ 2015-04-24  7:44 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: linux-doc, linux-kernel, Kirill A. Shutemov

commit dc6c9a35b66b ("mm: account pmd page tables to the process")
add VmPMD in /proc/PID/status.
This patch add a description in proc.txt for it.

cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
---
v2: change description of VmPMD as Kirill's comment

 Documentation/filesystems/proc.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt
index c3b6b30..e8aba97 100644
--- a/Documentation/filesystems/proc.txt
+++ b/Documentation/filesystems/proc.txt
@@ -235,6 +235,7 @@ Table 1-2: Contents of the status files (as of 3.20.0)
  VmExe                       size of text segment
  VmLib                       size of shared library code
  VmPTE                       size of page table entries
+ VmPMD                       size of second level page tables
  VmSwap                      size of swap usage (the number of referred swapents)
  Threads                     number of threads
  SigQ                        number of signals queued/max. number for queue
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-07 15:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-24  7:44 [PATCH v2] docs: add VmPMD description in proc Chen Hanxiao
2015-04-24  8:35 ` Kirill A. Shutemov
2015-05-07 15:57 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox