From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261524AbULBA4S (ORCPT ); Wed, 1 Dec 2004 19:56:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261526AbULBA4S (ORCPT ); Wed, 1 Dec 2004 19:56:18 -0500 Received: from fw.osdl.org ([65.172.181.6]:25041 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S261509AbULBA4O (ORCPT ); Wed, 1 Dec 2004 19:56:14 -0500 Date: Wed, 1 Dec 2004 16:55:38 -0800 From: Andrew Morton To: Linus Torvalds Cc: clameter@sgi.com, hugh@veritas.com, benh@kernel.crashing.org, nickpiggin@yahoo.com.au, linux-mm@kvack.org, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: page fault scalability patch V12 [0/7]: Overview and performance tests Message-Id: <20041201165538.015ee7a6.akpm@osdl.org> In-Reply-To: References: X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Linus Torvalds wrote: > > > > On Wed, 1 Dec 2004, Christoph Lameter wrote: > > > > Changes from V11->V12 of this patch: > > - dump sloppy_rss in favor of list_rss (Linus' proposal) > > - keep up against current Linus tree (patch is based on 2.6.10-rc2-bk14) > > > > This is a series of patches that increases the scalability of > > the page fault handler for SMP. Here are some performance results > > on a machine with 512 processors allocating 32 GB with an increasing > > number of threads (that are assigned a processor each). > > Ok, consider me convinced. I don't want to apply this before I get 2.6.10 > out the door, but I'm happy with it. There were concerns about some architectures relying upon page_table_lock for exclusivity within their own pte handling functions. Have they all been resolved? > I assume Andrew has already picked up the previous version. Nope. It has major clashes with the 4-level-pagetable work.