All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] arm64/mm: Enable THP migration
@ 2020-08-17  9:19 ` Anshuman Khandual
  0 siblings, 0 replies; 26+ messages in thread
From: Anshuman Khandual @ 2020-08-17  9:19 UTC (permalink / raw)
  To: linux-mm, linux-arm-kernel
  Cc: catalin.marinas, will, akpm, Anshuman Khandual, Mark Rutland,
	Marc Zyngier, Suzuki Poulose, Zi Yan, linux-kernel

This series enables THP migration on arm64 via ARCH_ENABLE_THP_MIGRATION.
But first this modifies all existing THP helpers like pmd_present() and
pmd_trans_huge() etc per expected generic memory semantics as concluded
from a previous discussion here.

https://lkml.org/lkml/2018/10/9/220

This series is based on v5.9-rc1.

Changes in V1:

- Used new PMD_PRESENT_INVALID (bit 59) to represent invalidated PMD state per Catalin

Changes in RFC V2: (https://patchwork.kernel.org/project/linux-mm/list/?series=302965)

- Used PMD_TABLE_BIT to represent splitting PMD state per Catalin

Changes in RFC V1: (https://patchwork.kernel.org/project/linux-mm/list/?series=138797)

Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Marc Zyngier <maz@kernel.org>
Cc: Suzuki Poulose <suzuki.poulose@arm.com>
Cc: Zi Yan <ziy@nvidia.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org

Anshuman Khandual (2):
  arm64/mm: Change THP helpers to comply with generic MM semantics
  arm64/mm: Enable THP migration

 arch/arm64/Kconfig                    |  4 +++
 arch/arm64/include/asm/pgtable-prot.h |  7 +++++
 arch/arm64/include/asm/pgtable.h      | 39 ++++++++++++++++++++++++---
 3 files changed, 47 insertions(+), 3 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2020-09-08 12:16 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-17  9:19 [PATCH 0/2] arm64/mm: Enable THP migration Anshuman Khandual
2020-08-17  9:19 ` Anshuman Khandual
2020-08-17  9:19 ` [PATCH 1/2] arm64/mm: Change THP helpers to comply with generic MM semantics Anshuman Khandual
2020-08-17  9:19   ` Anshuman Khandual
2020-08-18  9:13   ` Jonathan Cameron
2020-08-18  9:13     ` Jonathan Cameron
2020-08-18  9:41     ` Anshuman Khandual
2020-08-18  9:41       ` Anshuman Khandual
2020-08-18 12:26       ` Jonathan Cameron
2020-08-18 12:26         ` Jonathan Cameron
2020-08-19  9:10         ` Anshuman Khandual
2020-08-19  9:10           ` Anshuman Khandual
2020-09-03 16:56   ` Catalin Marinas
2020-09-03 16:56     ` Catalin Marinas
2020-09-03 17:31     ` Ralph Campbell
2020-09-03 17:31       ` Ralph Campbell
2020-09-08 10:25       ` Anshuman Khandual
2020-09-08 10:25         ` Anshuman Khandual
2020-09-08 10:18     ` Anshuman Khandual
2020-09-08 10:18       ` Anshuman Khandual
2020-09-08 11:32       ` Catalin Marinas
2020-09-08 11:32         ` Catalin Marinas
2020-08-17  9:19 ` [PATCH 2/2] arm64/mm: Enable THP migration Anshuman Khandual
2020-08-17  9:19   ` Anshuman Khandual
2020-09-03 16:58   ` Catalin Marinas
2020-09-03 16:58     ` Catalin Marinas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.