linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] arm64/mm: migrate swapper_pg_dir
@ 2018-06-05  9:33 Jun Yao
  2018-06-05  9:33 ` [PATCH v2 1/3] arm64/mm: pass swapper_pg_dir as an argument to __enable_mmu() Jun Yao
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jun Yao @ 2018-06-05  9:33 UTC (permalink / raw)
  To: linux-arm-kernel

Version 2 changes:
	* Move __pa_swapper_pg_dir to mmuoff.data.read section[1]
	* Fix problem with CONFIG_ARM64_SW_TTBR0_PAN[2]
	* Update comment about __enable_mmu()

[v1] https://www.spinics.net/lists/kernel/msg2819351.html

[1] https://www.spinics.net/lists/kernel/msg2819594.html
[2] https://www.spinics.net/lists/kernel/msg2819455.html

Jun Yao (3):
  arm64/mm: pass swapper_pg_dir as an argument to __enable_mmu()
  arm64/mm: introduce variable to save new swapper_pg_dir address
  arm64/mm: migrate swapper_pg_dir and tramp_pg_dir

 arch/arm64/include/asm/mmu_context.h |  6 +-
 arch/arm64/include/asm/pgtable.h     |  2 +
 arch/arm64/kernel/cpufeature.c       |  2 +-
 arch/arm64/kernel/head.S             |  6 +-
 arch/arm64/kernel/hibernate.c        |  2 +-
 arch/arm64/kernel/sleep.S            |  1 +
 arch/arm64/mm/kasan_init.c           |  6 +-
 arch/arm64/mm/mmu.c                  | 83 ++++++++++++++++++----------
 8 files changed, 69 insertions(+), 39 deletions(-)

-- 
2.17.0

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

end of thread, other threads:[~2018-06-05 21:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-05  9:33 [PATCH v2 0/3] arm64/mm: migrate swapper_pg_dir Jun Yao
2018-06-05  9:33 ` [PATCH v2 1/3] arm64/mm: pass swapper_pg_dir as an argument to __enable_mmu() Jun Yao
2018-06-05 21:56   ` Laura Abbott
2018-06-05  9:33 ` [PATCH v2 2/3] arm64/mm: introduce variable to save new swapper_pg_dir address Jun Yao
2018-06-05  9:33 ` [PATCH v2 3/3] arm64/mm: migrate swapper_pg_dir and tramp_pg_dir Jun Yao

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