Re: page fault scalability patch final : i386 tested, x86_64 support added

From: Andi Kleen
Date: Fri Aug 27 2004 - 20:09:17 EST


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 <akpm@xxxxxxxx> 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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/