2011-03-28 09:23:36

by Daniel Kiper

[permalink] [raw]
Subject: [PATCH 0/3] mm: Memory hotplug interface changes and cleanups for 2.6.40

Hi,

Full list of cleanups/futures:
- mm: Optimize pfn calculation in online_page(),
- mm: Add SECTION_ALIGN_UP() and SECTION_ALIGN_DOWN() macro,
- mm: Extend memory hotplug API to allow memory hotplug in virtual machines.

Those patches applies to latest Linus' git tree
(git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git).
They are required by latest memory hotplug support for Xen balloon
driver patch which will be sent soon.

Daniel