genode/repos/base-sel4/src/core
Stefan Kalkowski ccb968ff7d safeguard the synchronized allocator template
* Move the Synced_interface from os -> base
* Align the naming of "synchronized" helpers to "Synced_*"
* Move Synced_range_allocator to core's private headers
* Remove the raw() and lock() members from Synced_allocator and
  Synced_range_allocator, and re-use the Synced_interface for them
* Make core's Mapped_mem_allocator a friend class of Synced_range_allocator
  to enable the needed "unsafe" access of its physical and virtual allocators

Fix #1697
2015-09-30 12:20:39 +02:00
..
include safeguard the synchronized allocator template 2015-09-30 12:20:39 +02:00
boot_modules.s sel4: move core to a libaray, add boot_modules.s 2015-05-26 09:39:59 +02:00
cap_session_component.cc sel4: capability lifetime management 2015-05-26 09:39:59 +02:00
capability_space.cc sel4: IPC implementation 2015-05-26 09:39:59 +02:00
context_area.cc safeguard the synchronized allocator template 2015-09-30 12:20:39 +02:00
core_rm_session.cc base: redesign object pool using lambda interface 2015-09-09 15:14:28 +02:00
cpu_session_support.cc sel4: core skeleton 2015-05-26 09:39:57 +02:00
io_mem_session_support.cc sel4: core skeleton 2015-05-26 09:39:57 +02:00
irq_session_component.cc sel4: core skeleton 2015-05-26 09:39:57 +02:00
pager.cc base: redesign object pool using lambda interface 2015-09-09 15:14:28 +02:00
platform.cc safeguard the synchronized allocator template 2015-09-30 12:20:39 +02:00
platform_pd.cc base: resolve dead lock in weak pointer templates 2015-07-21 09:30:04 +02:00
platform_thread.cc sel4: initialization of non-main threads 2015-05-26 09:40:01 +02:00
ram_session_support.cc sel4: RAM-session supplements 2015-05-26 09:39:58 +02:00
rm_session_support.cc sel4: implementation of Rm_client::unmap 2015-05-26 09:40:01 +02:00
target.mk sel4: link core to different address 2015-05-26 09:40:00 +02:00
thread_start.cc sel4: bootstrap of init and page-fault handling 2015-05-26 09:40:00 +02:00