zephyr/tests/kernel/mem_protect
Andrew Boie 8753becbe1 kernel: delete k_futex_init()
There's no need for a system call for this; futexes live in
user memory and the initialization bit is ignored.

It's sufficient to just do an atomic_set().

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-07-01 08:15:10 -07:00
..
futex kernel: delete k_futex_init() 2019-07-01 08:15:10 -07:00
mem_protect tests: kernel: mem_protect: use correct define for MEM_REGION_ALLOC 2019-06-24 10:16:57 -07:00
obj_validation
protection cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
stack_random
stackprot tests: stackprot: don't set main stack size 2019-05-03 13:30:16 -07:00
syscalls
userspace cleanup: include/: move misc/stack.h to debug/stack.h 2019-06-27 22:55:49 -04:00
x86_mmu_api cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00