Re: [PATCH V3 0/3] arm64: Enable vmemmap mapping from device memory

2020-05-22 Thread Jia He
Hi On 2020/3/31 13:09, Anshuman Khandual wrote: This series enables vmemmap backing memory allocation from device memory ranges on arm64. But before that, it enables vmemmap_populate_basepages() and vmemmap_alloc_block_buf() to accommodate struct vmem_altmap based alocation requests. I verifie

Re: [PATCH V3 0/3] arm64: Enable vmemmap mapping from device memory

2020-04-22 Thread Anshuman Khandual
On 03/31/2020 10:39 AM, Anshuman Khandual wrote: > This series enables vmemmap backing memory allocation from device memory > ranges on arm64. But before that, it enables vmemmap_populate_basepages() > and vmemmap_alloc_block_buf() to accommodate struct vmem_altmap based > alocation requests. >

[PATCH V3 0/3] arm64: Enable vmemmap mapping from device memory

2020-03-30 Thread Anshuman Khandual
This series enables vmemmap backing memory allocation from device memory ranges on arm64. But before that, it enables vmemmap_populate_basepages() and vmemmap_alloc_block_buf() to accommodate struct vmem_altmap based alocation requests. This series applies after latest (v14) arm64 memory hot remov