Revision bca15543736f9be6d84e0bbc262ea7069076b9e6 authored by Konstantin Khlebnikov on 31 May 2012, 23:26:20 UTC, committed by Linus Torvalds on 01 June 2012, 00:49:29 UTC
Currently, nonlinear mappings can not be distinguished from ordinary
mappings.  This patch adds into /proc/pid/smaps line "Nonlinear: <size>
kB", where size is amount of nonlinear ptes in vma, this line appears only
if VM_NONLINEAR is set.  This information may be useful not only for
checkpoint/restore project.

Requested by Pavel Emelyanov.

Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: Pavel Emelyanov <xemul@parallels.com>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent b1d4d9e
History
File Mode Size
interface
Kbuild -rw-r--r-- 43 bytes
acpi.h -rw-r--r-- 2.1 KB
balloon.h -rw-r--r-- 1.1 KB
events.h -rw-r--r-- 3.6 KB
evtchn.h -rw-r--r-- 2.9 KB
features.h -rw-r--r-- 463 bytes
gntalloc.h -rw-r--r-- 2.6 KB
gntdev.h -rw-r--r-- 5.6 KB
grant_table.h -rw-r--r-- 6.5 KB
hvc-console.h -rw-r--r-- 479 bytes
hvm.h -rw-r--r-- 695 bytes
page.h -rw-r--r-- 347 bytes
platform_pci.h -rw-r--r-- 1.5 KB
privcmd.h -rw-r--r-- 2.6 KB
swiotlb-xen.h -rw-r--r-- 2.1 KB
tmem.h -rw-r--r-- 155 bytes
xen-ops.h -rw-r--r-- 875 bytes
xen.h -rw-r--r-- 856 bytes
xenbus.h -rw-r--r-- 7.7 KB
xenbus_dev.h -rw-r--r-- 1.8 KB
xencomm.h -rw-r--r-- 2.5 KB

back to top