genode-ehmry/repos/base-hw
Stefan Kalkowski 8e13b376b0 hw: improve cross-cpu synchronization
This commit addresses several multiprocessing issues in base-hw:

* it reworks cross-cpu maintainance work for TLB invalidation by
  introducing a generic Inter_processor_work and removes the so
  called Cpu_domain_update
* thereby it solves the cross-cpu thread destruction, when the
  corresponding thread is active on another cpu (fix #3043)
* it adds the missing TLB shootdown for x86 (fix #3042)
* on ARM it removes the TLB shootdown via IPIs, because this
  is not needed on the multiprocessing ARM platforms we support
* it enables the per-cpu initialization of the kernel's cpu
  objects, which means those object initialization is executed
  by the proper cpu
* it rollbacks prior decision to make multiprocessing an aspect,
  but puts back certain 'smp' mechanisms (like cross-cpu lock)
  into the generic code base for simplicity reasons
2019-01-07 12:25:44 +01:00
..
doc Update Muen port 2018-02-28 11:04:57 +01:00
etc base: remove include/spec/* other than ISA 2017-05-31 13:16:01 +02:00
include hw: enable eager FPU context switch for ARM 2018-11-29 11:54:31 +01:00
lib/mk hw: improve cross-cpu synchronization 2019-01-07 12:25:44 +01:00
ports hw/x86: enable SMP support 2018-08-28 16:48:44 +02:00
recipes hw: add src package for base-hw-zynq_qemu 2019-01-07 12:25:43 +01:00
run Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
src hw: improve cross-cpu synchronization 2019-01-07 12:25:44 +01:00