]> Git Repo - linux.git/commit
arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pages
authorAnshuman Khandual <[email protected]>
Tue, 5 Mar 2019 23:43:58 +0000 (15:43 -0800)
committerLinus Torvalds <[email protected]>
Wed, 6 Mar 2019 05:07:15 +0000 (21:07 -0800)
commit5480280d3f2d11d47f9be59d49b20a8d7d1b33e8
treee56f0bdfb0e41a729e99e1e3d231ac7bb1de0c11
parent4a03a058d1fe7558faffab1a831dde508501e85c
arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pages

Let arm64 subscribe to the previously added framework in which
architecture can inform whether a given huge page size is supported for
migration.  This just overrides the default function
arch_hugetlb_migration_supported() and enables migration for all
possible HugeTLB page sizes on arm64.

With this, HugeTLB migration support on arm64 now covers all possible
HugeTLB options.

          CONT PTE    PMD    CONT PMD    PUD
          --------    ---    --------    ---
  4K:        64K      2M        32M      1G
  16K:        2M     32M         1G
  64K:        2M    512M        16G

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Anshuman Khandual <[email protected]>
Reviewed-by: Naoya Horiguchi <[email protected]>
Reviewed-by: Steve Capper <[email protected]>
Acked-by: Catalin Marinas <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Michal Hocko <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/arm64/include/asm/hugetlb.h
arch/arm64/mm/hugetlbpage.c
This page took 0.049962 seconds and 4 git commands to generate.