]> xenbits.xen.org Git - xenclient/kernel.git/commit
This interface provides a mapping for each page in an address space to its maps2-patches/maps2-make-proc-pid-clear_refs-option-under-config_embedded.patch
authorMatt Mackall <mpm@selenic.com>
Tue, 6 Jan 2009 12:06:06 +0000 (12:06 +0000)
committerMatt Mackall <mpm@selenic.com>
Tue, 6 Jan 2009 12:06:06 +0000 (12:06 +0000)
commit61535a060ac3b95d40ee8250039eecea2b780741
tree9346e0a11be7badeacbae2ef74205b1978d326c0
parent3a825e76ea99833476b6eccd098f5948c9657da0
This interface provides a mapping for each page in an address space to its
physical page frame number, allowing precise determination of what pages are
mapped and what pages are shared between processes.

[akpm@linux-foundation.org: warning fix]
Signed-off-by: Matt Mackall <mpm@selenic.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Cc: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/proc/base.c     |    8 +
 fs/proc/internal.h |    2
 fs/proc/task_mmu.c |  209 +++++++++++++++++++++++++++++++++++++++++++
 init/Kconfig       |   10 ++
 4 files changed, 228 insertions(+), 1 deletion(-)
fs/proc/base.c
fs/proc/internal.h
fs/proc/task_mmu.c
init/Kconfig