Re: [Xen-devel] [PATCH v2] memory-hotplug: add automatic onlining policy for the newly added memory

2015-12-22 Thread Andrew Morton
On Tue, 22 Dec 2015 17:32:30 +0100 Vitaly Kuznetsov wrote: > Currently, all newly added memory blocks remain in 'offline' state unless > someone onlines them, some linux distributions carry special udev rules > like: > > SUBSYSTEM=="memory", ACTION=="add",

Re: [Xen-devel] [PATCH v4 10/11] dma: rename dma_*_writecombine() to dma_*_wc()

2015-08-25 Thread Andrew Morton
On Tue, 25 Aug 2015 17:48:37 +0200 Luis R. Rodriguez mcg...@suse.com wrote: On Tue, Aug 25, 2015 at 09:53:18AM +0200, Ingo Molnar wrote: Which kernel is this against? It has conflicts in 3 files with Linus's latest: v4.2-rc8. Sorry I based it on linux-next, will respin the rename

Re: [Xen-devel] [PATCH v4 10/11] dma: rename dma_*_writecombine() to dma_*_wc()

2015-08-25 Thread Andrew Morton
On Wed, 26 Aug 2015 01:19:13 +0200 Luis R. Rodriguez mcg...@suse.com wrote: On Tue, Aug 25, 2015 at 01:43:58PM -0700, Andrew Morton wrote: On Tue, 25 Aug 2015 17:48:37 +0200 Luis R. Rodriguez mcg...@suse.com wrote: On Tue, Aug 25, 2015 at 09:53:18AM +0200, Ingo Molnar wrote: Which

Re: [Xen-devel] [PATCHv3 01/10] mm: memory hotplug with an existing resource

2015-08-13 Thread Andrew Morton
of this in their balloon driver to hotplug arbitrary amounts of memory in response to toolstack requests. Signed-off-by: David Vrabel david.vra...@citrix.com Cc: Andrew Morton a...@linux-foundation.org --- include/linux/memory_hotplug.h | 2 ++ mm/memory_hotplug.c| 28 +--- 2 files

Re: [Xen-devel] [PATCHv2] frontswap: allow multiple backends

2015-06-02 Thread Andrew Morton
On Mon, 1 Jun 2015 10:22:24 -0400 Dan Streetman ddstr...@ieee.org wrote: Change frontswap single pointer to a singly linked list of frontswap implementations. Update Xen tmem implementation as register no longer returns anything. Frontswap only keeps track of a single implementation; any

Re: [Xen-devel] [PATCHv3] frontswap: allow multiple backends

2015-06-02 Thread Andrew Morton
On Tue, 2 Jun 2015 18:08:46 -0400 Dan Streetman ddstr...@ieee.org wrote: Change frontswap single pointer to a singly linked list of frontswap implementations. Update Xen tmem implementation as register no longer returns anything. Frontswap only keeps track of a single implementation; any

Re: [Xen-devel] [PATCH] frontswap: allow multiple backends

2015-05-29 Thread Andrew Morton
On Thu, 28 May 2015 16:28:37 -0400 Dan Streetman ddstr...@ieee.org wrote: Change frontswap single pointer to a singly linked list of frontswap implementations. Update Xen tmem implementation as register no longer returns anything. Frontswap only keeps track of a single implementation; any