zephyr/kernel
Andrew Boie 845aa6d114 kernel: renamespace arch_nop()
This is part of the core kernel -> architecture interface
and has been renamed to z_arch_nop().

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-09-30 15:25:55 -04:00
..
include kernel: renamespace z_is_in_isr() 2019-09-30 15:25:55 -04:00
atomic_c.c kernel: fix the bug in atomic_c.c 2019-09-26 21:13:20 -04:00
CMakeLists.txt kernel: consolidate error handling code 2019-07-25 15:06:58 -07:00
compiler_stack_protect.c kernel: consolidate error handling code 2019-07-25 15:06:58 -07:00
device.c [Code coverage]: Fix the issue of function code coverage in device.c. 2019-09-17 12:35:30 +08:00
errno.c userspace: Support for split 64 bit arguments 2019-09-12 11:31:50 +08:00
fatal.c kernel: remove z_fatal_print() 2019-09-12 05:17:39 -04:00
futex.c kernel: syscalls: Whitespace fixups 2019-09-12 11:31:50 +08:00
idle.c kernel/idle.c: fix compilation failure (SMP && !SCHED_IPI_SUPPORTED) 2019-09-28 17:32:33 -04:00
init.c kernel: renamespace arch_nop() 2019-09-30 15:25:55 -04:00
Kconfig tests: increase main stack size for x86 with ztest 2019-08-05 13:25:50 +02:00
Kconfig.power_mgmt power: modify HAS_STATE_SLEEP_ Kconfig options 2019-03-26 13:27:55 -04:00
mailbox.c cleanup: include/: move misc/dlist.h to sys/dlist.h 2019-06-27 22:55:49 -04:00
mem_domain.c userspace: adjust arch memory domain interface 2019-08-05 13:25:50 +02:00
mem_slab.c cleanup: include/: move misc/dlist.h to sys/dlist.h 2019-06-27 22:55:49 -04:00
mempool.c kernel: renamespace z_is_in_isr() 2019-09-30 15:25:55 -04:00
msg_q.c kernel: renamespace z_is_in_isr() 2019-09-30 15:25:55 -04:00
mutex.c tracing: add missing end_call for k_mutex_unlock 2019-09-30 10:49:37 -04:00
pipes.c kernel/thread: Must always initialize is_idle field 2019-09-26 16:54:06 -04:00
poll.c kernel: renamespace z_is_in_isr() 2019-09-30 15:25:55 -04:00
queue.c kernel: syscalls: Whitespace fixups 2019-09-12 11:31:50 +08:00
sched.c kernel: renamespace z_is_in_isr() 2019-09-30 15:25:55 -04:00
sem.c kernel: renamespace z_is_in_isr() 2019-09-30 15:25:55 -04:00
smp.c kernel/smp: Rename smp_init() 2019-06-05 17:15:55 -04:00
stack.c kernel: syscalls: Whitespace fixups 2019-09-12 11:31:50 +08:00
system_work_q.c kernel: system_work_q: Set dedicated "sysworkq" name. 2018-10-19 07:58:45 -04:00
thread.c kernel: renamespace z_is_in_isr() 2019-09-30 15:25:55 -04:00
thread_abort.c kernel: renamespace z_is_in_isr() 2019-09-30 15:25:55 -04:00
timeout.c kernel/timeout: Fix timeslicing edge case in SMP 2019-09-26 16:54:06 -04:00
timer.c kernel: renamespace z_is_in_isr() 2019-09-30 15:25:55 -04:00
userspace.c userspace: Support for split 64 bit arguments 2019-09-12 11:31:50 +08:00
userspace_handler.c kernel: syscalls: Whitespace fixups 2019-09-12 11:31:50 +08:00
version.c doc: add kernel version API to doxygen 2018-12-08 17:24:53 -05:00
work_q.c kernel: timeout: remove unused callback parameter from init function 2019-09-28 15:41:18 -04:00