All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch:000/004] wait_table and zonelist initializing for memory hotadd
@ 2006-04-05 10:57 ` Yasunori Goto
  0 siblings, 0 replies; 16+ messages in thread
From: Yasunori Goto @ 2006-04-05 10:57 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linux Kernel ML, linux-mm, Yasunori Goto

Hi.

These are parts of patches for new nodes addition v4.
I picked them up because v4 might be a bit too many patches.
These patches can be used even when a new zone becomes available.
When empty zone becomes not empty, wait_table must be initialized,
and zonelists must be updated.
So, They are a good group for once post.

  ex) x86-64 is good example of new zone addition.
      - System boot up with memory under 4G address.
        All of memory will be ZONE_DMA32.
      - Then hot-add over 4G memory. It becomes ZONE_NORMAL. But, 
        wait table of zone normal is not initialized at this time.

This patch is for 2.6.17-rc1-mm1.

Please apply.

----------------------------
Change log from v4 of hot-add.
  - update for 2.6.17-rc1-mm1.
  - change allocation for wait_table from kmalloc() to vmalloc().
    vmalloc() is enough for it.

V4 of post is here.
<description>
http://marc.theaimsgroup.com/?l=linux-mm&w=2&r=1&s=memory+hotplug+node+v.4&q=b
<patches>
http://marc.theaimsgroup.com/?l=linux-mm&w=2&r=1&s=memory+hotplug+node+v.4.&q=b



-- 
Yasunori Goto 



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2006-04-07  3:12 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-05 10:57 [Patch:000/004] wait_table and zonelist initializing for memory hotadd Yasunori Goto
2006-04-05 10:57 ` Yasunori Goto
2006-04-05 11:01 ` [Patch:001/004] wait_table and zonelist initializing for memory hotadd (change to meminit for build_zonelist) Yasunori Goto
2006-04-05 11:01   ` Yasunori Goto
2006-04-05 11:01 ` [Patch:002/004] wait_table and zonelist initializing for memory hotadd (add return code for init_current_empty_zone) Yasunori Goto
2006-04-05 11:01   ` Yasunori Goto
2006-04-05 11:01 ` [Patch:003/004] wait_table and zonelist initializing for memory hotadd (wait_table initialization) Yasunori Goto
2006-04-05 11:01   ` Yasunori Goto
2006-04-06 22:05   ` Dave Hansen
2006-04-06 22:05     ` Dave Hansen
2006-04-07  3:10     ` Yasunori Goto
2006-04-07  3:10       ` Yasunori Goto
2006-04-07  3:12       ` Dave Hansen
2006-04-07  3:12         ` Dave Hansen
2006-04-05 11:01 ` [Patch:004/004] wait_table and zonelist initializing for memory hotadd (update zonelists) Yasunori Goto
2006-04-05 11:01   ` Yasunori Goto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.