From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755402AbbI2QZE (ORCPT ); Tue, 29 Sep 2015 12:25:04 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:21620 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751196AbbI2QY7 (ORCPT ); Tue, 29 Sep 2015 12:24:59 -0400 X-IronPort-AV: E=Sophos;i="5.17,608,1437436800"; d="scan'208";a="306873035" Message-ID: <560ABB57.6080607@citrix.com> Date: Tue, 29 Sep 2015 17:24:55 +0100 From: David Vrabel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0 MIME-Version: 1.0 To: David Vrabel , , CC: , Boris Ostrovsky , "Daniel Kiper" Subject: Re: [Xen-devel] [PATCHv3 00/10] mm, xen/balloon: memory hotplug improvements References: <1438275792-5726-1-git-send-email-david.vrabel@citrix.com> In-Reply-To: <1438275792-5726-1-git-send-email-david.vrabel@citrix.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-DLP: MIA1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 30/07/15 18:03, David Vrabel wrote: > The series improves the use of hotplug memory in the Xen balloon > driver. > > - Reliably find a non-conflicting location for the hotplugged memory > (this fixes memory hotplug in a number of cases, particularly in > dom0). > > - Use hotplugged memory for alloc_xenballooned_pages() (keeping more > memory available for the domain and reducing fragmentation of the > p2m). Applied to for-linus-4.4. David