[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070427144530.ae42ee25.kamezawa.hiroyu@jp.fujitsu.com>
Date: Fri, 27 Apr 2007 14:45:30 +0900
From: KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Linux-MM <linux-mm@...ck.org>, AKPM <akpm@...ux-foundation.org>,
Christoph Lameter <clameter@....com>, Lee.Schermerhorn@...com
Subject: [PATCH] change global zonelist order v4 [0/2]
Hi, this is version 4. including Lee Schermerhon's good rework.
and automatic configuration at boot time.
(This patch is reworked from V2, so skip V3 changelog.)
ChangeLog V2 -> V4
- automatic configuration is added.
- automatic configuration is now default.
- relaxed_zone_order is renamed to be numa_zonelist_order
you can specify value "default" , "zone" , "numa"
- clean-up from Lee Schermerhorn
- patch is speareted to "base" and "autoconfiguration algorithm"
Changelog from V1 -> V2
- sysctl name is changed to be relaxed_zone_order
- NORMAL->NORMAL->....->DMA->DMA->DMA order (new ordering) is now default.
NORMAL->DMA->NORMAL->DMA order (old ordering) is optional.
- addes boot opttion to set relaxed_zone_order. ia64 is supported now.
- Added documentation
Please don't hesitate to rework this if you have good plan.
I'll be offlined in the next week because my office will be closed.
Lee-san, please Ack or Sign-Off if patches seems O.K.
I think my autoconfiguration logic is reasonable to some extent. But we may
have some discussion. It can be rewritable by additional patch easily.
Thanks.
-Kame
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists