genode/base-hw/src/core
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
..
arm base-hw & arm: bugs when zero-filling BSS 2013-02-20 19:29:00 +01:00
arm_v6 Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
arm_v7 Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
arndale base-hw: Adaptation to new base library layout 2013-02-20 19:41:49 +01:00
cpu hw_arndale: enable nested init test 2013-02-20 19:39:16 +01:00
imx31 Merge base libraries into a single library 2013-02-19 14:45:55 +01:00
imx53 Merge base libraries into a single library 2013-02-19 14:45:55 +01:00
include core: Introduce 'Address_space' interface 2013-03-12 21:53:08 +01:00
kernel base-hw: destroy signal contexts, generic signal.h 2013-02-22 20:28:28 +01:00
panda hw_arndale: enable nested init test 2013-02-20 19:39:16 +01:00
pbxa9 hw_arndale: enable nested init test 2013-02-20 19:39:16 +01:00
pic hw_arndale: enable nested init test 2013-02-20 19:39:16 +01:00
timer hw_arndale: enable nested init test 2013-02-20 19:39:16 +01:00
tlb Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
vea9x4 hw_arndale: enable nested init test 2013-02-20 19:39:16 +01:00
board.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
cpu_session_support.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
io_mem_session_support.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
irq_session_component.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
kernel.cc base-hw: destroy signal contexts, generic signal.h 2013-02-22 20:28:28 +01:00
kernel_support.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
platform.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
platform_pd.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
platform_thread.cc core: Introduce 'Address_space' interface 2013-03-12 21:53:08 +01:00
ram_session_support.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
rm_session_support.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
signal_session_component.cc base-hw: destroy signal contexts, generic signal.h 2013-02-22 20:28:28 +01:00
target.inc Merge base libraries into a single library 2013-02-19 14:45:55 +01:00
thread.cc Rework the internal lock interface 2013-02-25 22:14:21 +01:00
trustzone.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
vm_session_component.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00