..
include
kernel: add page frame management
2021-01-23 19:47:23 -05:00
atomic_c.c
banner.c
cache_handlers.c
cache: Expand the APIs for cache flushing
2021-01-19 14:31:02 -05:00
CMakeLists.txt
kernel: add condition variables
2021-01-19 08:55:47 -05:00
compiler_stack_protect.c
tests: coverage: exclude the CODE UNREACHABLE of code coverage
2021-01-15 12:42:00 -05:00
condvar.c
kernel: add vrfy hooks to support userspace with condvar
2021-01-19 08:55:47 -05:00
device.c
errno.c
fatal.c
debug: coredump: remove z_ prefix for stuff used outside subsys
2021-01-21 22:08:59 -05:00
futex.c
idle.c
power: Remove power management conditionals from code
2021-01-22 09:31:20 -05:00
init.c
kernel: add page frame management
2021-01-23 19:47:23 -05:00
Kconfig
kernel: build: Make TICKLESS_KERNEL depends on TICKLESS_CAPABLE
2021-01-21 17:20:32 -05:00
kheap.c
mailbox.c
mem_domain.c
tests: coverage: exclude the CODE UNREACHABLE of code coverage
2021-01-15 12:42:00 -05:00
mem_slab.c
mempool.c
z_heap_aligned_alloc(): avoid memory wastage
2021-01-22 10:04:43 -05:00
mmu.c
kernel: add k_mem_map() interface
2021-01-23 19:47:23 -05:00
msg_q.c
mutex.c
pipes.c
poll.c
kernel: poll: remove unreachable code
2021-01-18 11:02:59 -05:00
queue.c
sched.c
tests: coverage: exclude the CODE UNREACHABLE of code coverage
2021-01-15 12:42:00 -05:00
sem.c
smp.c
tests: coverage: exclude the CODE UNREACHABLE of code coverage
2021-01-15 12:42:00 -05:00
stack.c
system_work_q.c
thread_abort.c
tests: coverage: exclude the CODE UNREACHABLE of code coverage
2021-01-15 12:42:00 -05:00
thread.c
kernel: const-qualify objects used to calculate delay values
2021-01-22 08:05:26 -06:00
timeout.c
timer.c
kernel: const-qualify objects used to calculate delay values
2021-01-22 08:05:26 -06:00
userspace_handler.c
userspace.c
version.c
work_q.c
xip.c