genode/repos/base-hw/src
Martin Stein b811ef4331 signal: fix starvation by fast signal contexts
In the past, a signal context, that was chosen for handling by
'Signal_receiver::pending_signal and always triggered again before
the next call of 'pending_signal', caused all other contexts behind
in the list to starve. This was the case because 'pending_signal'
always took the first pending context in its context list.

We avoid this problem now by handling pending signals in a round-robin
fashion instead.

Ref #2532
2017-10-19 13:29:42 +02:00
..
bbl base-hw: BBL fix warnings 2017-08-30 10:00:00 +02:00
bootstrap hw: prevent segment register re-loading 2017-08-28 16:49:45 +02:00
core base-hw: timer support for RISC-V 2017-08-30 10:00:00 +02:00
include/base/internal base: make stack area base specifiable for core 2017-08-28 16:49:46 +02:00
kernel/spec/muen Update Muen port 2017-06-29 11:59:58 +02:00
lib signal: fix starvation by fast signal contexts 2017-10-19 13:29:42 +02:00
test Streamline exception types 2017-05-31 13:16:07 +02:00