From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail144.messagelabs.com (mail144.messagelabs.com [216.82.254.51]) by kanga.kvack.org (Postfix) with SMTP id 42D2C6B007D for ; Tue, 26 Jan 2010 17:51:26 -0500 (EST) Message-ID: <4B5F71C3.1090102@redhat.com> Date: Tue, 26 Jan 2010 17:50:43 -0500 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [PATCH 26 of 31] madvise(MADV_HUGEPAGE) References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org To: Andrea Arcangeli Cc: linux-mm@kvack.org, Marcelo Tosatti , Adam Litke , Avi Kivity , Izik Eidus , Hugh Dickins , Nick Piggin , Mel Gorman , Andi Kleen , Dave Hansen , Benjamin Herrenschmidt , Ingo Molnar , Mike Travis , KAMEZAWA Hiroyuki , Christoph Lameter , Chris Wright , Andrew Morton , bpicco@redhat.com, Christoph Hellwig , KOSAKI Motohiro List-ID: On 01/26/2010 08:52 AM, Andrea Arcangeli wrote: > From: Andrea Arcangeli > > Add madvise MADV_HUGEPAGE to mark regions that are 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 Acked-by: Rik van Riel -- All rights reversed. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org