genode/repos/base/include
Adrian-Ken Rueegsegger e5f26fa8db base: Raise RAM quota of signal session to 16K
On base-hw/x86_64 the quota of the signal session is not sufficient due to
the large size of the Signal_session_component. Increasing the quota to
16K avoids signal-context resource exhaustion messages as emmitted by the
run/launcher scenario:

  ...
  Quota exceeded! amount=4096, size=4096, consumed=4096
  failed to allocate signal-context resources
  upgrading quota donation for signal session
  C++ runtime: Genode::Parent::Quota_exceeded
  void* abort(): abort called
  ...

Note: This change increases the quota for all kernels even though it is
      strictly only required for base-hw/x86_64.
2015-03-27 11:53:33 +01:00
..
32bit/base
64bit/base
arm base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
arm_v5/cpu base: memory barriers in lock implementations 2014-11-28 12:02:34 +01:00
arm_v6/cpu base: memory barriers in lock implementations 2014-11-28 12:02:34 +01:00
arm_v7/cpu base: memory barriers in lock implementations 2014-11-28 12:02:34 +01:00
base base: refactor signal_transmitter::submit 2015-03-19 09:32:52 +01:00
cap_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
cpu base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
cpu_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
dataspace base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
drivers base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
io_mem_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
io_port_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
irq_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
log_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
pager
parent base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
pd_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
platform i.MX53: SD-card driver and bench 2015-03-27 11:53:12 +01:00
platform_exynos5 base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
ram_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
rm_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
rom_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
root base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
signal_session base: Raise RAM quota of signal session to 16K 2015-03-27 11:53:33 +01:00
thread
trace_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
util register: make bitfield-mask methods constexpr 2015-03-27 11:53:12 +01:00
x86/cpu base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
x86_32/cpu base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
x86_64/cpu Update or add hw_x86_64 copyright headers 2015-03-27 11:53:32 +01:00
README

This directory contains include files of interfaces that are exported
by components to be used by other components. Each subdirectory corresponds
to the component exporting the interface.