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