..
include
kernel: mempool: add z_thread_aligned_alloc
2021-01-13 09:43:55 -08:00
CMakeLists.txt
kernel: Make the "heap" backend to mem_pool default
2020-12-07 21:50:14 -05:00
Kconfig
heap: clean up some size related issues
2021-01-15 12:08:20 -05:00
atomic_c.c
…
banner.c
kernel: init: move banner handling
2020-11-27 20:08:14 -05:00
cache_handlers.c
syscalls: Add system call for cache flush & invalidate
2020-08-04 17:26:45 -04:00
compiler_stack_protect.c
tests: coverage: exclude the CODE UNREACHABLE of code coverage
2021-01-15 12:42:00 -05:00
device.c
power: standarize PM Kconfigs and cleanup
2020-12-09 15:18:29 -05:00
errno.c
kernel: support using thread local storage for errno
2020-10-24 10:52:00 -07:00
fatal.c
tests: coverage: exclude the CODE UNREACHABLE of code coverage
2021-01-15 12:42:00 -05:00
futex.c
…
idle.c
kernel: idle: fix builds with PM but no system clock
2020-12-27 18:18:52 +01:00
init.c
tests: enable the code coverage report for qemu_x86_64
2021-01-05 10:32:38 -08:00
kheap.c
kernel: add k_heap_aligned_alloc
2020-12-08 13:21:26 -05:00
mailbox.c
kernel: Remove legacy mem_pool usage
2020-12-07 21:50:14 -05:00
mem_domain.c
tests: coverage: exclude the CODE UNREACHABLE of code coverage
2021-01-15 12:42:00 -05:00
mem_slab.c
kernel: mem_slab: Optimize mem_slab_free
2020-12-07 11:36:48 +01:00
mempool.c
kernel: mempool: add z_thread_aligned_alloc
2021-01-13 09:43:55 -08:00
mmu.c
mmu: rename z_mem_map to z_phys_map
2020-12-16 08:55:55 -05:00
msg_q.c
doc: Clarify semantics of k_msgq_put
2020-09-23 13:21:07 -05:00
mutex.c
kernel: Cleanup logger setup in kernel files
2020-11-27 09:56:34 -05:00
pipes.c
kernel: Remove legacy mem_pool usage
2020-12-07 21:50:14 -05:00
poll.c
kernel: Remove CONFIG_LEGACY_TIMEOUT_API
2021-01-14 21:33:16 -05:00
queue.c
kernel/queue: fix queue append/get race
2020-10-28 17:01:41 +01:00
sched.c
tests: coverage: exclude the CODE UNREACHABLE of code coverage
2021-01-15 12:42:00 -05:00
sem.c
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
smp.c
tests: coverage: exclude the CODE UNREACHABLE of code coverage
2021-01-15 12:42:00 -05:00
stack.c
kernel: stack: fix stack_push spinlock and return
2020-10-07 17:10:36 -04:00
system_work_q.c
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
thread.c
kernel: Remove CONFIG_LEGACY_TIMEOUT_API
2021-01-14 21:33:16 -05:00
thread_abort.c
tests: coverage: exclude the CODE UNREACHABLE of code coverage
2021-01-15 12:42:00 -05:00
timeout.c
kernel: Remove CONFIG_LEGACY_TIMEOUT_API
2021-01-14 21:33:16 -05:00
timer.c
kernel: Remove CONFIG_LEGACY_TIMEOUT_API
2021-01-14 21:33:16 -05:00
userspace.c
kernel: userspace: aligned memory allocation for dynamic objects
2021-01-13 09:43:55 -08:00
userspace_handler.c
userspace: update k_object API to support immutable objects
2020-09-02 13:48:13 +02:00
version.c
…
work_q.c
kernel: Remove CONFIG_LEGACY_TIMEOUT_API
2021-01-14 21:33:16 -05:00
xip.c
linker: arm: Add cortex_m itcm section
2021-01-15 14:51:20 +01:00