Commit Graph

9 Commits

Author SHA1 Message Date
a2b15349fd base: Add tracing support to CPU session interface 2013-08-13 17:27:40 +02:00
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
73ab30c22c Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
05f5999e71 cpu_session: Access thread state by value 2012-11-23 12:20:22 +01:00
83039267fa Cleanup: remove 'first' and 'next' of cpu_session
Fixes #10
2012-10-24 11:34:38 +02:00
83bdfea9b0 Extend Cpu_session with thread-affinity API
This patch introduces the functions 'affinity' and 'num_cpus' to the CPU
session interface. The interface extension will allow the assignment of
individual threads to CPUs. At this point, it is just a stub with no
actual platform support.
2012-09-05 10:25:04 +02:00
d079ef51ae Adapt GDB monitor and Noux to CPU session changes 2012-08-03 12:06:31 +02:00
08ce32215d Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
da4e1feaa5 Imported Genode release 11.11 2011-12-22 16:19:25 +01:00