genode/repos/base-nova/src/core
Norman Feske 62b1c55399 Integrate CAP session into PD session
This patch integrates the functionality of the former CAP session into
the PD session and unifies the approch of supplementing the generic PD
session with kernel-specific functionality. The latter is achieved by
the new 'Native_pd' interface. The kernel-specific interface can be
obtained via the Pd_session::native_pd accessor function. The
kernel-specific interfaces are named Nova_native_pd, Foc_native_pd, and
Linux_native_pd.

The latter change allowed for to deduplication of the
pd_session_component code among the various base platforms.

To retain API compatibility, we keep the 'Cap_session' and
'Cap_connection' around. But those classes have become mere wrappers
around the PD session interface.

Issue #1841
2016-03-07 12:34:44 +01:00
..
include Integrate CAP session into PD session 2016-03-07 12:34:44 +01: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.ld Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
core_rm_session.cc nova: use remote revoke 2015-10-09 16:38:48 +02:00
core_rpc_cap_alloc.cc Integrate CAP session into PD session 2016-03-07 12:34:44 +01:00
cpu_session_extension.cc base: redesign object pool using lambda interface 2015-09-09 15:14:28 +02:00
cpu_session_support.cc CPU session: apply quota via relative weightings 2015-05-06 10:55:16 +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 Integrate CAP session into PD session 2016-03-07 12:34:44 +01:00
pd_assign_pci.cc Integrate SIGNAL session into PD session 2016-03-07 12:34:44 +01:00
platform.cc nova: handle hip/mb memory region of size 0 2015-12-10 13:16:28 +01:00
platform_pd.cc nova: avoid warnings because of oom handling 2016-01-08 14:37:57 +01:00
platform_thread.cc nova: check for valid platform_pd pointer 2016-01-26 16:20:38 +01:00
ram_session_support.cc nova: speedup clearing dataspace in core 2015-10-28 15:06:23 +01:00
rm_session_support.cc nova: use remote revoke 2015-10-09 16:38:48 +02:00
rpc_cap_factory.cc Integrate CAP session into PD session 2016-03-07 12:34:44 +01:00
target.inc Integrate CAP session into PD session 2016-03-07 12:34:44 +01:00
target.mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
thread_start.cc nova: use in core one pager per CPU 2015-02-27 11:40:58 +01:00