genode/repos/base-hw
Martin Stein d704563453 hw: helping on IPC
On base-hw, each thread owns exactly one scheduling context for its
whole lifetime. However, introducing helping on IPC, a thread might get
executed on scheduling contexts that it doesn't own. Figuratively
spoken, the IPC-helping relation spans trees between threads. These
trees are identical to those of the IPC relation between threads. The
root of such a tree is executed on all scheduling contexts in the tree.
All other threads in the tree are not executed on any scheduling context
as long as they remain in this position. Consequently, the ready-state
of all scheduling contexts in an IPC-helping tree always equals the
state of the root context.

fix #1102
2014-12-19 13:58:47 +01:00
..
doc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
include hw: remove deprecated TLB declaration 2014-12-19 13:58:47 +01:00
lib hw: rename Kernel::Processor Kernel::Cpu 2014-11-28 12:02:35 +01:00
mk hw: rename Kernel::Processor Kernel::Cpu 2014-11-28 12:02:35 +01:00
run thread API & CPU session: accounting of CPU quota 2014-11-28 12:02:37 +01:00
src hw: helping on IPC 2014-12-19 13:58:47 +01:00