zephyr/arch/x86/core
Andrew Boie 81f61bb1be x86: make GDT setup optional
For some security scenarios the GDT may already be setup and locked,
in which case the kernel trying to set it again could lead to problems.

Change-Id: I727c1d213479f46a4bb6f0c04a9096131e10b3e7
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-05-26 19:32:03 +00:00
..
debug debug: add target GDB server 2016-04-16 05:29:22 +00:00
i386_sysV_abi kernel: Init back pointer to microkernel task 2016-05-04 22:51:33 +00:00
iamcu_abi kernel: Init back pointer to microkernel task 2016-05-04 22:51:33 +00:00
offsets debug/x86: add runtime info needed by target debuggers 2016-04-16 05:29:22 +00:00
Kconfig x86: make GDT setup optional 2016-05-26 19:32:03 +00:00
Makefile errno: implement _get_errno() in common code 2016-05-04 17:04:14 +00:00
atomic.c
cache.c x86: Fix cache flush code dependencies 2016-03-07 20:25:22 +00:00
cache_s.S x86: Fix cache flush code dependencies 2016-03-07 20:25:22 +00:00
cpuhalt.c tickless idle x86: Tickless idle support on nanokernel for x86 2016-02-11 19:10:24 +00:00
crt0.S x86: make GDT setup optional 2016-05-26 19:32:03 +00:00
dynamic.c x86: irq: fix _get_dynamic_stub() calculation 2016-03-30 22:24:16 +00:00
excconnect.c iamcu: fix dynamic exceptions 2016-02-08 21:45:07 -05:00
excstub.S x86 exceptions: Fix _ExcEntSetupDone 2016-05-20 00:09:16 +00:00
fatal.c x86: add debug hook in _NanoFatalErrorHandler() 2016-04-16 05:29:21 +00:00
float.c
gdt.c
intconnect.c irq: formalize external zephyr interrupt API 2016-02-26 15:53:22 +00:00
irq_offload.c
msr.c
reboot_rst_cnt.c x86: move reboot via RST_CNT from galileo to generic x86 2016-02-25 16:52:27 +00:00
strtask.c
sys_fatal_error_handler.c nanokernel: tighten _is_thread_essential() 2016-05-03 17:42:54 +00:00