All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next 0/3] replace open coded VA->PA calculation
@ 2021-12-18  8:58 ` Gaosheng Cui
  0 siblings, 0 replies; 24+ messages in thread
From: Gaosheng Cui @ 2021-12-18  8:58 UTC (permalink / raw)
  To: linux, krzysztof.kozlowski, andrew, gregory.clement,
	sebastian.hesselbarth, vireshk, shiraz.linux.kernel, soc,
	linus.walleij, ardb, cuigaosheng1
  Cc: linux-arm-kernel, linux-samsung-soc, linux-kernel, gongruiqi1,
	wangweiyang2

These patches replace an open coded calculation to obtain the physical
address of a far symbol with a call to the new ldr_l etc macro, and they
belong to the kaslr patch set of arm32.

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git/log/?h=arm-kaslr-latest

Ard Biesheuvel (3):
  arm-soc: exynos: replace open coded VA->PA conversions
  arm-soc: mvebu: replace open coded VA->PA conversion
  arm-soc: various: replace open coded VA->PA calculation

 arch/arm/mach-exynos/headsmp.S     |  9 +--------
 arch/arm/mach-exynos/sleep.S       | 26 +++++---------------------
 arch/arm/mach-mvebu/coherency_ll.S |  8 +-------
 arch/arm/mach-spear/headsmp.S      | 11 +++--------
 arch/arm/plat-versatile/headsmp.S  |  9 +--------
 5 files changed, 11 insertions(+), 52 deletions(-)

-- 
2.30.0


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

end of thread, other threads:[~2021-12-24  4:08 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-18  8:58 [PATCH -next 0/3] replace open coded VA->PA calculation Gaosheng Cui
2021-12-18  8:58 ` Gaosheng Cui
2021-12-18  8:58 ` [PATCH -next 1/3] arm-soc: exynos: replace open coded VA->PA conversions Gaosheng Cui
2021-12-18  8:58   ` Gaosheng Cui
2021-12-18  8:58 ` [PATCH -next 2/3] arm-soc: mvebu: replace open coded VA->PA conversion Gaosheng Cui
2021-12-18  8:58   ` Gaosheng Cui
2021-12-18  8:58 ` [PATCH -next 3/3] arm-soc: various: replace open coded VA->PA calculation Gaosheng Cui
2021-12-18  8:58   ` Gaosheng Cui
2021-12-20 15:39 ` [PATCH -next 0/3] " Arnd Bergmann
2021-12-20 15:39   ` Arnd Bergmann
2021-12-20 18:06   ` Andrew Lunn
2021-12-20 18:06     ` Andrew Lunn
2021-12-20 18:16     ` Ard Biesheuvel
2021-12-20 18:16       ` Ard Biesheuvel
2021-12-21  1:41   ` cuigaosheng
2021-12-21  1:41     ` cuigaosheng
2021-12-21  9:15     ` Arnd Bergmann
2021-12-21  9:15       ` Arnd Bergmann
2021-12-22  2:31       ` Linus Walleij
2021-12-22  2:31         ` Linus Walleij
2021-12-22  9:29         ` Ard Biesheuvel
2021-12-22  9:29           ` Ard Biesheuvel
2021-12-24  4:05           ` Linus Walleij
2021-12-24  4:05             ` Linus Walleij

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.