Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1191753
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | David Vrabel <david.vrabel@citrix.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCHv2 00/10] mm, xen/balloon: memory hotplug improvements |
| Date | Fri, 24 Jul 2015 13:50:03 +0200 |
| Message-ID | <pPJEd-4HJ-5@gated-at.bofh.it> (permalink) |
| X-Original-To | <xen-devel@lists.xenproject.org> |
| X-Ironport-Av | E=Sophos;i="5.15,538,1432598400"; d="scan'208";a="287230500" |
| X-Mailer | git-send-email 2.1.4 |
| MIME-Version | 1.0 |
| Content-Type | text/plain |
| X-Dlp | MIA2 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 24 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | David Vrabel <david.vrabel@citrix.com>, Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>, Boris Ostrovsky <boris.ostrovsky@oracle.com>, <linux-kernel@vger.kernel.org>, <linux-mm@kvack.org>, Daniel Kiper <daniel.kiper@oracle.com> |
| X-Original-Date | Fri, 24 Jul 2015 12:47:38 +0100 |
| X-Original-Message-ID | <1437738468-24110-1-git-send-email-david.vrabel@citrix.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | aioe.org linux.kernel:1191753 |
Show key headers only | View raw
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). Changes in v2: - New BP_WAIT state to signal the balloon process to wait for userspace to online the new memory. - Preallocate P2M entries in alloc_xenballooned_pages() so they do not need allocated later (in a context where GFP_KERNEL allocations are not possible). David -- 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/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCHv2 00/10] mm, xen/balloon: memory hotplug improvements David Vrabel <david.vrabel@citrix.com> - 2015-07-24 13:50 +0200
[PATCHv2 07/10] xen/balloon: make alloc_xenballoon_pages() always allocate low pages David Vrabel <david.vrabel@citrix.com> - 2015-07-24 13:50 +0200
[PATCHv2 09/10] x86/xen: export xen_alloc_p2m_entry() David Vrabel <david.vrabel@citrix.com> - 2015-07-24 14:00 +0200
[PATCHv2 04/10] xen/balloon: find non-conflicting regions to place hotplugged memory David Vrabel <david.vrabel@citrix.com> - 2015-07-24 14:00 +0200
[PATCHv2 10/10] xen/balloon: pre-allocate p2m entries for ballooned pages David Vrabel <david.vrabel@citrix.com> - 2015-07-24 14:20 +0200
Re: [Xen-devel] [PATCHv2 10/10] xen/balloon: pre-allocate p2m entries for ballooned pages David Vrabel <david.vrabel@citrix.com> - 2015-07-27 11:40 +0200
csiph-web