genode/base/src/core/include
Norman Feske 21de42c45d core: Introduce 'Address_space' interface
The new core-internal 'Address_space' interface enables cores RM service
to flush mappings of a PD in which a given 'Rm_client' thread resides.
Prior this patch, each platform invented their own way to flush mappings
in the respective 'rm_session_support.cc' implementation. However, those
implementations used to deal poorly with some corner cases. In
particular, if a PD session was destroyed prior a RM session, the RM
session would try to use no longer existing PD session. The new
'Address_space' uses the just added weak-pointer mechanism to deal with
this issue.

Furthermore, the generic 'Rm_session_component::detach' function has
been improved to avoid duplicated unmap operations for platforms that
implement the 'Address_space' interface. Therefore, it is related to
issue #595. Right now, this is OKL4 only, but other platforms will follow.
2013-03-12 21:53:08 +01:00
..
address_space.h core: Introduce 'Address_space' interface 2013-03-12 21:53:08 +01:00
cap_root.h Coding style fixes 2013-01-24 11:35:56 +01:00
cap_session_component.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
core_env.h Turn 'platform_env.h' into a private header 2013-02-14 13:23:36 +01:00
core_mem_alloc.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
core_parent.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
core_rm_session.h base: add remove_client to rm_session 2013-02-11 12:01:25 +01:00
cpu_root.h Coding style fixes 2013-01-24 11:35:56 +01:00
cpu_session_component.h Core: Fix registration of CPU exception handler 2013-01-11 22:16:25 +01:00
cpu_thread_allocator.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
dataspace_component.h base: fix dangling session pointers in rm_session 2013-02-11 12:01:26 +01:00
io_mem_root.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
io_mem_session_component.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
io_port_root.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
io_port_session_component.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
irq_proxy.h core: always release Irq_proxy startup lock 2013-02-11 12:01:27 +01:00
irq_root.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
irq_session_component.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
lifetime.h core: New utilities for object lifetime management 2013-03-12 21:53:08 +01:00
log_root.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
log_session_component.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
multiboot.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
pd_root.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
pd_session_component.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
platform_generic.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
platform_services.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
ram_root.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
ram_session_component.h base: fix deadlock in core_env on base-nova 2013-02-11 12:01:26 +01:00
rm_root.h base: fix dangling session pointers in rm_session 2013-02-11 12:01:26 +01:00
rm_session_component.h core: Introduce 'Address_space' interface 2013-03-12 21:53:08 +01:00
rom_fs.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
rom_root.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
rom_session_component.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
signal_root.h Coding style fixes 2013-01-24 11:35:56 +01:00
signal_session_component.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00