[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1442480955-7297-1-git-send-email-n-horiguchi@ah.jp.nec.com>
Date: Thu, 17 Sep 2015 09:09:31 +0000
From: Naoya Horiguchi <n-horiguchi@...jp.nec.com>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: Michal Hocko <mhocko@...e.cz>, Vlastimil Babka <vbabka@...e.cz>,
Pádraig Brady <P@...igBrady.com>,
David Rientjes <rientjes@...gle.com>,
Jörn Engel <joern@...estorage.com>,
Mike Kravetz <mike.kravetz@...cle.com>,
"linux-mm@...ck.org" <linux-mm@...ck.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Naoya Horiguchi <nao.horiguchi@...il.com>,
Naoya Horiguchi <n-horiguchi@...jp.nec.com>
Subject: [PATCH v6 0/2] hugetlb: display per-process/per-vma usage
Hi everyone,
I updated the series against v4.3-rc1.
In patch 1/2, a new fields is split into two to identify shared/private
mapping (thanks to Pádraig).
And I dropped showing per-hugepagesize info in /proc/PID/status in patch
2/2 because there were objections on this part. This saves lines of diff.
Thanks,
Naoya Horiguchi
---
Summary:
Naoya Horiguchi (2):
mm: hugetlb: proc: add hugetlb-related fields to /proc/PID/smaps
mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status
Documentation/filesystems/proc.txt | 10 ++++++++++
fs/proc/task_mmu.c | 39 ++++++++++++++++++++++++++++++++++++++
include/linux/hugetlb.h | 19 +++++++++++++++++++
include/linux/mm_types.h | 3 +++
mm/hugetlb.c | 9 +++++++++
mm/rmap.c | 4 +++-
6 files changed, 83 insertions(+), 1 deletion(-)
Powered by blists - more mailing lists