From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasunori Goto Date: Mon, 28 Nov 2005 11:36:01 +0000 Subject: [Patch] New zone ZONE_EASY_RECLAIM take 2[0/5] Message-Id: <20051128195854.5D78.Y-GOTO@jp.fujitsu.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-mm , Linux Hotplug Memory Support Cc: Joel Schopp , linux-ia64@vger.kernel.org Hello. I rewrote ZONE_EASY_RECLAIM patches. It aimed to collect the page which was difficult for removing on a few nodes, and it made other nodes this zone to be removed easier. In -mm tree, ZONE_DMA32 is already included. So, I recreate ZONE_EASY_RECLAIM as 5th zone against 2.6.14-mm1. It is difference of previous one. And, I'll post another patch to solve how to allocate ZONE_EASY_RECLAIM after these patch. But, it is not direct way for it. So, I would like to divide from these patche. Please comment. -- Yasunori Goto