zephyr/kernel
Andrew Boie 0fab8a6dc5 x86: page-aligned stacks with guard page
Subsequent patches will set this guard page as unmapped,
triggering a page fault on access. If this is due to
stack overflow, a double fault will be triggered,
which we are now capable of handling with a switch to
a know good stack.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-07-25 11:32:36 -04:00
..
configs
include
alert.c
atomic_c.c
compiler_stack_protect.c
device.c
errno.c
idle.c
init.c x86: page-aligned stacks with guard page 2017-07-25 11:32:36 -04:00
int_latency_bench.c
Kconfig
Kconfig.event_logger
Kconfig.power_mgmt
mailbox.c
Makefile
mem_slab.c
mempool.c
msg_q.c
mutex.c
pipes.c
poll.c
queue.c
sched.c
sem.c
stack.c
sys_clock.c
system_work_q.c
thread_abort.c
thread.c
timer.c
version.c
work_q.c