From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yk0-f179.google.com (mail-yk0-f179.google.com [209.85.160.179]) by kanga.kvack.org (Postfix) with ESMTP id 84E936B0256 for ; Tue, 29 Sep 2015 12:24:59 -0400 (EDT) Received: by ykdg206 with SMTP id g206so12146671ykd.1 for ; Tue, 29 Sep 2015 09:24:59 -0700 (PDT) Received: from SMTP02.CITRIX.COM (smtp02.citrix.com. [66.165.176.63]) by mx.google.com with ESMTPS id u62si4005559ywu.90.2015.09.29.09.24.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 29 Sep 2015 09:24:58 -0700 (PDT) Message-ID: <560ABB57.6080607@citrix.com> Date: Tue, 29 Sep 2015 17:24:55 +0100 From: David Vrabel MIME-Version: 1.0 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 Sender: owner-linux-mm@kvack.org List-ID: To: David Vrabel , linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org Cc: linux-mm@kvack.org, Boris Ostrovsky , Daniel Kiper 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 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org 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