genode/base-nova/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
..
32bit/nova nova: add syscall pt_ctrl bindings 2013-02-25 16:45:49 +01:00
64bit/nova nova: add syscall pt_ctrl bindings 2013-02-25 16:45:49 +01:00
base thread: rearrange thread context management 2014-01-27 18:54:09 +01:00
cap_session nova: revoke set portal id right 2013-02-25 16:45:50 +01:00
cpu_session nova: remove cap_sel - use cap_map 2013-11-18 11:01:46 +01:00
nova nova: support creation of vCPU in own PD 2013-11-25 12:12:31 +01:00
nova_cpu_session nova: remove native_cap method from cpu_session 2013-10-16 09:26:09 +02:00
pd_session nova: extend pd_session by assign_pci function 2013-02-21 11:52:02 +01:00
rm_session Fix warning about initializer of 'Local_addr' 2013-05-06 11:11:03 +02:00
signal_session nova: create sm for signalling via pager 2013-10-16 09:26:09 +02:00