Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1947354AbWLHVqS (ORCPT ); Fri, 8 Dec 2006 16:46:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1947328AbWLHVqS (ORCPT ); Fri, 8 Dec 2006 16:46:18 -0500 Received: from gw.goop.org ([64.81.55.164]:50867 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1947354AbWLHVqR (ORCPT ); Fri, 8 Dec 2006 16:46:17 -0500 Message-ID: <4579DD22.70609@goop.org> Date: Fri, 08 Dec 2006 13:46:10 -0800 From: Jeremy Fitzhardinge User-Agent: Thunderbird 1.5.0.8 (X11/20061107) MIME-Version: 1.0 To: Paul Cameron Davies CC: Andrew Morton , David Singleton , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Lee.Schermerhorn@hp.com Subject: Re: new procfs memory analysis feature References: <45789124.1070207@mvista.com> <20061207143611.7a2925e2.akpm@osdl.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1115 Lines: 24 Paul Cameron Davies wrote: > The PTI gathers all the open coded iterators togethers into one place, > which would be a good precursor to providing generic iterators for > non performance critical iterations. > > We are completing the updating/enhancements to this PTI for the latest > kernel, to be released just prior to LCA. This PTI is benchmarking > well. We also plan to release the experimental guarded page table > (GPT) running under this PTI. I looked at implementing linear pagetable mappings for x86 as a way of getting rid of CONFIG_HIGHPTE, and to make pagetable manipulations generally more efficient. I gave up on it after a while because all the existing pagetable accessors are not suitable for a linear pagetable, and I didn't want to have to introduce a pile of new pagetable interfaces. Would the PTI interface be helpful for this? Thanks, J - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/