Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754841Ab2KACBh (ORCPT ); Wed, 31 Oct 2012 22:01:37 -0400 Received: from mail-ob0-f174.google.com ([209.85.214.174]:64168 "EHLO mail-ob0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751182Ab2KACBg (ORCPT ); Wed, 31 Oct 2012 22:01:36 -0400 MIME-Version: 1.0 In-Reply-To: <20121101012546.GC26256@bbox> References: <1351560594-18366-1-git-send-email-minchan@kernel.org> <20121031143524.0509665d.akpm@linux-foundation.org> <20121101012546.GC26256@bbox> From: KOSAKI Motohiro Date: Wed, 31 Oct 2012 22:01:15 -0400 Message-ID: Subject: Re: [RFC v2] Support volatile range for anon vma To: Minchan Kim Cc: Paul Turner , Andrew Morton , linux-kernel@vger.kernel.org, linux-mm@kvack.org, John Stultz , Christoph Lameter , Android Kernel Team , Robert Love , Mel Gorman , Hugh Dickins , Dave Hansen , Rik van Riel , Dave Chinner , Neil Brown , Mike Hommey , Taras Glek , KAMEZAWA Hiroyuki , sanjay@google.com, David Rientjes Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1039 Lines: 21 >> - making zero page daemon and avoid pagesize zero fill at page fault >> - making new vma or page flags and mark as discardable w/o swap and >> vmscan treat it. (like this and/or MADV_FREE) > > Thanks for the information. > I realized by you I'm not first people to think of this idea. > Rik already tried it(https://lkml.org/lkml/2007/4/17/53) by new page flag > and even other OSes already have such good feature. And John's concept was > already tried long time ago (https://lkml.org/lkml/2005/11/1/384) > > Hmm, I look over Rik's thread but couldn't find why it wasn't merged > at that time. Anyone know it? Dunno. and I like volatile feature than old one. but bold remark, please don't 100% trust me, I haven't review a detailed code of your patch and I don't strictly understand it. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/