..
common
kernel: add APIs for atomic os on pointers
2020-03-10 10:18:16 -04:00
context
drivers: timer: Add per-core ARM architected timer
2020-02-01 08:08:43 -05:00
critical
tests: fix test identifiers
2019-12-09 15:53:44 -05:00
device
kernel: init: provide access to kernel startup state
2019-12-11 14:45:40 -08:00
early_sleep
tests: fix test identifiers
2019-12-09 15:53:44 -05:00
fatal
tests/kernel/fatal: add volatile to prevent compiler optimization
2020-01-22 07:08:12 -08:00
fifo
tests: fifo: assert of NULL from k_fifo_get
2019-12-10 10:39:59 -05:00
fp_sharing
arch: arm: Move ARM code to AArch32 sub-directory
2019-12-20 11:40:59 -05:00
gen_isr_table
arch: arm: Move ARM code to AArch32 sub-directory
2019-12-20 11:40:59 -05:00
interrupt
tests: interrupt: fix testcase.yaml
2020-03-10 10:14:55 -04:00
lifo
…
mbox
…
mem_heap /mheap_api_concept
…
mem_pool
global: Remove leading/trailing blank lines in files
2019-12-11 19:17:27 +01:00
mem_protect
kernel: rename struct _k_object
2020-03-17 20:11:27 +02:00
mem_slab
global: Remove leading/trailing blank lines in files
2019-12-11 19:17:27 +01:00
mp
tests: the arc issuse is fixed
2020-03-12 13:02:17 -04:00
msgq /msgq_api
tests: adjust resource pool sizes for 64-bit
2019-12-12 14:48:42 -08:00
mutex
tests: fix test identifiers
2019-12-09 15:53:44 -05:00
obj_tracing
kernel: fixup thread monitor locking
2020-03-10 16:09:24 -04:00
pending
global: Remove leading/trailing blank lines in files
2019-12-11 19:17:27 +01:00
pipe
kernel: pipe: runtime error checking
2020-01-20 17:19:54 -05:00
poll
tests: kernel: poll: Add checks when having zero events
2020-01-03 11:26:46 -08:00
profiling /profiling_api
tests: profiling_api: fix comments
2020-03-14 13:10:19 -04:00
queue
tests: queue: fix SMP issue
2019-12-18 11:17:33 -08:00
sched
global: Remove leading/trailing blank lines in files
2019-12-11 19:17:27 +01:00
semaphore /semaphore
tests: test k_sem_init()
2020-01-20 17:19:54 -05:00
sleep
tests: sleep: Increase tick margin for Xilinx QEMU
2020-02-11 08:03:37 -08:00
smp
tests/kernel/smp: current CPU is not atomic
2020-02-08 08:51:04 -05:00
spinlock
…
stack /stack
doc: tests: stack: fix doxygen grouping
2020-03-14 13:01:03 -04:00
threads
tests: thread_apis: add k_thread_join() tests
2020-03-13 08:42:43 -04:00
tickless
…
timer
tests/kernel: timer_api: Remove build_only tickless variant
2020-01-16 07:43:40 -06:00
workq
tests: work_q: Add assert if k_delayed_work_submit fails in the handler
2020-03-11 09:16:15 -04:00
xip
…