..
dsp
arch: introduce DSP_SHARING and CPU_HAS_DSP configs
2023-11-27 09:05:54 +00:00
mpu
ARC: MPU: Add MPUv8 fixes
2023-05-25 08:27:34 +00:00
offsets
arch: introduce DSP_SHARING and CPU_HAS_DSP configs
2023-11-27 09:05:54 +00:00
secureshield
init: remove the need for a dummy device pointer in SYS_INIT functions
2023-04-12 14:28:07 +00:00
CMakeLists.txt
arch: arc rename arc_smp.c -> smp.c
2024-01-09 10:00:17 +01:00
arc_connect.c
kernel: spinlock: LOCKED -> K_SPINLOCK
2023-07-10 09:27:21 +02:00
cache.c
arch: arc: use sys_cache instead of arch-function for enabling the cache
2024-01-10 09:59:58 +01:00
cpu_idle.S
asm: update files with <zephyr/...> include prefix
2022-05-09 12:45:29 -04:00
fast_irq.S
ARC: fix SMP race in ASM ARC interrupt handling code
2022-07-20 09:26:24 -05:00
fatal.c
arch: make CONFIG_EXCEPTION_DEBUG cross arch config
2023-12-14 09:32:27 +01:00
fault.c
style: fix misspelling in "precededs"
2023-12-20 11:55:46 +00:00
fault_s.S
ARC: SMP: fix livelock in thread abort due to exception
2023-06-08 20:27:06 -04:00
irq_manage.c
ARC: control shared (common) interrupts via IDU
2022-11-28 17:44:54 +01:00
irq_offload.c
init: remove the need for a dummy device pointer in SYS_INIT functions
2023-04-12 14:28:07 +00:00
isr_wrapper.S
ARC: ARcv3: 64bit: manage accumulator reg properly
2022-08-19 12:09:37 +02:00
prep_c.c
arch: _PrepC -> z_prep_c
2023-12-11 18:23:52 -05:00
regular_irq.S
ARC: fix SMP race in ASM ARC interrupt handling code
2022-07-20 09:26:24 -05:00
reset.S
arch: introduce arch_secondary_cpu_init
2024-01-09 10:00:17 +01:00
smp.c
arch: introduce arch_secondary_cpu_init
2024-01-09 10:00:17 +01:00
switch.S
asm: update files with <zephyr/...> include prefix
2022-05-09 12:45:29 -04:00
thread.c
arch: introduce DSP_SHARING and CPU_HAS_DSP configs
2023-11-27 09:05:54 +00:00
thread_entry_wrapper.S
ARC: add non-multithreading mode support
2022-08-26 21:38:56 -04:00
timestamp.c
arch: migrate includes to <zephyr/...>
2022-05-06 19:57:22 +02:00
tls.c
ARC: MWDT add TLS support
2022-11-29 09:48:23 +01:00
userspace.S
asm: update files with <zephyr/...> include prefix
2022-05-09 12:45:29 -04:00
vector_table.c
arch: migrate includes to <zephyr/...>
2022-05-06 19:57:22 +02:00
vector_table.ld
arc: vector_table: Automatically place the IRQ vector table
2022-06-28 12:29:42 +02:00