genode/repos/base-nova/src/core
Norman Feske 511acad507 Consolidate RM service into PD session
This patch integrates three region maps into each PD session to
reduce the session overhead and to simplify the PD creation procedure.
Please refer to the issue cited below for an elaborative discussion.

Note the API change:

With this patch, the semantics of core's RM service have changed. Now,
the service is merely a tool for creating and destroying managed
dataspaces, which are rarely needed. Regular components no longer need a
RM session. For this reason, the corresponding argument for the
'Process' and 'Child' constructors has been removed.

The former interface of the 'Rm_session' is not named 'Region_map'. As a
minor refinement, the 'Fault_type' enum values are now part of the
'Region_map::State' struct.

Issue #1938
2016-05-09 13:10:51 +02:00
..
include Consolidate RM service into PD session 2016-05-09 13:10:51 +02:00
spec base: remove pager code from public API 2015-07-01 14:46:15 +02:00
bios_data_area.cc base: use BDA header in base-nova like base-hw 2015-07-21 09:30:12 +02:00
core_region_map.cc Consolidate RM service into PD session 2016-05-09 13:10:51 +02:00
core_rpc_cap_alloc.cc Integrate CAP session into PD session 2016-03-07 12:34:44 +01:00
core.ld Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
cpu_session_extension.cc base: separate native CPU from CPU session 2016-04-25 10:47:57 +02:00
echo.cc nova: support write combining 2015-08-31 09:09:22 +02:00
io_mem_session_support.cc nova: fix write-combing support 2015-11-29 18:17:08 +01:00
ipc_pager.cc nova: interpret write page fault correctly 2015-10-09 16:38:48 +02:00
irq_session_component.cc nova: use signals with irqs in core 2015-05-26 09:39:51 +02:00
native_pd_component.cc Integrate CAP session into PD session 2016-03-07 12:34:44 +01:00
pager.cc Consolidate RM service into PD session 2016-05-09 13:10:51 +02:00
pd_assign_pci.cc Integrate SIGNAL session into PD session 2016-03-07 12:34:44 +01:00
platform_pd.cc base: remove integer return codes from PD-session 2016-05-09 13:09:56 +02:00
platform_thread.cc base: separate native CPU from CPU session 2016-04-25 10:47:57 +02:00
platform.cc Consolidate RM service into PD session 2016-05-09 13:10:51 +02:00
ram_session_support.cc nova: speedup clearing dataspace in core 2015-10-28 15:06:23 +01:00
region_map_support.cc Consolidate RM service into PD session 2016-05-09 13:10:51 +02:00
rpc_cap_factory.cc Integrate CAP session into PD session 2016-03-07 12:34:44 +01:00
target.inc Consolidate RM service into PD session 2016-05-09 13:10:51 +02:00
target.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
thread_start.cc base: remove 'Native_thread' from public API 2016-04-11 11:51:42 +02:00