From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Date: Sat, 28 Aug 2004 01:05:42 +0000 Subject: Re: page fault scalability patch final : i386 tested, x86_64 support added Message-Id: <20040828010542.GB50329@muc.de> List-Id: References: <20040816143903.GY11200@holomorphy.com> <20040827233602.GB1024@wotan.suse.de> <20040827172337.638275c3.davem@davemloft.net> <20040827173641.5cfb79f6.akpm@osdl.org> <20040827174038.67b9cbce.davem@davemloft.net> In-Reply-To: <20040827174038.67b9cbce.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "David S. Miller" Cc: Andrew Morton , clameter@sgi.com, ak@suse.de, wli@holomorphy.com, davem@redhat.com, raybry@sgi.com, benh@kernel.crashing.org, manfred@colorfullife.com, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, vrajesh@umich.edu, hugh@veritas.com On Fri, Aug 27, 2004 at 05:40:38PM -0700, David S. Miller wrote: > On Fri, 27 Aug 2004 17:36:41 -0700 > Andrew Morton wrote: > > > This reminds me - where's that 4-level pagetable patch got to? > > I've never seen that. It's not really finished yet... > > Wow, with that thing we'd _REALLY_ need the clear_page_range() > optimizations as 4-levels will be extremely sparse to access > on address space teardown. I would expect most programs to be not have that many holes, so it will probably not make that much difference for them. But for extreme cases like ElectricFenced agreed it may need some optimizations later. First implementation is minimal changes only though. Also BTW most archs will continue to use 2 or 3 levels, you only have to switch to 4 levels if you want to. -Andi