From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 26 Jan 2003 02:23:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 26 Jan 2003 02:23:40 -0500 Received: from rth.ninka.net ([216.101.162.244]:8880 "EHLO rth.ninka.net") by vger.kernel.org with ESMTP id ; Sun, 26 Jan 2003 02:23:39 -0500 Subject: Re: your mail From: "David S. Miller" To: Larry McVoy Cc: "Eric W. Biederman" , Jason Papadopoulos , linux-kernel@vger.kernel.org, linux-mm@kvack.org In-Reply-To: <20030125231050.GA21095@work.bitmover.com> References: <40475.210.212.228.78.1043384883.webmail@mail.nitc.ac.in> <3.0.6.32.20030124212935.007fcc10@boo.net> <20030125022648.GA13989@work.bitmover.com> <20030125231050.GA21095@work.bitmover.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 26 Jan 2003 00:12:03 -0800 Message-Id: <1043568723.4096.2.camel@rth.ninka.net> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2003-01-25 at 15:10, Larry McVoy wrote: > All good page coloring implementation do exactly that. The starting > index into the page buckets is based on process id. I think everyone interested in learning more about this topic should go read the following papers, they were very helpful when I was fiddling around in this area. These papers, in turn, reference several others which are good reads as well. 1) W. L. Lynch, B. K. Bray, and M. J. Flynn. "The effect of page allocation on caches". In Micro-25 Conference Proceedings, pages 222-225, December 1992. 2) W. Lynch and M. Flynn. "Cache improvements through colored page allocation". ACM Transactions on Computer Systems, 1993. Submitted for review, 1992. 3) William L. Lynch. "The Interaction of Virtual Memory and Cache Memory". PhD thesis, Stanford University, October 1993. CSL-TR-93-587. From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: your mail From: "David S. Miller" In-Reply-To: <20030125231050.GA21095@work.bitmover.com> References: <40475.210.212.228.78.1043384883.webmail@mail.nitc.ac.in> <3.0.6.32.20030124212935.007fcc10@boo.net> <20030125022648.GA13989@work.bitmover.com> <20030125231050.GA21095@work.bitmover.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: 26 Jan 2003 00:12:03 -0800 Message-Id: <1043568723.4096.2.camel@rth.ninka.net> Mime-Version: 1.0 Sender: owner-linux-mm@kvack.org Return-Path: To: Larry McVoy Cc: "Eric W. Biederman" , Jason Papadopoulos , linux-kernel@vger.kernel.org, linux-mm@kvack.org List-ID: On Sat, 2003-01-25 at 15:10, Larry McVoy wrote: > All good page coloring implementation do exactly that. The starting > index into the page buckets is based on process id. I think everyone interested in learning more about this topic should go read the following papers, they were very helpful when I was fiddling around in this area. These papers, in turn, reference several others which are good reads as well. 1) W. L. Lynch, B. K. Bray, and M. J. Flynn. "The effect of page allocation on caches". In Micro-25 Conference Proceedings, pages 222-225, December 1992. 2) W. Lynch and M. Flynn. "Cache improvements through colored page allocation". ACM Transactions on Computer Systems, 1993. Submitted for review, 1992. 3) William L. Lynch. "The Interaction of Virtual Memory and Cache Memory". PhD thesis, Stanford University, October 1993. CSL-TR-93-587. -- 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/