zephyr/arch/x86
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
..
core stack_sentinel: hang system on failure 2017-06-08 13:49:36 -05:00
debug arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
include x86: remove hacks to include functions 2017-05-13 14:07:09 -04:00
soc Bluetooth: Remove support for NBLE 2017-05-25 09:03:16 -07:00
Kbuild x86: improve exception APIs 2016-07-28 18:13:24 +00:00
Kconfig x86: exception-assisted panic/oops support 2017-04-22 10:31:49 -04:00
Makefile build: move qemu definitions to boards 2017-01-10 20:20:47 +00:00
Makefile.idt Revert "x86: call gen_idt with $ZEPHYR_BASE too" 2017-06-01 10:26:57 -04:00
defconfig