genode/repos/base-foc/src/core
Norman Feske 9d67f9fc8e Remove Allocator_guard
This patch removes old 'Allocator_guard' utility and replaces its use
with the modern 'Constrained_ram_allocator'.

The adjustment of core in this respect has the side effect of a more
accurate capability accounting in core's CPU, TRACE, and RM services.
In particular, the dataspace capabilities needed for core-internal
allocations via the 'Sliced_heap' are accounted to the client now.
The same goes for nitpicker and nic_dump as other former users of the
allocator guard. Hence, the patch also touches code at the client and
server sides related to these services.

The only remaining user of the 'Allocator_guard' is the Intel GPU
driver. As the adaptation of this component would be too invasive
without testing, this patch leaves this component unchanged by keeping a
copy of the 'allocator_guard.h' locally at the component.

Fixes #3750
2020-05-18 10:16:12 +02:00
..
foc kernel: differentiate board-specific components 2019-05-27 14:46:52 +02:00
include Remove Allocator_guard 2020-05-18 10:16:12 +02:00
spec foc: add support for Raspberry Pi 3 2019-05-27 14:52:51 +02:00
core_log_out.cc base-*: rename core_log.cc to core_log_out.cc 2017-12-21 15:01:46 +01:00
io_mem_session_support.cc base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
ipc_pager.cc base: avoid use of memcpy 2020-02-04 15:51:08 +01:00
irq_session_component.cc Add missing override annotations 2019-02-19 11:12:11 +01:00
native_cpu_component.cc base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
pager.cc base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
pager_object.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
platform.cc base: add affinity space info to platform info 2020-02-04 15:51:10 +01:00
platform_pd.cc base-foc: map debug cap through the correct index 2019-04-09 12:30:35 +02:00
platform_thread.cc trace: support more facets of execution time 2019-04-09 12:30:34 +02:00
ram_dataspace_support.cc base/core: use references instead of pointers 2019-02-12 10:33:13 +01:00
rpc_cap_factory.cc core: use Mutex/Blockade 2020-04-17 12:40:12 +02:00
signal_source_component.cc Remove pointers from Genode::Fifo interface 2019-02-19 11:08:17 +01:00
stack_area_addr.cc base: make stack area base specifiable for core 2017-08-28 16:49:46 +02:00
thread_start.cc foc: add core threads as trace source 2019-06-13 12:17:31 +02:00
vm_session_component.cc vm_session: return vcpu id when creating vcpu 2019-11-21 14:29:36 +01:00