summaryrefslogtreecommitdiff
path: root/cpukit/score/src/smp.c (follow)
AgeCommit message (Expand)Author
2020-04-16Canonicalize config.h includeSebastian Huber
2020-02-04bsps: Rework work area initializationSebastian Huber
2019-05-20score: Remove unused SMP_MESSAGE_TESTSebastian Huber
2019-04-12score: Remove _SMP_Before_multitasking_action()Sebastian Huber
2019-04-12score: Rework SMP multicast actionSebastian Huber
2019-04-12score: Use an ISR lock for Per_CPU_Control::LockSebastian Huber
2019-04-12score: Add _ISR_lock_Set_name()Sebastian Huber
2019-04-11score: Rename _SMP_Get_processor_count()Sebastian Huber
2019-04-11score: Rename _SMP_Processor_countSebastian Huber
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber
2018-07-25_SMP_Start_multitasking_on_secondary_processor()Sebastian Huber
2017-07-07score: Add processor set to scheduler contextSebastian Huber
2017-07-06score: Use <sys/bitset.h> for Processor_maskSebastian Huber
2017-04-05SMP: Simplify SMP multicast actionsSebastian Huber
2016-11-09score: Rename _Scheduler_AssignmentsSebastian Huber
2016-11-09score: Add scheduler to per-CPU informationSebastian Huber
2016-11-02score: Add new SMP scheduler helping protocolSebastian Huber
2016-07-06score: Postpone SMP shutdown in _Terminate()Sebastian Huber
2016-06-29score: Fix SMP message handlingSebastian Huber
2016-05-20score: Remove the Giant lockSebastian Huber
2016-03-04score: Replace watchdog handler implementationSebastian Huber
2016-03-04score: Distribute clock tick to all online CPUsSebastian Huber
2016-03-04score: Add _SMP_Before_multitasking_action()Sebastian Huber
2016-03-04score: Add _Per_CPU_Is_boot_processor()Sebastian Huber
2016-03-04score: Add _SMP_Online_processorsSebastian Huber
2016-03-04score: Rename Per_CPU_Control::startedSebastian Huber
2016-02-17score: Avoid SCORE_EXTERNSebastian Huber
2015-06-26score: Hide SMP lock profiling impl if disabledSebastian Huber
2015-06-25score: Move SMP CPU_USE_DEFERRED_FP_SWITCH checkSebastian Huber
2015-01-09smp: Add and use _SMP_Should_start_processor()Sebastian Huber
2014-08-22score: Rename SMP broadcast message functionDaniel Cederman
2014-08-22score: Add function to send a SMP message to a set of CPUsDaniel Cederman
2014-05-26score: Fix race condition in SMP startupSebastian Huber
2014-05-14score: Add and use _Scheduler_Get_context()Sebastian Huber
2014-05-07score: Fix SMP startupSebastian Huber
2014-05-07score: Implement forced thread migrationSebastian Huber
2014-05-07score: Delete _SMP_Test_message_default_handlerSebastian Huber
2014-05-05score: Use atomic operations for SMP messagesSebastian Huber
2014-05-05score: Add SMP test message handlerSebastian Huber
2014-05-05score: SMP_FATAL_SCHEDULER_WITHOUT_PROCESSORSSebastian Huber
2014-04-22score: Use common names for per-CPU variablesSebastian Huber
2014-04-15score: Add clustered/partitioned schedulingSebastian Huber
2014-04-14score: SMP initialization changesSebastian Huber
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2014-03-19score: Delete _Assert_Thread_dispatching_repressedSebastian Huber
2014-03-14score: Add SMP lock profiling supportSebastian Huber
2014-03-11score: Add local context to SMP lock APISebastian Huber
2014-03-06score: Add and use _Giant_Drop()Sebastian Huber
2014-03-06score: SMP initialization and shutdown changesSebastian Huber
2014-02-19score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber