linux-stable/arch/sh/include
Alexandre Ghiti 2b89c3f9d3 mm: Introduce flush_cache_vmap_early()
[ Upstream commit 7a92fc8b4d ]

The pcpu setup when using the page allocator sets up a new vmalloc
mapping very early in the boot process, so early that it cannot use the
flush_cache_vmap() function which may depend on structures not yet
initialized (for example in riscv, we currently send an IPI to flush
other cpus TLB).

But on some architectures, we must call flush_cache_vmap(): for example,
in riscv, some uarchs can cache invalid TLB entries so we need to flush
the new established mapping to avoid taking an exception.

So fix this by introducing a new function flush_cache_vmap_early() which
is called right after setting the new page table entry and before
accessing this new mapping. This new function implements a local flush
tlb on riscv and is no-op for other architectures (same as today).

Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Dennis Zhou <dennis@kernel.org>
Stable-dep-of: d9807d60c1 ("riscv: mm: execute local TLB flush after populating vmemmap")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-02-16 19:14:25 +01:00
..
asm mm: Introduce flush_cache_vmap_early() 2024-02-16 19:14:25 +01:00
cpu-common/cpu sh: include: convert to SPDX identifiers 2018-12-28 12:11:45 -08:00
cpu-sh2/cpu sh: include: convert to SPDX identifiers 2018-12-28 12:11:45 -08:00
cpu-sh2a/cpu sh: sh7269: Remove bogus SSU GPIO function definitions 2019-12-31 10:01:38 +01:00
cpu-sh3/cpu sh: include: convert to SPDX identifiers 2018-12-28 12:11:45 -08:00
cpu-sh4/cpu sh: dma: Drop incorrect SH_DMAC_BASE1 definition for SH4 2023-07-05 18:55:25 +02:00
cpu-sh4a/cpu License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mach-common/mach sh: Remove stale microdev board 2023-10-25 16:48:06 +02:00
mach-dreamcast/mach sh: Avoid using IRQ0 on SH3 and SH4 2023-06-11 18:22:47 +02:00
mach-ecovec24/mach sh: include: convert to SPDX identifiers 2018-12-28 12:11:45 -08:00
mach-kfr2r09/mach sh: include: convert to SPDX identifiers 2018-12-28 12:11:45 -08:00
mach-landisk/mach License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mach-migor/mach License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mach-sdk7786/mach License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mach-se/mach sh: Avoid using IRQ0 on SH3 and SH4 2023-06-11 18:22:47 +02:00
mach-sh03/mach License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mach-x3proto/mach License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
uapi/asm sh: remove sh5 support 2020-06-01 14:48:52 -04:00