genode/base-foc/src/core
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 Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
arndale thread: rearrange thread context management 2014-01-27 18:54:09 +01:00
imx53 Fiasco.OC: enable i.MX53 platform 2012-11-23 12:20:27 +01:00
include core: TRACE service interface and implementation 2013-08-15 09:22:47 +02:00
panda Introduce platform-specific services for core 2012-10-29 10:08:29 +01:00
pbxa9 Introduce platform-specific services for core 2012-10-29 10:08:29 +01:00
vea9x4 Introduce platform-specific services for core 2012-10-29 10:08:29 +01:00
x86 foc: Fix interrupt-mode handling on x86 2013-08-13 17:27:40 +02:00
cap_session_component.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
cpu_session_extension.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
io_mem_session_support.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
irq_session_component.cc base: do not allow unnamed threads 2013-10-22 08:00:07 +02:00
pd_session_extension.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
platform_pd.cc base-foc: Improve documentation of capability enums 2013-07-12 15:33:27 +02:00
platform_thread.cc base-foc: enable CPU state modification 2013-10-17 11:03:40 +02:00
platform.cc foc: re-dimension UTCB area in core (fixes #927) 2013-10-22 08:00:17 +02:00
ram_session_support.cc foc: Use L2-cache synchronization calls 2013-02-25 16:45:48 +01:00
rm_session_support.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
signal_source_component.cc Avoid leakage of signal-source reply capabilities 2013-05-07 21:56:06 +02:00
target.inc thread: rearrange thread context management 2014-01-27 18:54:09 +01:00
thread_start.cc Unify stack alignment among all platforms 2014-01-27 18:54:08 +01:00