thp: madvise(MADV_NOHUGEPAGE)
authorAndrea Arcangeli <aarcange@redhat.com>
Thu, 13 Jan 2011 23:47:17 +0000 (15:47 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 Jan 2011 01:32:47 +0000 (17:32 -0800)
Add madvise MADV_NOHUGEPAGE to mark regions that are not important to be
hugepage backed.  Return -EINVAL if the vma is not of an anonymous type,
or the feature isn't built into the kernel.  Never silently return
success.

Signed-off-by: Andrea Arcangeli <aarcange@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/huge_mm.h
include/linux/khugepaged.h
include/linux/mm.h
mm/huge_memory.c
mm/madvise.c

Simple merge
Simple merge
Simple merge
Simple merge
diff --cc mm/madvise.c
Simple merge