mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* + arm64-kconfig-select-gigantic-page.patch added to -mm tree
@ 2016-10-03 21:12 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2016-10-03 21:12 UTC (permalink / raw)
  To: xieyisheng1, catalin.marinas, dave.hansen, guohanjun,
	mark.rutland, mhocko, mike.kravetz, n-horiguchi, robh+dt,
	sudeep.holla, will.deacon, mm-commits


The patch titled
     Subject: arm64 Kconfig: select gigantic page
has been added to the -mm tree.  Its filename is
     arm64-kconfig-select-gigantic-page.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/arm64-kconfig-select-gigantic-page.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/arm64-kconfig-select-gigantic-page.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Yisheng Xie <xieyisheng1@huawei.com>
Subject: arm64 Kconfig: select gigantic page

Arm64 supports gigantic page after 084bd29810a5 ("ARM64: mm: HugeTLB
support.") however, it can only be allocated at boottime and can't be
freed.

This patch selects ARCH_HAS_GIGANTIC_PAGE to make gigantic pages can be
allocated and freed at runtime for arch arm64.

Link: http://lkml.kernel.org/r/1475227569-63446-3-git-send-email-xieyisheng1@huawei.com
Acked-by: Michal Hocko <mhocko@suse.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Yisheng Xie <xieyisheng1@huawei.com>
Cc: Hanjun Guo <guohanjun@huawei.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Dave Hansen <dave.hansen@intel.com>
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mike Kravetz <mike.kravetz@oracle.com>
Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/arm64/Kconfig |    1 +
 1 file changed, 1 insertion(+)

diff -puN arch/arm64/Kconfig~arm64-kconfig-select-gigantic-page arch/arm64/Kconfig
--- a/arch/arm64/Kconfig~arm64-kconfig-select-gigantic-page
+++ a/arch/arm64/Kconfig
@@ -9,6 +9,7 @@ config ARM64
 	select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
 	select ARCH_HAS_ELF_RANDOMIZE
 	select ARCH_HAS_GCOV_PROFILE_ALL
+	select ARCH_HAS_GIGANTIC_PAGE
 	select ARCH_HAS_KCOV
 	select ARCH_HAS_SG_CHAIN
 	select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
_

Patches currently in -mm which might be from xieyisheng1@huawei.com are

mm-page_isolation-fix-typo-paes-pages.patch
mm-hugetlb-introduce-arch_has_gigantic_page.patch
arm64-kconfig-select-gigantic-page.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-03 21:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-03 21:12 + arm64-kconfig-select-gigantic-page.patch added to -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).