zephyr/arch/x86/core
Andrew Boie e3550a29ff stack_sentinel: hang system on failure
Stack sentinel doesn't prevent corruption, it just notices when
it happens. Any memory could be in a bad state and it's more
appropriate to take the entire system down rather than just kill
the thread.

Fatal testcase will still work since it installs its own
_SysFatalErrorHandler.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-06-08 13:49:36 -05:00
..
debug license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
offsets license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Makefile
cache.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
cache_s.S build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
cpuhalt.c arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
crt0.S build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
excstub.S x86: exception-assisted panic/oops support 2017-04-22 10:31:49 -04:00
fatal.c debug: add stack sentinel feature 2017-05-13 15:14:41 -04:00
float.c arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
gdt.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
intstub.S stack_sentinel: change cooperative check 2017-06-08 13:49:36 -05:00
irq_manage.c x86: remove hacks to include functions 2017-05-13 14:07:09 -04:00
irq_offload.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
msr.c arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
reboot_rst_cnt.c arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
swap.S stack_sentinel: change cooperative check 2017-06-08 13:49:36 -05:00
sys_fatal_error_handler.c stack_sentinel: hang system on failure 2017-06-08 13:49:36 -05:00
thread.c kernel: add k_thread_create() API 2017-05-11 20:24:22 -04:00