Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932105AbWBJOU7 (ORCPT ); Fri, 10 Feb 2006 09:20:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932106AbWBJOU6 (ORCPT ); Fri, 10 Feb 2006 09:20:58 -0500 Received: from fgwmail7.fujitsu.co.jp ([192.51.44.37]:10896 "EHLO fgwmail7.fujitsu.co.jp") by vger.kernel.org with ESMTP id S932105AbWBJOU5 (ORCPT ); Fri, 10 Feb 2006 09:20:57 -0500 Date: Fri, 10 Feb 2006 23:20:29 +0900 From: Yasunori Goto To: "Luck, Tony" , Andi Kleen , "Tolentino, Matthew E" Subject: [RFC/PATCH: 000/010] Memory hotplug for new nodes with pgdat allocation. Cc: Linux Kernel ML , linux-ia64@vger.kernel.org, x86-64 Discuss , Linux Hotplug Memory Support X-Mailer-Plugin: BkASPil for Becky!2 Ver.2.063 Message-Id: <20060210223636.C52E.Y-GOTO@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.24.02 [ja] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1064 Lines: 33 Hello. I'll post newest patches for memory hotadd. In this this patch, pgdat is allocated when new node is comming. To initialize pgdat and zones, a set of patches are necessary. - to allcate and initialize pgdat, zone, zonelist. - to initialize node_data[] array (ia64) - to register sysfs file for new node. - to call memory_hotplug code from acpi container driver. Note: - kmalloc is used for pgdat allocation in this version. So, even if pgdat is allocated, it will be allocated on the other node. This is only to simplify patches a bit. :-P - register sysfs file for new node is just for ia64. I hacked quickly for x86_64, but x86_64 doesn't use sysfs file for node. So, I gave up at least this week..... This patches are for 2.6.16-rc2-mm1. Please comment. Thanks. -- Yasunori Goto - 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/