zephyr/kernel
Andrew Boie 8ffff144ea kernel: add architecture interface headers
include/sys/arch_inlines.h will contain all architecture APIs
that are used by public inline functions and macros,
with implementations deriving from include/arch/cpu.h.

kernel/include/arch_interface.h will contain everything
else, with implementations deriving from
arch/*/include/kernel_arch_func.h.

Instances of duplicate documentation for these APIs have been
removed; implementation details have been left in place.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-10-11 13:30:46 -07:00
..
include kernel: add architecture interface headers 2019-10-11 13:30:46 -07:00
atomic_c.c
CMakeLists.txt
compiler_stack_protect.c kernel: Fix gcc-9.2 warning with _StackCheckHandler 2019-10-04 05:22:30 -07:00
device.c
errno.c
fatal.c kernel: remove vestigal printk references 2019-10-01 16:15:06 -05:00
futex.c kernel: rename thread return value functions 2019-09-30 15:25:55 -04:00
idle.c kernel: rename boot time globals 2019-09-30 15:25:55 -04:00
init.c logging: abstract log_core_init() 2019-10-01 09:24:02 -04:00
Kconfig kernel/Kconfig: clamp number of CPUs to 4 2019-10-07 19:46:55 -04:00
Kconfig.power_mgmt
mailbox.c kernel: rename thread return value functions 2019-09-30 15:25:55 -04:00
mem_domain.c
mem_slab.c kernel: rename thread return value functions 2019-09-30 15:25:55 -04:00
mempool.c k_mem_pool_alloc(): remove dead code 2019-10-04 18:43:33 -07:00
msg_q.c kernel: rename thread return value functions 2019-09-30 15:25:55 -04:00
mutex.c kernel: rename thread return value functions 2019-09-30 15:25:55 -04:00
pipes.c
poll.c kernel: Introduce k_work_poll 2019-10-04 17:15:17 +02:00
queue.c kernel: rename thread return value functions 2019-09-30 15:25:55 -04:00
sched.c tracing: simplify idle thread detection 2019-09-30 15:25:55 -04:00
sem.c kernel: rename thread return value functions 2019-09-30 15:25:55 -04:00
smp.c
stack.c kernel: rename thread return value functions 2019-09-30 15:25:55 -04:00
system_work_q.c
thread_abort.c
thread.c kernel: remove vestigal printk references 2019-10-01 16:15:06 -05:00
timeout.c
timer.c kernel: rename thread return value functions 2019-09-30 15:25:55 -04:00
userspace_handler.c kernel: remove vestigal printk references 2019-10-01 16:15:06 -05:00
userspace.c kernel: remove vestigal printk references 2019-10-01 16:15:06 -05:00
version.c
work_q.c coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00