- 533b8c9 arch: arm: aarch32: Fix spelling of "want" by Nikolai Kondrashov · 3 years, 5 months ago
- c6141c4 arch: arm: core: aarch32: enable ARMv7-R/Cortex-R code for ARMv7-A/Cortex-A by Immo Birnbaum · 3 years, 5 months ago
- 70c403c arch: arm: core: aarch32: introduce basic ARMv7 MMU support by Immo Birnbaum · 3 years, 5 months ago
- eac90ee arch: arm: core: aarch32: limit ACTLR register access to Cortex-R by Immo Birnbaum · 3 years, 5 months ago
- 85f5337 arch: arm: core: aarch32: Updated brief file description by Immo Birnbaum · 3 years, 5 months ago
- 38dc87d arch: arm: core: aarch32: Add ARMv7-A/Cortex-A(9) related Kconfig items by Immo Birnbaum · 3 years, 5 months ago
- 305550a arch: arm: core: aarch32: Updated brief file description by Immo Birnbaum · 3 years, 5 months ago
- 177f954 arm: Use correct macro for z_interrupt_stacks declaration in stack.h by Keith Packard · 3 years, 5 months ago
- 6d2b914 arm: cortex-m: initialise ptr_esf in get_esf() in fault.c. by Chris Reed · 3 years, 5 months ago
- a6355cb arm: aarch32: mpu: Fix build issue with assert by Kumar Gala · 3 years, 6 months ago
- 23c0e16 arch: arm: core: aarch32: fix regression introduced with Cortex-R by Alexandre Bourdiol · 3 years, 7 months ago
- 41fd6e0 arch: arm: aarch32: Add half-precision floating-point configs by Stephanos Ioannidis · 3 years, 7 months ago
- da926f6 asm: .eabi_attribute Tag_ABI_align_preserved, 1 by Torsten Rasmussen · 3 years, 7 months ago
- 302fd80 interrupts: safeguard isr_wrapper and isr_install by Torsten Rasmussen · 3 years, 7 months ago
- f574836 arch: arm: swap_helper.S: safe guarding GTEXT(z_arm_do_syscall) by Torsten Rasmussen · 3 years, 7 months ago
- 510d7db linker: align _ramfunc_ram/rom_start/size linker symbol names by Torsten Rasmussen · 3 years, 7 months ago
- 78ba3dd arch: arm: mpu: Put a lock around MPU buffer validate by Phil Erwin · 3 years, 8 months ago
- 046f936 arch: arm: cortex_r: Support nested exception detection by Bradley Bolen · 3 years, 8 months ago
- 1e153b5 arch: arm: cortex_r: Add support for recoverable data abort by Bradley Bolen · 3 years, 8 months ago
- ff1a5e7 arch: arm: cortex_r: Add ARCH_EXCEPT macro by Bradley Bolen · 3 years, 8 months ago
- 65dcab8 arch: arm: cortex_r: Do not use user stack in svc/isr modes by Bradley Bolen · 3 years, 8 months ago
- e0bed3b arch: arm: cortex_r: Add MPU and USERSPACE support by Phil Erwin · 3 years, 8 months ago
- 6df8f7e arch: arm: cortex_m: Add ARMv8.1-M MVE configs by Stephanos Ioannidis · 3 years, 8 months ago
- c661765 arm: cortex-m: setup TLS pointer before switching to main by Daniel Leung · 3 years, 8 months ago
- ca5623d arm: swap: cleanup an #ifdef statement in swap routine by Ioannis Glaropoulos · 3 years, 8 months ago
- f795672 arm: cortex-m: enhance information dump during HardFault escalation by Ioannis Glaropoulos · 3 years, 8 months ago
- 7930829 arm: cortex-m: move synchronous SVC assessment in a separate function by Ioannis Glaropoulos · 3 years, 8 months ago
- a8d6c14 arm: cortex-m: clean up some more hard-coded constants in swap_helper by Ioannis Glaropoulos · 3 years, 8 months ago
- 03c4bcd arm: use BASEPRI_MAX instead of BASEPRI to mask interrupts by Ioannis Glaropoulos · 3 years, 8 months ago
- 7156183 arm: fix the VTOR alignment requirement for Baseline Cortex-M by Ioannis Glaropoulos · 3 years, 8 months ago
- ebcd5de arm: cortex_a_r: rename z_platform_init to z_arm_platform_init by Ioannis Glaropoulos · 3 years, 8 months ago
- 1706b4d arm: rename z_platform_init to z_arm_platform_init by Ioannis Glaropoulos · 3 years, 8 months ago
- 70984a1 arm: set DebugMonitor IRQ unconditionally during initialization by Ioannis Glaropoulos · 3 years, 8 months ago
- 6981b84 arm: ensure SysTick IRQ level is set unconditionally by Ioannis Glaropoulos · 3 years, 8 months ago
- 28a59f6 arm: route PendSV to spurious IRQ handler if it is unused by Ioannis Glaropoulos · 3 years, 8 months ago
- 41d3d38 arm: aarch32: sort the source files lists alphabetically by Ioannis Glaropoulos · 3 years, 8 months ago
- 379bb70 arch: aarch32: cortex_m/r: Add arch exception helper by Bradley Bolen · 3 years, 8 months ago
- 50a6daf arch: aarch32: cortex_m/r: Add arch helper function by Bradley Bolen · 3 years, 8 months ago
- 2de4a90 cmake: Support coverage flags on all archs by Jeremy Bettis · 3 years, 10 months ago
- 382bbac tfm: Put saving of FPU context into its own file so it can be reused by Øyvind Rønningstad · 3 years, 10 months ago
- 131af76 arch: arm: cortex_r: Use assembler macros for exceptions by Bradley Bolen · 3 years, 10 months ago
- 90e76bd arch: arm: cortex_r: Use macro for svc call by Bradley Bolen · 3 years, 10 months ago
- 2b0a481 arch: arm: cortex-m: add support for clearing NXP MPU regions at boot by Henrik Brix Andersen · 3 years, 10 months ago
- b3b36f6 arm: cortex-m: shrink hidden option for null-pointer detection by Ioannis Glaropoulos · 3 years, 10 months ago
- d105a2b arm: shrink names for null-pointer exception detection Kconfigs by Ioannis Glaropoulos · 3 years, 10 months ago
- 4084242 kernel: make MULTITHREADING promptless if single-thread not supported by Ioannis Glaropoulos · 3 years, 10 months ago
- be49df6 arch: arm: cortex_m: z_arm_mpu_init: fix D-Cache invalidation by Aurelien Jarno · 3 years, 11 months ago
- 1a583e4 arch: arm: cortex_m: fix D-Cache reset with CONFIG_INIT_ARCH_HW_AT_BOOT by Aurelien Jarno · 3 years, 11 months ago
- 95a7e71 arch: arm: aarch32: Move mpu code up a level by Bradley Bolen · 3 years, 11 months ago
- 280ca7a arch: replace power/power.h with pm/pm.h by Gerard Marull-Paretas · 3 years, 11 months ago
- a2cfb84 arch: arm: Add code for swapping threads between secure and non-secure by Øyvind Rønningstad · 3 years, 11 months ago
- ad80835 arch: arm: Add config for non-blocking secure calls by Ioannis Glaropoulos · 3 years, 11 months ago
- d6b5023 arch: arm: Setup Static MPU regions earlier in boot flow by Mahesh Mahadevan · 4 years ago
- 1b36c6c arch: arm: Create a MPU entry for relocated code by Mahesh Mahadevan · 4 years ago
- 64e973f Kconfig: Add a new config CODE_DATA_RELOCATION_SRAM by Mahesh Mahadevan · 4 years ago
- 949ef7c Kconfig: clean up FPU and FPU_SHARING entries by Nicolas Pitre · 4 years ago
- 43f0726 arm: aarch32: timing: fix potential divide by zero if DWT by Daniel Leung · 4 years ago
- f163bdb power: move reboot functionality to os lib by Gerard Marull-Paretas · 4 years ago
- 734c65a arch: arm: core: aarch32: cortex_m: fault: fix if...else ifs by Jennifer Williams · 4 years ago
- a5c27d6 arch: arm: core: aarch32: cortex_m: debug: remove if...else if construct by Jennifer Williams · 4 years ago
- fdb4df2 arm: cortex-m: minor doc updates in swap_helper.S by Ioannis Glaropoulos · 4 years ago
- a9397e3 arm: cortex_m: Update get DWT frequency for NXP SoC's by Mahesh Mahadevan · 4 years ago
- 92a3209 arch: arm: aarch32: cortex_a_r: Dump callee saved registers on fault by Bradley Bolen · 4 years ago
- c96ae58 arch: arm: aarch32: cortex_a_r: Correct syntax for srs by Bradley Bolen · 4 years ago
- 18ec848 arch: arm: aarch32: Use ARRAY_SIZE in for loop by Bradley Bolen · 4 years ago
- ae4adea arch: arm: cortex_m: z_arm_pendsv in vector table when multithreading by Krzysztof Chruscinski · 4 years ago
- 6734c6e arch: arm: aarch32: Fix spurious interrupt handling by Bradley Bolen · 4 years ago
- 8bee027 arch: arm: Unconditionally compile IRQ_ZERO_LATENCY flag by Krzysztof Chruscinski · 4 years ago
- 4f5460a arch: arm: Fix 10.4 violations by Flavio Ceolin · 4 years ago
- d307bd2 arm: add note explaining why Hard ABI is disabled for tfm builds by Ioannis Glaropoulos · 4 years ago
- 80a351e arch: arm: Disallow FP_HARDABI when building with TFM by Øyvind Rønningstad · 4 years ago
- 95cd021 arch: arm: Fix 14.4 guideline violation by Flavio Ceolin · 4 years ago
- 3539c2f arm/arm64: Make ARM64 a standalone architecture by Carlo Caione · 4 years ago
- 520ebe4 arch: arm: remove compat headers by Kumar Gala · 4 years ago
- 59903e2 kernel: arch: introduce k_float_enable() by Katsuhiro Suzuki · 4 years ago
- 95e4b3e arch: arm: Add initial support for Cortex-M55 Core by Kumar Gala · 4 years ago
- 771cc97 clock: z_clock_isr -> sys_clock_isr by Anas Nashif · 4 years ago
- f3d11cc aarch64: userspace: Enable userspace by Carlo Caione · 4 years ago
- 2936998 aarch64: GCC10: Add -mno-outline-atomics by Carlo Caione · 4 years ago
- 8cbd9c7 aarch64: userspace: Add missing entries in vector table by Carlo Caione · 4 years ago
- 1347fdb aarch64: userspace: Increase KOBJECT_TEXT_AREA by Carlo Caione · 4 years ago
- 2b5b054 aarch64: userspace: bump the global number of available page tables by Nicolas Pitre · 4 years ago
- b52f769 aarch64: mmu: Fix MMU permissions for zephyr code and data by Carlo Caione · 4 years ago
- a74f378 aarch64: mmu: apply domain switching on all CPUs if SMP by Nicolas Pitre · 4 years ago
- ec70b2b aarch64: userspace: Add support for page tables swapping by Carlo Caione · 4 years ago
- 7d35a8c kernel: remove arch_mem_domain_destroy by Kumar Gala · 4 years ago
- 59a51f0 debug: Clean up thread awareness data sections by Carles Cufi · 4 years ago
- f062490 aarch64: mmu: add TLB flushing on mapping changes by Nicolas Pitre · 4 years ago
- a010651 aarch64: mmu: Add initial support for memory domains by Carlo Caione · 4 years ago
- c77ffeb aarch64: mmu: apply proper locking by Nicolas Pitre · 4 years ago
- e4cd3d4 aarch64: mmu: code to split/combine page tables by Nicolas Pitre · 4 years ago
- 4026361 aarch64: mmu: factor out table expansion code by Nicolas Pitre · 4 years ago
- b4f5b9e aarch64: reset: initialize CNTFRQ_EL0 in the highest EL by Peng Fan · 4 years, 1 month ago
- dacd176 aarch64: userspace: Implement syscalls by Carlo Caione · 4 years, 1 month ago
- f2995bc aarch64: arch_buffer_validate() implementation by Nicolas Pitre · 4 years, 1 month ago
- 9ec1c1a aarch64: userspace: Introduce arch_user_string_nlen by Carlo Caione · 4 years, 1 month ago
- a7a3e80 aarch64: fatal: Restrict oops-es when in user-mode by Carlo Caione · 4 years, 1 month ago
- 6978160 aarch64: userspace: Introduce arch_is_user_context by Carlo Caione · 4 years, 1 month ago
- 6cf0d00 aarch64: userspace: Introduce skeleton code for user-threads by Carlo Caione · 4 years, 1 month ago
- a7d3d2e aarch64: fatal: Add arch_syscall_oops hook by Carlo Caione · 4 years, 1 month ago