genode/base-hw/src/core/kernel
Martin Stein 1c8c30e1f4 hw: sync signal contexts directly as user
Kernel::signal_context_kill can be used by any program to halt the processing
of a signal context synchronously to prevent broken refs when core destructs
the according kernel object. In turn, Kernel::bin_signal_context doesn't block
anymore and destructs a signal context no matter if there are unacknowledged
signals. This way, cores entrypoint doesn't depend on signal acks of a
untrustworthy client anymore.

ref #989
2013-12-20 14:48:06 +01:00
..
configuration.h hw: re-add priority down-scaling 2013-11-25 09:50:27 +01:00
ipc_node.h hw: IPC nodes provide protected accessors 2013-12-03 08:33:25 +01:00
irq.cc hw: handle interrupts via signals 2013-11-14 19:57:30 +01:00
irq.h hw: communicate page faults via signals 2013-11-14 19:57:31 +01:00
kernel.cc hw: communicate UTCB dataspace through start info 2013-12-20 14:48:05 +01:00
kernel.h hw: header and source file for Kernel::Vm 2013-11-14 19:56:38 +01:00
object.h hw: replace unsynchronized by unmanaged singleton 2013-12-20 14:48:05 +01:00
pd.h hw: make Kernel::mtc() global 2013-11-14 19:56:38 +01:00
scheduler.h hw: public access to idle item of a scheduler 2013-12-03 08:33:25 +01:00
signal_receiver.cc hw: sync signal contexts directly as user 2013-12-20 14:48:06 +01:00
signal_receiver.h hw: sync signal contexts directly as user 2013-12-20 14:48:06 +01:00
thread_event.h hw: communicate page faults via signals 2013-11-14 19:57:31 +01:00
thread.cc hw: sync signal contexts directly as user 2013-12-20 14:48:06 +01:00
thread.h hw: sync signal contexts directly as user 2013-12-20 14:48:06 +01:00
vm.cc hw: replace unsynchronized by unmanaged singleton 2013-12-20 14:48:05 +01:00
vm.h hw: add TrustZone support for i.MX53 (ref #954) 2013-11-25 09:46:08 +01:00