genode/repos/base-sel4
Norman Feske 357dbdd64b sel4: allocate vm-space meta data statically
This patch removes the dynamically growing slab allocator from the
page-table registry. This has two benefits. First, we alleviate the
corner cases where the slab allocator needed to extend its backing store
while establishing a core-local memory mapping, thereby triggering a
nested core-local mapping. Without this corner case, no reentrant lock
is needed any longer. Second, it removes the dependency from the overly
large old API of the slab allocator. So we can tighten the slab
interface.
2016-04-25 10:47:54 +02:00
..
doc sel4: 3rd article - porting core to seL4 2015-05-26 09:40:02 +02:00
include base: simplification of the IPC code 2016-04-11 11:51:42 +02:00
lib Move server API concept to base framework 2016-04-11 11:51:46 +02:00
mk/spec Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
ports sel4: update to version 2.1 2016-02-26 11:36:55 +01:00
src sel4: allocate vm-space meta data statically 2016-04-25 10:47:54 +02:00