On Fri, 16 Jun 2023 16:38:10 +0530, Aneesh Kumar K.V wrote: > This patch series implements changes required to support DAX vmemmap > optimization for ppc64. The vmemmap optimization is only enabled with radix MMU > translation and 1GB PUD mapping with 64K page size. The patch series also split > hugetlb vmemmap optimization as a separate Kconfig variable so that > architectures can enable DAX vmemmap optimization without enabling hugetlb > vmemmap optimization. This should enable architectures like arm64 to enable DAX > vmemmap optimization while they can't enable hugetlb vmemmap optimization. More > details of the same are in patch "mm/vmemmap optimization: Split hugetlb and > devdax vmemmap optimization" > > [...] Patch 1, 3, 4 and 5 applied to powerpc/next. [01/16] powerpc/mm/book3s64: Use pmdp_ptep helper instead of typecasting. https://git.kernel.org/powerpc/c/040ec6202bb89d51e2d8d4c848d8160c0e5e3fe8 [03/16] powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfo https://git.kernel.org/powerpc/c/0da90af431abc3f497a38ec9ef6e43b0d0dabe80 [04/16] powerpc/book3s64/mm: Use PAGE_KERNEL instead of opencoding https://git.kernel.org/powerpc/c/d933557b858f78d7b702e70614b469a84b72e56c [05/16] powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-boundary https://git.kernel.org/powerpc/c/c8eebc4a99f15280654f23e914e746c40a516e50 cheers