1ddd6db43a
thp: mm: define MADV_NOHUGEPAGE
...
Define MADV_NOHUGEPAGE.
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 >
2011-01-13 17:32:47 -08:00
a826e42242
thp: mm: define MADV_HUGEPAGE
...
Define MADV_HUGEPAGE.
Signed-off-by: Andrea Arcangeli <aarcange@redhat.com >
Acked-by: Rik van Riel <riel@redhat.com >
Acked-by: Arnd Bergmann <arnd@arndb.de >
Acked-by: Mel Gorman <mel@csn.ul.ie >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2011-01-13 17:32:38 -08:00
e1eb3a983b
MIPS: Add missing definition for MADV_HWPOISON.
...
Thanks to Joseph S. Myers for reporting this.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
Cc: "Joseph S. Myers" <joseph@codesourcery.com >
Patchwork: http://patchwork.linux-mips.org/patch/723/
2009-12-01 16:21:25 +00:00
90f72aa58b
mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regions
...
Add a flag for mmap that will be used to request a huge page region that
will look like anonymous memory to user space. This is accomplished by
using a file on the internal vfsmount. MAP_HUGETLB is a modifier of
MAP_ANONYMOUS and so must be specified with it. The region will behave
the same as a MAP_ANONYMOUS region using small pages.
The patch also adds the MAP_STACK flag, which was previously defined only
on some architectures but not on others. Since MAP_STACK is meant to be a
hint only, architectures can define it without assigning a specific
meaning to it.
Signed-off-by: Arnd Bergmann <arnd@arndb.de >
Cc: Eric B Munson <ebmunson@us.ibm.com >
Cc: Hugh Dickins <hugh.dickins@tiscali.co.uk >
Cc: David Rientjes <rientjes@google.com >
Cc: <linux-arch@vger.kernel.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2009-09-22 07:17:41 -07:00
d19f352484
ksm: define MADV_MERGEABLE and MADV_UNMERGEABLE
...
The out-of-tree KSM used ioctls on fds cloned from /dev/ksm to register a
memory area for merging: we prefer now to use an madvise(2) interface.
This patch just defines MADV_MERGEABLE (to tell KSM it may merge pages in
this area found identical to pages in other mergeable areas) and
MADV_UNMERGEABLE (to undo that).
Most architectures use asm-generic, but alpha, mips, parisc, xtensa need
their own definitions: included here for mmotm convenience, but we'll
probably want to split this and feed pieces to arch maintainers.
Based upon earlier patches by Chris Wright and Izik Eidus.
Signed-off-by: Hugh Dickins <hugh.dickins@tiscali.co.uk >
Signed-off-by: Chris Wright <chrisw@redhat.com >
Signed-off-by: Izik Eidus <ieidus@redhat.com >
Cc: Michael Kerrisk <mtk.manpages@gmail.com >
Cc: Richard Henderson <rth@twiddle.net >
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru >
Cc: Ralf Baechle <ralf@linux-mips.org >
Cc: Kyle McMartin <kyle@mcmartin.ca >
Cc: Helge Deller <deller@gmx.de >
Cc: Chris Zankel <chris@zankel.net >
Cc: Andrea Arcangeli <aarcange@redhat.com >
Cc: Rik van Riel <riel@redhat.com >
Cc: Wu Fengguang <fengguang.wu@intel.com >
Cc: Balbir Singh <balbir@in.ibm.com >
Cc: Hugh Dickins <hugh.dickins@tiscali.co.uk >
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com >
Cc: Lee Schermerhorn <lee.schermerhorn@hp.com >
Cc: Avi Kivity <avi@redhat.com >
Cc: Nick Piggin <nickpiggin@yahoo.com.au >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2009-09-22 07:17:31 -07:00
384740dc49
MIPS: Move headfiles to new location below arch/mips/include
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2008-10-11 16:18:52 +01:00