genode/base-hw/include
Martin Stein 909ab8dcd0 hw: communicate page faults via signals
Enable routing of thread events to signal contexts via
Kernel::route_thread_event.

Replace Kernel::set_pager by Kernel::route_thread_event.

In base-hw a pager object is a signal context and a pager activation
is a signal receiver. If a thread wants to start communicating its page
faults via a pager object, the thread calls Kernel::route_thread_event with
its thread ID, event ID "FAULT", and the signal context ID of the pager object.
If a pager activation wants to start handling page faults of a pager object,
the pager activation assigns the corresponding signal context to its signal
receiver. If a pager activation wants to stop handling page faults of a pager
object, the pager activation dissolves the corresponding signal context from
its signal receiver. If a thread wants to start communicating its page faults
via a pager object, the thread calls Kernel::route_thread_event with its
thread ID, event ID "FAULT", and the invalid signal context ID.

Remove Kernel::resume_faulter.

Move all page fault related code from generic kernel sources to CPU
specific cpu_support.h and cpu_support.cc.

fix #935
2013-11-14 19:57:31 +01:00
..
arm/base hw: communicate page faults via signals 2013-11-14 19:57:31 +01:00
arndale_uart/drivers hw_arndale: enable nested init test 2013-02-20 19:39:16 +01:00
base hw: communicate page faults via signals 2013-11-14 19:57:31 +01:00
cpu_session core: evaluate CPU session affinity argument 2013-08-13 17:08:25 +02:00
irq_session hw: handle interrupts via signals 2013-11-14 19:57:30 +01:00
kernel hw: communicate page faults via signals 2013-11-14 19:57:31 +01:00
pl011/drivers Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
platform Update copyright headers to 2013 2013-01-10 21:44:47 +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