Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1191753
| From | David Vrabel <david.vrabel@citrix.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCHv2 00/10] mm, xen/balloon: memory hotplug improvements |
| Date | 2015-07-24 13:50 +0200 |
| Message-ID | <pPJEd-4HJ-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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