nuttx/arch
wangmingrong1 9555f9ff55 arm64/mte: Add support for arm64 mte
For details, please refer to the kernel's introduction to this at "https://docs.kernel.org/arch/arm64/memory-tagging-extension.html" and Android's introduction to this at "https://source.android.com/docs/security/test/memory-safety/arm-mte"

Of course, there is also the following detailed principle introduction
https://developer.arm.com/-/media/Arm%20Developer%20Community/PDF/Arm_Memory_Tagging_Extension_Whitepaper.pdf

The modification of this patch is only to merge the simplest MTE function support. In the future, the MTE function will be integrated into the kernel to a greater extent, for example, hardware MTE Kasan will be supported in the future.

Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
2024-12-02 11:04:11 -03:00
..
arm samv7: fix bytes to words calculation in user signature read 2024-12-02 19:47:43 +08:00
arm64 arm64/mte: Add support for arm64 mte 2024-12-02 11:04:11 -03:00
avr arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
ceva arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
dummy
hc arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
mips arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
misoc arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
or1k arch: remove up_current_regs in common code 2024-11-15 18:25:35 +08:00
renesas arch/renesas: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
risc-v fix compile error 2024-12-02 20:50:21 +08:00
sim arch/sim: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
sparc arch/sparc: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
tricore arch/tricore: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
x86 arch/x86: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
x86_64 arch/x86_64: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
xtensa xtensa: syscall SYS_switch_context and SYS_restore_context use 0 para 2024-12-02 20:05:05 +08:00
z16 arch/z16: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
z80 arch/z80: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
CMakeLists.txt arch/z80: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
Kconfig nuttx/arch: remove the custom board check in up_testset implementation 2024-11-28 15:06:57 +08:00