zephyr/arch/x86
Adithya Baglody ab7b02ce67 x86: MMU: Bug in _x86_mmu_buffer_validate
The value of the PTE (starting_pte_num) was not
calulated correctly. If size of the buffer exceeded 4KB,
the buffer validation API was failing.

JIRA: ZEP-2489

Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
2017-08-09 07:06:22 -07:00
..
core x86: MMU: Bug in _x86_mmu_buffer_validate 2017-08-09 07:06:22 -07:00
debug arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
include x86: mmu: add runtime modification indicator 2017-08-03 11:46:26 -04:00
soc Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
Kbuild x86: improve exception APIs 2016-07-28 18:13:24 +00:00
Kconfig x86: implement improved double-fault handler 2017-07-25 11:32:36 -04:00
Makefile build: move qemu definitions to boards 2017-01-10 20:20:47 +00:00
Makefile.gdt x86: generate RAM-based GDT dynamically 2017-07-25 11:32:36 -04:00
Makefile.idt x86: convert gen_idt to Python 2017-07-25 11:32:36 -04:00
Makefile.mmu kernel: x86: MMU: Build system support for x86 MMU 2017-06-13 11:36:54 -04:00
defconfig