linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH v3 0/2] arm64/hugetlb: enable gigantic page
@ 2016-08-22 13:20 Xie Yisheng
  2016-08-22 13:20 ` [RFC PATCH v3 1/2] mm/hugetlb: Introduce ARCH_HAS_GIGANTIC_PAGE Xie Yisheng
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Xie Yisheng @ 2016-08-22 13:20 UTC (permalink / raw)
  To: akpm, mhocko
  Cc: guohanjun, linux-mm, linux-kernel, will.deacon, mhocko,
	dave.hansen, sudeep.holla, catalin.marinas, mark.rutland, robh+dt,
	linux-arm-kernel, mike.kravetz, n-horiguchi

Arm64 supports different size of gigantic page which can be seen from:
commit 084bd29810a5 ("ARM64: mm: HugeTLB support.")
commit 66b3923a1a0f ("arm64: hugetlb: add support for PTE contiguous bit")

So I tried to use this function by adding hugepagesz=1G in kernel
parameters, with CONFIG_CMA=y. However, when I
echo xx > \
  /sys/kernel/mm/hugepages/hugepages-1048576kB/nr_hugepages
it failed with the following info:
-bash: echo: write error: Invalid argument

This is a v3 patchset which make gigantic page can be
allocated and freed at runtime for arch arm64,
with CONFIG_CMA=y or other related configs is enabled.

You can see the former discussions at:
https://lkml.org/lkml/2016/8/18/310
https://lkml.org/lkml/2016/8/21/410
 
Xie Yisheng (2):
  mm/hugetlb: Introduce ARCH_HAS_GIGANTIC_PAGE
  arm64 Kconfig: Select gigantic page

 arch/arm64/Kconfig | 1 +
 arch/s390/Kconfig  | 1 +
 arch/x86/Kconfig   | 1 +
 fs/Kconfig         | 3 ++++
 mm/hugetlb.c       | 2 +-
 5 files changed, 7 insertions(+), 1 deletion(-)

-- 
1.7.12.4

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-09-08  9:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-22 13:20 [RFC PATCH v3 0/2] arm64/hugetlb: enable gigantic page Xie Yisheng
2016-08-22 13:20 ` [RFC PATCH v3 1/2] mm/hugetlb: Introduce ARCH_HAS_GIGANTIC_PAGE Xie Yisheng
2016-08-22 13:44   ` Michal Hocko
2016-09-08  9:55   ` Naoya Horiguchi
2016-08-22 13:20 ` [RFC PATCH v3 2/2] arm64 Kconfig: Select gigantic page Xie Yisheng
2016-08-26 10:26 ` [RFC PATCH v3 0/2] arm64/hugetlb: enable " Will Deacon
2016-08-27  9:45   ` Yisheng Xie

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).