From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rik van Riel Subject: Re: [RFC] respect the referenced bit of KVM guest pages? Date: Wed, 05 Aug 2009 10:33:48 -0400 Message-ID: <4A79984C.2010508@redhat.com> References: <20090805024058.GA8886@localhost> <4A793B92.9040204@redhat.com> <4A794008.6030204@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Wu Fengguang , "Dike, Jeffrey G" , "Yu, Wilfred" , "Kleen, Andi" , Andrea Arcangeli , Hugh Dickins , Andrew Morton , Christoph Lameter , KOSAKI Motohiro , Mel Gorman , LKML , linux-mm , KVM list To: Avi Kivity Return-path: In-Reply-To: <4A794008.6030204@redhat.com> Sender: owner-linux-mm@kvack.org List-Id: kvm.vger.kernel.org Avi Kivity wrote: > The attached patch implements this. The attached page requires each page to go around twice before it is evicted, but they will still get evicted in the order in which they were made present. FIFO page replacement was shown to be a bad idea in the 1960's and it is still a terrible idea today. -- 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