From: Jinjiang Tu <tujinjiang@huawei.com>
To: <akpm@linux-foundation.org>, <david@kernel.org>, <ljs@kernel.org>,
<catalin.marinas@arm.com>, <will@kernel.org>,
<mark.rutland@arm.com>, <ryan.roberts@arm.com>,
<peterx@redhat.com>, <dave.jiang@intel.com>,
<linux-arm-kernel@lists.infradead.org>, <linux-mm@kvack.org>
Cc: <wangkefeng.wang@huawei.com>, <sunnanyong@huawei.com>,
<tujinjiang@huawei.com>
Subject: [PATCH 0/3] arm64: Add support for PUD THP
Date: Wed, 9 Sep 2026 17:00:15 +0800 [thread overview]
Message-ID: <20260909090018.1991485-1-tujinjiang@huawei.com> (raw)
This series adds PUD THP support for arm64, enabling PUD THP for DAX
and pfnmap.
Patch 1 moves the identical pudp_invalidate() implementations from x86
and riscv to a generic location so arm64 can reuse it.
Patch 2 is a minor cleanup that simplifies pmd_special/pmd_mkspecial.
Patch 3 adds the necessary PUD page table helpers and selects
HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD.
Jinjiang Tu (3):
mm: define generic pudp_invalidate() implementation
arm64: simplify pmd_special and pmd_mkspecial
arm64: Add support for PUD THP
arch/arm64/Kconfig | 1 +
arch/arm64/include/asm/pgtable.h | 71 +++++++++++++++-----
arch/powerpc/include/asm/book3s/64/pgtable.h | 1 +
arch/riscv/include/asm/pgtable.h | 3 -
arch/riscv/mm/pgtable.c | 9 ---
arch/x86/include/asm/pgtable.h | 3 -
arch/x86/mm/pgtable.c | 12 ----
include/linux/pgtable.h | 7 ++
mm/pgtable-generic.c | 14 ++++
9 files changed, 77 insertions(+), 44 deletions(-)
--
2.43.0
next reply other threads:[~2026-09-09 9:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-09 9:00 Jinjiang Tu [this message]
2026-09-09 9:00 ` [PATCH 1/3] mm: define generic pudp_invalidate() implementation Jinjiang Tu
2026-09-09 10:24 ` David Hildenbrand (Arm)
2026-09-11 2:28 ` Jinjiang Tu
2026-09-09 9:00 ` [PATCH 2/3] arm64: simplify pmd_special and pmd_mkspecial Jinjiang Tu
2026-09-09 9:00 ` [PATCH 3/3] arm64: Add support for PUD THP Jinjiang Tu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260909090018.1991485-1-tujinjiang@huawei.com \
--to=tujinjiang@huawei.com \
--cc=akpm@linux-foundation.org \
--cc=catalin.marinas@arm.com \
--cc=dave.jiang@intel.com \
--cc=david@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mm@kvack.org \
--cc=ljs@kernel.org \
--cc=mark.rutland@arm.com \
--cc=peterx@redhat.com \
--cc=ryan.roberts@arm.com \
--cc=sunnanyong@huawei.com \
--cc=wangkefeng.wang@huawei.com \
--cc=will@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox