genode/base/src/core
Norman Feske 5fe29e8e4a Express affinities via Cartesian coordinates
This patch introduces new types for expressing CPU affinities. Instead
of dealing with physical CPU numbers, affinities are expressed as
rectangles in a grid of virtual CPU nodes. This clears the way to
conveniently assign sets of adjacent CPUs to subsystems, each of them
managing their respective viewport of the coordinate space.

By using 2D Cartesian coordinates, the locality of CPU nodes can be
modeled for different topologies such as SMP (simple Nx1 grid), grids of
NUMA nodes, or ring topologies.
2013-08-13 17:08:24 +02:00
..
include Express affinities via Cartesian coordinates 2013-08-13 17:08:24 +02:00
x86 Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
context_area.cc base: add remove_client to rm_session 2013-02-11 12:01:25 +01:00
core_mem_alloc.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
cpu_session_component.cc Express affinities via Cartesian coordinates 2013-08-13 17:08:24 +02:00
dataspace_component.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
dump_alloc.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
io_mem_session_component.cc core: Be more precise in IO_MEM error message 2013-05-15 20:47:38 +02:00
main.cc core: add session args filter to Core_child 2013-07-05 12:37:42 +02:00
mb_info.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
multiboot_info.cc Coding style fixes 2013-01-24 11:35:56 +01:00
pd_session_component.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
platform_services.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
ram_session_component.cc base: fix deadlock in core_env on base-nova 2013-02-11 12:01:26 +01:00
rm_session_component.cc Express affinities via Cartesian coordinates 2013-08-13 17:08:24 +02:00
rom_session_component.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
signal_session_component.cc Avoid leakage of signal-source reply capabilities 2013-05-07 21:56:06 +02:00
signal_source_component.cc Avoid leakage of signal-source reply capabilities 2013-05-07 21:56:06 +02:00