Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754867AbbDXGds (ORCPT ); Fri, 24 Apr 2015 02:33:48 -0400 Received: from mta-out1.inet.fi ([62.71.2.203]:36617 "EHLO jenni1.inet.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752492AbbDXGdo (ORCPT ); Fri, 24 Apr 2015 02:33:44 -0400 Date: Fri, 24 Apr 2015 09:33:23 +0300 From: "Kirill A. Shutemov" To: Chen Hanxiao Cc: Jonathan Corbet , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, "Kirill A. Shutemov" Subject: Re: [PATCH] docs: add VmPMD description in proc Message-ID: <20150424063323.GA10530@node.dhcp.inet.fi> References: <1429856672-31502-1-git-send-email-chenhanxiao@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1429856672-31502-1-git-send-email-chenhanxiao@cn.fujitsu.com> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1737 Lines: 44 On Fri, Apr 24, 2015 at 02:24:32AM -0400, Chen Hanxiao wrote: > 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 > Signed-off-by: Chen Hanxiao > --- > 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 page middle directory 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 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- Kirill A. Shutemov -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/