genode/base-hw/include
Stefan Kalkowski 5447c406e5 thread: rearrange thread context management
Use a bit allocator for the allocation management of thread contexts,
instead of holding allocation information within the Thread_base objects,
which lead to race conditions in the past.

Moreover, extend the Thread_base class interface with the ability to
to add additional stacks to a thread, and associate the context they're
located in with the corresponding Thread_base object. Additional stacks
can be used to do user-level scheduling with stack switching, without breaking
Genode's API.

Fixes #1024
Fixes #1036
2014-01-27 18:54:09 +01:00
..
arm/kernel hw: clearer naming scheme in kernel API 2013-11-25 09:45:30 +01:00
base thread: rearrange thread context management 2014-01-27 18:54:09 +01:00
cpu_session core: evaluate CPU session affinity argument 2013-08-13 17:08:25 +02:00
exynos5_uart/drivers hw: basic support for ODROID XU board (Fix #991) 2013-12-03 11:30:07 +01:00
irq_session hw: handle interrupts via signals 2013-11-14 19:57:30 +01:00
kernel hw: sync signal contexts directly as user 2013-12-20 14:48:06 +01:00
pl011/drivers Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
platform tz_vmm: make scenario reproducible by everyone 2013-11-28 08:22:25 +01:00
signal_session hw: throw expressive exceptions in signal session 2013-10-16 09:26:11 +02:00
tl16c750/drivers Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
vm_session Extend base-hw specific vm-session (fix #738) 2013-05-10 11:16:13 +02:00