summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/smpimpl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove make preinstallChris Johns2018-01-251-354/+0
* score: Fix typoSebastian Huber2017-07-121-1/+1
* score: Introduce _SMP_Get_online_processors()Sebastian Huber2017-07-071-0/+9
* score: Use <sys/bitset.h> for Processor_maskSebastian Huber2017-07-061-2/+2
* SMP: Simplify SMP multicast actionsSebastian Huber2017-04-051-5/+3
* score: Remove fatal is internal indicatorSebastian Huber2016-12-091-1/+1
* score: Fix SMP message handlingSebastian Huber2016-06-291-8/+10
* score: Distribute clock tick to all online CPUsSebastian Huber2016-03-041-12/+22
* score: Add _SMP_Before_multitasking_action()Sebastian Huber2016-03-041-2/+46
* score: Add _SMP_Online_processorsSebastian Huber2016-03-041-0/+11
* basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber2015-10-261-1/+1
* SMP: Fix and optimize thread dispatchingSebastian Huber2015-09-281-0/+6
* score: Refactor SMP cache manager supportSebastian Huber2015-04-201-8/+25
* smp: Add and use _SMP_Should_start_processor()Sebastian Huber2015-01-091-0/+11
* score: Add SMP support to the cache managerDaniel Cederman2014-08-221-0/+19
* score: Rename SMP broadcast message functionDaniel Cederman2014-08-221-2/+2
* score: Add function to send a SMP message to a set of CPUsDaniel Cederman2014-08-221-0/+15
* score: Delete SMP_FATAL_SHUTDOWN_EARLYSebastian Huber2014-06-051-4/+3
* score: Fix race condition in SMP startupSebastian Huber2014-05-261-1/+2
* score: Use _SMP_Fatal()Sebastian Huber2014-05-231-1/+1
* SMP: make IPI fatal code uniqueDaniel Hellstrom2014-05-231-2/+3
* score: Use atomic operations for SMP messagesSebastian Huber2014-05-051-11/+9
* score: Add SMP test message handlerSebastian Huber2014-05-051-0/+28
* score: SMP_FATAL_SCHEDULER_WITHOUT_PROCESSORSSebastian Huber2014-05-051-1/+0
* score: Use common names for per-CPU variablesSebastian Huber2014-04-221-8/+8
* score: Add clustered/partitioned schedulingSebastian Huber2014-04-151-0/+9
* score: SMP initialization changesSebastian Huber2014-04-141-1/+2
* score: Add per-CPU state functionSebastian Huber2014-03-311-1/+2
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* score: SMP initialization and shutdown changesSebastian Huber2014-03-061-12/+10
* score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber2014-02-191-1/+23
* score: Rename rtems_smp_process_interrupt()Sebastian Huber2014-02-191-0/+5
* score: Rename rtems_smp_secondary_cpu_initialize()Sebastian Huber2014-02-191-0/+27
* score: Add and use <rtems/score/smpimpl.h>Sebastian Huber2014-02-191-0/+123