genode/repos/base-nova/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
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_rm_session.cc base: redesign object pool using lambda interface 2015-09-09 15:14:28 +02:00
core.ld Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02: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 Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
ipc_pager.cc nova: support write combining 2015-08-31 09:09:22 +02:00
irq_session_component.cc nova: use signals with irqs in core 2015-05-26 09:39:51 +02:00
pager.cc base: redesign object pool using lambda interface 2015-09-09 15:14:28 +02:00
pd_session_extension.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
platform_pd.cc base: resolve dead lock in weak pointer templates 2015-07-21 09:30:04 +02:00
platform_thread.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
ram_session_support.cc detach ds from all rm sessions before destruction 2015-07-21 09:28:24 +02:00
rm_session_support.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
signal_session_component.cc base: redesign object pool using lambda interface 2015-09-09 15:14:28 +02:00
target.inc Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02: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