Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932161Ab1BCQZk (ORCPT ); Thu, 3 Feb 2011 11:25:40 -0500 Received: from router-fw.net-space.pl ([89.174.63.77]:33888 "EHLO router-fw.net-space.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756316Ab1BCQZj (ORCPT ); Thu, 3 Feb 2011 11:25:39 -0500 Date: Thu, 3 Feb 2011 17:23:45 +0100 From: Daniel Kiper To: ian.campbell@citrix.com, akpm@linux-foundation.org, andi.kleen@intel.com, haicheng.li@linux.intel.com, fengguang.wu@intel.com, jeremy@goop.org, konrad.wilk@oracle.com, dan.magenheimer@oracle.com, v.tolstov@selfip.ru, pasik@iki.fi, dave@linux.vnet.ibm.com, wdauchy@gmail.com, rientjes@google.com, xen-devel@lists.xensource.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: [PATCH R3 0/7] xen/balloon: Memory hotplug support for Xen balloon driver Message-ID: <20110203162345.GC1364@router-fw-old.local.net-space.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1491 Lines: 38 Hi, I am sending next version of memory hotplug support for Xen balloon driver patch. It applies to Linus' git tree, v2.6.38-rc3 tag. Most of suggestions were taken into account. Thanks for everybody who tested and/or sent suggestions to my work. There are a few prerequisite patches which fixes some problems found during work on memory hotplug patch or add some futures which are needed by memory hotplug patch. Full list of fixes/futures: - mm: Add add_registered_memory() to memory hotplug API, - xen/balloon: Removal of driver_pages, - xen/balloon: HVM mode support, - xen/balloon: Migration from mod_timer() to schedule_delayed_work(), - xen/balloon: Protect against CPU exhaust by event/x process, - xen/balloon: Minor notation fixes, - xen/balloon: Memory hotplug support for Xen balloon driver. Additionally, I suggest to apply patch prepared by Steffano Stabellini (https://lkml.org/lkml/2011/1/31/232) which fixes memory management issue in Xen guest. I was not able boot guest machine without above mentioned patch. I have received notice that this series of patches broke machine migration under Xen. I am going to solve that problem ASAP. I do not have received any notices about other problems till now. Daniel -- 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/