genode/repos/base-hw/src/core/spec/x86_64/kernel
Stefan Kalkowski d164cbac8c hw: do not change x86 paging attributes on fly
Instead of changing the attributes (e.g., Xd bit) of the top-level page-tables,
set them to allow everything. Only leafs of the paging hierarchy are set
according to the paging attributes given by core. Otherwise, top-level page-
table attributes are changed during lifetime, which requires a TLB flush
operation (not intended in the semantic of the kernel/core).
This led to problems when using the non-executable features introduced by
issue #1723 in the recent past.
2017-11-09 12:18:44 +01:00
..
cpu.cc hw: turn Cpu_idle into a Thread 2017-11-06 13:57:20 +01:00
thread.cc hw: do not change x86 paging attributes on fly 2017-11-09 12:18:44 +01:00
thread_exception.cc hw: remove User_context 2017-11-06 13:57:20 +01:00