zephyr/tests
Andrew Boie 2d9bbdf5f3 x86: remove support for non-PAE page tables
PAE tables introduce the NX bit which is very desirable
from a security perspetive, back in 1995.

PAE tables are larger, but we are not targeting x86 memory
protection for RAM constrained devices.

Remove the old style 32-bit tables to make the x86 port
easier to maintain.

Renamed some verbosely named data structures, and fixed
incorrect number of entries for the page directory
pointer table.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-02-05 20:51:21 -08:00
..
application_development
benchmarks tests: benchmarks: remove footprint tests 2019-02-05 20:40:07 -05:00
bluetooth Bluetooth: tests: Include building mesh ext. in CI 2019-02-05 15:00:08 +01:00
boards
booting/stub
cmsis_rtos_v1
cmsis_rtos_v2
compliance
coverage
crypto
drivers drivers: gpio: fix mis-use of slist API in callback processing 2019-02-05 12:33:25 -06:00
include
kernel x86: remove support for non-PAE page tables 2019-02-05 20:51:21 -08:00
lib
misc
net net: lib: mqtt: Get rid of _sock suffix 2019-02-05 11:05:26 -05:00
posix
shell
subsys
unit
ztest
CMakeLists.txt
Kconfig