.. |
include
|
kernel: zero app shmem bss via SYS_INIT
|
2020-03-16 21:40:52 -04:00 |
atomic_c.c
|
kernel: add APIs for atomic os on pointers
|
2020-03-10 10:18:16 -04:00 |
CMakeLists.txt
|
cmake: Add target for generating header files
|
2020-01-29 11:44:57 -06:00 |
compiler_stack_protect.c
|
kernel: Fix gcc-9.2 warning with _StackCheckHandler
|
2019-10-04 05:22:30 -07:00 |
device.c
|
kernel: device: Add const qualifier to device_config
|
2020-01-22 06:32:36 -06:00 |
errno.c
|
headers: Refactor kernel and arch headers.
|
2019-11-06 16:07:32 -08:00 |
fatal.c
|
kernel: fatal: fix indentation in z_fatal_error
|
2020-03-11 10:26:36 +02:00 |
futex.c
|
kernel: rename z_arch_ to arch_
|
2019-11-07 15:21:46 -08:00 |
idle.c
|
kernel: rename z_arch_ to arch_
|
2019-11-07 15:21:46 -08:00 |
init.c
|
kernel: zero app shmem bss via SYS_INIT
|
2020-03-16 21:40:52 -04:00 |
Kconfig
|
kernel: Stack pointer random depends on MULTITHREADING
|
2020-03-02 22:49:37 +02:00 |
Kconfig.power_mgmt
|
kconfig: Clean up header comments and make them consistent
|
2019-11-04 17:31:27 -05:00 |
mailbox.c
|
global: Remove leading/trailing blank lines in files
|
2019-12-11 19:17:27 +01:00 |
mem_domain.c
|
kernel: fix k_mem_partition data types
|
2019-12-12 14:48:42 -08:00 |
mem_slab.c
|
kernel: mem_slab: error handling
|
2020-01-20 17:19:54 -05:00 |
mempool.c
|
mempool: use k_malloc heap for ISR allocations
|
2020-01-24 09:27:59 -08:00 |
msg_q.c
|
kernel: msgq: error handling
|
2020-01-20 17:19:54 -05:00 |
mutex.c
|
tracing: move headers under include/tracing
|
2020-02-07 15:58:05 -05:00 |
pipes.c
|
kernel: pipe: runtime error checking
|
2020-01-20 17:19:54 -05:00 |
poll.c
|
kernel: poll: Allow 0 event input
|
2020-01-03 11:26:46 -08:00 |
queue.c
|
kernel/queue: Fix SMP race
|
2020-01-21 14:47:52 -08:00 |
sched.c
|
kernel: add k_thread_join()
|
2020-03-13 08:42:43 -04:00 |
sem.c
|
tracing: move headers under include/tracing
|
2020-02-07 15:58:05 -05:00 |
smp.c
|
kernel: interrupt/idle stacks/threads as array
|
2020-03-16 23:17:36 +02:00 |
stack.c
|
kernel: stack: error handling
|
2020-01-20 17:19:54 -05:00 |
system_work_q.c
|
kernel: system_work_q: Set dedicated "sysworkq" name.
|
2018-10-19 07:58:45 -04:00 |
thread.c
|
kernel: add k_thread_join()
|
2020-03-13 08:42:43 -04:00 |
thread_abort.c
|
kernel: use z_swap_unlocked in k_thread_abort
|
2020-03-12 10:57:02 -04:00 |
timeout.c
|
kernel/sys_clock.h: Deprecate and convert uses of old conversions
|
2019-11-08 11:08:58 +01:00 |
timer.c
|
kernel/sys_clock.h: Deprecate and convert uses of old conversions
|
2019-11-08 11:08:58 +01:00 |
userspace.c
|
kernel: zero app shmem bss via SYS_INIT
|
2020-03-16 21:40:52 -04:00 |
userspace_handler.c
|
kernel: remove vestigal printk references
|
2019-10-01 16:15:06 -05:00 |
version.c
|
doc: add kernel version API to doxygen
|
2018-12-08 17:24:53 -05:00 |
work_q.c
|
kernel: work_q: fix return value in non-error case
|
2020-02-20 17:50:05 +02:00 |