genode/base-hw
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
..
doc Merge panda_a2 and panda SPEC (fix #505, fix #506) 2012-11-23 12:20:27 +01:00
include base-hw: use generic signal_session/connection.h 2013-07-12 16:41:33 +02:00
lib/mk hw: use generic crt0.s for progs other than core 2013-07-05 12:37:42 +02:00
mk base-hw: Support for Raspberry Pi 2013-05-15 20:48:07 +02:00
run run-tool: be more failure tolerant in spawn_serial 2013-07-15 13:06:08 +02:00
src Express affinities via Cartesian coordinates 2013-08-13 17:08:24 +02:00