genode/repos/base-hw/src/core
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
..
hw core: install core-<kernel>.o at bin/ 2017-05-02 15:29:02 +02:00
kernel hw: improve cross-cpu synchronization 2019-01-07 12:25:44 +01:00
spec hw: improve cross-cpu synchronization 2019-01-07 12:25:44 +01:00
capability.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
core_log_out.cc base-*: rename core_log.cc to core_log_out.cc 2017-12-21 15:01:46 +01:00
core_region_map.cc base: support to attach RAM dataspaces readonly 2018-05-30 13:36:27 +02:00
cpu_session_support.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
cpu_thread_allocator.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
env.cc hw: fix capability accounting of kernel/core 2017-06-19 12:35:55 +02:00
io_mem_session_support.cc Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
irq_session_component.cc Streamline exception types 2017-05-31 13:16:07 +02:00
irq_session_component.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
kernel_log.cc Remove UART specific SPEC identifiers (Ref #2403) 2017-05-31 13:16:10 +02:00
map_local.h hw: remove core internal header directories 2017-05-31 13:15:52 +02:00
native_pd_component.cc Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
native_pd_component.h hw: fix capability accounting of kernel/core 2017-06-19 12:35:55 +02:00
native_utcb.cc hw: introduce kernel/user address space split 2017-10-19 13:31:17 +02:00
object.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
pager.cc hw: unify mmu fault handling 2017-11-06 13:57:22 +01:00
pager.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
platform_pd.cc Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
platform_pd.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
platform_thread.cc hw: switch page-tables only when necessary 2017-10-19 13:31:18 +02:00
platform_thread.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
platform.cc Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
platform.h hw: provide CPU count to core by bootstrap 2018-08-28 16:48:44 +02:00
ram_dataspace_support.cc Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
region_map_support.cc hw: unify mmu fault handling 2017-11-06 13:57:22 +01:00
rpc_cap_factory.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
signal_broker.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
signal_source_component.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
stack_area_addr.cc hw: introduce kernel/user address space split 2017-10-19 13:31:17 +02:00
thread_start.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
util.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
vm_root.h hw: remove core internal header directories 2017-05-31 13:15:52 +02:00