Re: [PATCH 0/2] Enable ZONE_DEVICE on POWER

2016-05-10 Thread Anshuman Khandual
On 05/08/2016 11:07 PM, Aneesh Kumar K.V wrote: > oliver writes: > >> > Hi, >> > >> > I've been working on kernel support for a persistent memory (nvdimm) >> > device and the kernel driver infrastructure requires ZONE_DEVICE for >> > DAX support.. I've had it enabled in my tree for some time (wit

Re: [PATCH 0/2] Enable ZONE_DEVICE on POWER

2016-05-08 Thread Aneesh Kumar K.V
oliver writes: > Hi, > > I've been working on kernel support for a persistent memory (nvdimm) > device and the kernel driver infrastructure requires ZONE_DEVICE for > DAX support.. I've had it enabled in my tree for some time (without > altmap support) without any real issues. IIUC a DAX usage

Re: [PATCH 0/2] Enable ZONE_DEVICE on POWER

2016-05-05 Thread oliver
Hi, I've been working on kernel support for a persistent memory (nvdimm) device and the kernel driver infrastructure requires ZONE_DEVICE for DAX support.. I've had it enabled in my tree for some time (without altmap support) without any real issues. I wasn't planning on upstreaming any of my cha

Re: [PATCH 0/2] Enable ZONE_DEVICE on POWER

2016-05-05 Thread Anshuman Khandual
On 05/05/2016 08:18 PM, Aneesh Kumar K.V wrote: > Anshuman Khandual writes: > >> This enables base ZONE_DEVICE support on POWER. This series depends on >> the following patches posted by Oliver. >> >> https://patchwork.ozlabs.org/patch/618867/ >> https://patchwork.ozlabs.org/patch/618868/ >> >> A

Re: [PATCH 0/2] Enable ZONE_DEVICE on POWER

2016-05-05 Thread Aneesh Kumar K.V
Anshuman Khandual writes: > This enables base ZONE_DEVICE support on POWER. This series depends on > the following patches posted by Oliver. > > https://patchwork.ozlabs.org/patch/618867/ > https://patchwork.ozlabs.org/patch/618868/ > > Anshuman Khandual (2): > powerpc/mm: Make vmemmap_populate

[PATCH 0/2] Enable ZONE_DEVICE on POWER

2016-05-05 Thread Anshuman Khandual
This enables base ZONE_DEVICE support on POWER. This series depends on the following patches posted by Oliver. https://patchwork.ozlabs.org/patch/618867/ https://patchwork.ozlabs.org/patch/618868/ Anshuman Khandual (2): powerpc/mm: Make vmemmap_populate accommodate ZONE_DEVICE memory powerpc/