zephyr/kernel
Flavio Ceolin fbeaa0a510 kernel: Stack pointer random depends on MULTITHREADING
Don't pretend with have stack randomization without multithreading.
When multithreading is disabled the "main" thread never starts. Zephyr
will run on the stack used for the z_cstart(), which on most
architectures is the interrupt stack.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2020-03-02 22:49:37 +02:00
..
include kernel/smp: arch/x86_64: Address race with CPU migration 2020-02-08 08:51:04 -05:00
atomic_c.c
CMakeLists.txt
compiler_stack_protect.c
device.c
errno.c
fatal.c kernel: fatal: unlock IRQs in early return points in z_fatal_error 2020-02-14 20:47:37 +02:00
futex.c
idle.c
init.c kernel/smp: arch/x86_64: Address race with CPU migration 2020-02-08 08:51:04 -05:00
Kconfig kernel: Stack pointer random depends on MULTITHREADING 2020-03-02 22:49:37 +02:00
Kconfig.power_mgmt
mailbox.c
mem_domain.c
mem_slab.c
mempool.c
msg_q.c
mutex.c
pipes.c
poll.c
queue.c
sched.c kernel: remove problematic pend() assertion 2020-02-21 08:57:07 -08:00
sem.c
smp.c kernel/smp: arch/x86_64: Address race with CPU migration 2020-02-08 08:51:04 -05:00
stack.c
system_work_q.c
thread_abort.c
thread.c kernel/thread: Don't clobber arch initialization of switch_handle 2020-02-19 08:29:35 -05:00
timeout.c
timer.c
userspace_handler.c
userspace.c kernel/userspace: Move syscall_frame field to thread struct 2020-02-08 08:51:04 -05:00
version.c
work_q.c kernel: work_q: fix return value in non-error case 2020-02-20 17:50:05 +02:00