zephyr/kernel/unified
Benjamin Walsh 1f2a5791bc kernel: add missing ___kernel_t_arch_OFFSET
Change-Id: I9913a1734f00dfb24f41214942230c4a127aa1a8
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-12-19 19:10:17 +00:00
..
include kernel: add missing ___kernel_t_arch_OFFSET 2016-12-19 19:10:17 +00:00
Kconfig kernel: introduce single-threaded kernel 2016-12-15 16:17:39 -05:00
Makefile unified: dissociate system workqueue from common workqueue module 2016-11-04 22:39:54 +00:00
alert.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
atomic_c.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
compiler_stack_protect.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
device.c kernel: Add ARG_UNUSED macro to avoid compiler warnings 2016-12-12 20:02:31 +00:00
errno.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
event_logger.c kernel: Ensure event logger APIs convert timeouts to millseconds 2016-11-18 23:17:49 +00:00
fifo.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
idle.c kernel: add k_cpu_idle/k_cpu_atomic_idle() 2016-12-15 16:17:38 -05:00
init.c kernel: introduce single-threaded kernel 2016-12-15 16:17:39 -05:00
int_latency_bench.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
kernel_event_logger.c kernel: Minor optimization to kernel event logger timestamping 2016-11-18 23:17:51 +00:00
legacy_offload.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
legacy_timer.c kernel: remove K_TIMING thread flag 2016-11-26 14:04:18 +00:00
lifo.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
mailbox.c kernel/mbox: add missing dummy thread timeout init 2016-11-23 00:27:43 +00:00
mem_pool.c kernel/mem_pool: Use the right data-type 2016-12-12 20:01:31 +00:00
mem_slab.c kernel/mem_slab: Use the right data-type 2016-12-12 20:01:31 +00:00
msg_q.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
mutex.c kernel: fix obsolete access to fields in K_DEBUG() calls 2016-11-18 23:08:47 +00:00
pipes.c kernel: Add ARG_UNUSED macro to avoid compiler warnings 2016-12-12 20:02:31 +00:00
sched.c kernel: fix warnings when CONFIG_MULTITHREADING=n 2016-12-17 16:54:45 +00:00
sem.c kernel: enhance realtime-ness when handling timeouts 2016-12-15 16:17:22 -05:00
stack.c kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
sys_clock.c kernel: enhance realtime-ness when handling timeouts 2016-12-15 16:17:22 -05:00
system_work_q.c kernel: initialize system work queue after kernel is up 2016-12-17 16:24:34 +00:00
thread.c kernel: fix warnings when CONFIG_MULTITHREADING=n 2016-12-17 16:54:45 +00:00
thread_abort.c kernel/arch: rename ARCH_HAS_NANO_FIBER_ABORT to ARCH_HAS_THREAD_ABORT 2016-12-17 22:44:40 +00:00
timer.c kernel: enhance realtime-ness when handling timeouts 2016-12-15 16:17:22 -05:00
version.c unified: move code from nanokernel into unified kernel 2016-10-10 00:46:40 +00:00
work_q.c work_q: delayed work cancel returns incorrect status 2016-12-02 12:50:51 +00:00