]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*
authorMuchun Song <songmuchun@bytedance.com>
Thu, 14 Apr 2022 19:16:45 +0000 (12:16 -0700)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 14 Apr 2022 21:49:49 +0000 (17:49 -0400)
commitc1ffbf0cbebd469c7716dacc6863fa81a78d7cd6
tree484a391d3f88718e5d9d53d5eb15b34fa6056280
parent22af50a31e1a8aecc708772121333c6d376cb8b8
mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*

The word of "free" is not expressive enough to express the feature of
optimizing vmemmap pages associated with each HugeTLB, rename this keywork
to "optimize".  In this patch , cheanup configs to make code more
expressive.

Link: https://lkml.kernel.org/r/20220404074652.68024-4-songmuchun@bytedance.com
Signed-off-by: Muchun Song <songmuchun@bytedance.com>
Cc: Mike Kravetz <mike.kravetz@oracle.com>
Cc: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
14 files changed:
Documentation/admin-guide/kernel-parameters.txt
Documentation/admin-guide/mm/hugetlbpage.rst
arch/arm64/Kconfig
arch/arm64/mm/flush.c
arch/x86/Kconfig
arch/x86/mm/init_64.c
fs/Kconfig
include/linux/hugetlb.h
include/linux/mm.h
include/linux/page-flags.h
mm/Makefile
mm/hugetlb_vmemmap.c
mm/hugetlb_vmemmap.h
mm/sparse-vmemmap.c