..
include
kernel: Remove z_sched_abort() prototype
12 months ago
paging
kernel: mm: rename z_num_pagefaults_get to k_mem_num_*
1 year ago
CMakeLists.txt
lib c/cpp: Move .ctor .init_array handling from C++ to kernel
1 year ago
Kconfig
arch: move custom arch call Kconfigs
11 months ago
Kconfig.device
libc: common: Fix init hang issue
1 year ago
Kconfig.mem_domain
kconfig: replace known integer constants with variables
12 months ago
Kconfig.obj_core
kernel: reorg Kconfigs and split them
1 year ago
Kconfig.smp
kernel: fix typo
1 year ago
Kconfig.vm
kernel: mm: rename Z_MEM_PHYS/VIRT_ADDR to K_MEM_*
1 year ago
atomic_c.c
build: namespace the generated headers with `zephyr/`
1 year ago
banner.c
kernel: banner: Add option to clear screen on boot
1 year ago
busy_wait.c
build: namespace the generated headers with `zephyr/`
1 year ago
compiler_stack_protect.c
kernel: Unified type of stack protection canary __stack_chk_guard.
1 year ago
condvar.c
build: namespace the generated headers with `zephyr/`
1 year ago
cpu_mask.c
kernel: add closing comments to config endifs
1 year ago
device.c
device_dt_metadata: handle dt_meta being NULL
11 months ago
dynamic.c
kernel: fix typo
1 year ago
dynamic_disabled.c
kernel: dynamic: declare dynamic stubs when disabled
2 years ago
errno.c
build: namespace the generated headers with `zephyr/`
1 year ago
events.c
build: namespace the generated headers with `zephyr/`
1 year ago
fatal.c
kernel: fatal: Fix NO_OPTIMIZATIONS build
11 months ago
float.c
build: namespace the generated headers with `zephyr/`
1 year ago
futex.c
build: namespace the generated headers with `zephyr/`
1 year ago
idle.c
pm: Move z_pm_save_idle_exit to pm subsys
1 year ago
init.c
lib c/cpp: Move .ctor .init_array handling from C++ to kernel
1 year ago
init_static.c
lib c/cpp: Move .ctor .init_array handling from C++ to kernel
1 year ago
ipi.c
kernel: Add CONFIG_ARCH_HAS_DIRECTED_IPIS
1 year ago
irq_offload.c
kernel: add closing comments to config endifs
1 year ago
kheap.c
tracing: add k_realloc trace
1 year ago
mailbox.c
kernel: Clean up mailbox async msg configuration
1 year ago
main_weak.c
kernel: Switch main return type from void to int
2 years ago
mem_domain.c
coding guidelines: comply with MISRA Rule 12.1.
1 year ago
mem_slab.c
kernel: mem_slab: only define slab_ptr_is_good with assert enabled
1 year ago
mempool.c
kernel: avoided increments/decrements with side effects
1 year ago
mmu.c
style: kernel: comply with MISRA C:2012 Rule 15.6
11 months ago
msg_q.c
build: namespace the generated headers with `zephyr/`
1 year ago
mutex.c
build: namespace the generated headers with `zephyr/`
1 year ago
nothread.c
kernel: move nothread support to own file
1 year ago
obj_core.c
kernel: reduce `k_spin_unlock` calls using `if-else if-else` structure
12 months ago
pipes.c
build: namespace the generated headers with `zephyr/`
1 year ago
poll.c
build: namespace the generated headers with `zephyr/`
1 year ago
priority_queues.c
kernel: priority queues: declare as static inlines
1 year ago
queue.c
build: namespace the generated headers with `zephyr/`
1 year ago
sched.c
kernel: Remove k_thread_priority_set() restriction
11 months ago
sem.c
build: namespace the generated headers with `zephyr/`
1 year ago
smp.c
kernel: Relax loop in z_smp_global_lock()
1 year ago
spinlock_validate.c
kernel/spinlock: Fix SPIN_VALIDATE in ISRs
1 year ago
stack.c
build: namespace the generated headers with `zephyr/`
1 year ago
system_work_q.c
kernel: system_work_q: Mark queue thread as essential
1 year ago
thread.c
kernel: thread: Add k_thread_runtime_stats_cpu_get()
11 months ago
thread_monitor.c
kernel: thread: Add k_thread_foreach_filter_by_cpu() and unlocked version
11 months ago
timeout.c
kernel: fix typo
1 year ago
timer.c
build: namespace the generated headers with `zephyr/`
1 year ago
timeslicing.c
kernel: Add CONFIG_IPI_OPTIMIZE
1 year ago
usage.c
kernel: Remove duplicate execution_cycles write and improve docstring
1 year ago
userspace.c
everywhere: replace double words
1 year ago
userspace_handler.c
build: namespace the generated headers with `zephyr/`
1 year ago
version.c
build: namespace the generated headers with `zephyr/`
1 year ago
work.c
coding guidelines: comply with MISRA Rule 2.2
1 year ago
xip.c
kernel: canaries: Allow using TLS to store it
2 years ago