Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262734AbVCWRLv (ORCPT ); Wed, 23 Mar 2005 12:11:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262749AbVCWRLv (ORCPT ); Wed, 23 Mar 2005 12:11:51 -0500 Received: from bay-bridge.veritas.com ([143.127.3.10]:39916 "EHLO MTVMIME01.enterprise.veritas.com") by vger.kernel.org with ESMTP id S262734AbVCWRL0 (ORCPT ); Wed, 23 Mar 2005 12:11:26 -0500 Date: Wed, 23 Mar 2005 17:10:15 +0000 (GMT) From: Hugh Dickins X-X-Sender: hugh@goblin.wat.veritas.com To: Nick Piggin cc: akpm@osdl.org, davem@davemloft.net, tony.luck@intel.com, benh@kernel.crashing.org, ak@suse.de, linux-kernel@vger.kernel.org Subject: [PATCH 0/6] freepgt: free_pgtables shakeup Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1355 Lines: 30 Here's the recut of those patches, including David Miller's vital fixes. I'm addressing these to Nick rather than Andrew, because they're perhaps not fit for -mm until more testing done and the x86_64 32-bit vdso issue handled. I'm unlikely to be responsive until next week, sorry: over to you, Nick - thanks. Hugh arch/i386/mm/hugetlbpage.c | 11 -- arch/i386/mm/pgtable.c | 2 arch/ia64/mm/hugetlbpage.c | 60 ++++--------- arch/ppc64/mm/hugetlbpage.c | 47 ---------- include/asm-generic/pgtable.h | 8 - include/asm-ia64/page.h | 2 include/asm-ia64/pgtable.h | 30 ------ include/asm-ia64/processor.h | 8 - include/asm-ppc64/pgtable.h | 12 +- include/asm-ppc64/processor.h | 4 include/asm-s390/processor.h | 2 include/asm-sparc64/pgtable.h | 15 --- include/linux/hugetlb.h | 6 - include/linux/mm.h | 14 +-- mm/memory.c | 190 ++++++++++++++++++++++++++++++------------ mm/mmap.c | 139 ++++++++---------------------- 16 files changed, 226 insertions(+), 324 deletions(-) - 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/