summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/percpu.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-04score: Add _SMP_Before_multitasking_action()Sebastian Huber1-7/+85
2015-03-17score: Ensure properties of CPU_Uint32ptrSebastian Huber1-0/+10
2014-04-22score: Use common names for per-CPU variablesSebastian Huber1-16/+16
2014-04-15score: Add clustered/partitioned schedulingSebastian Huber1-2/+1
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-03-14score: Add SMP lock profiling supportSebastian Huber1-1/+2
2014-03-11score: Add local context to SMP lock APISebastian Huber1-17/+5
2014-03-06score: SMP initialization and shutdown changesSebastian Huber1-14/+144
2014-02-19score: Move _SMP_Handler_initialize()Sebastian Huber1-31/+0
2014-02-19score: Rename bsp_smp_initialize()Sebastian Huber1-2/+1
2014-02-19score: Move SMP interrupt stack initializationSebastian Huber1-21/+0
2013-07-31smp: Provide cache optimized Per_CPU_ControlSebastian Huber1-4/+1
2013-07-30smp: Add and use _Per_CPU_Get()Sebastian Huber1-3/+5
2013-07-23score: Include missing <rtems/score/address.h>Sebastian Huber1-0/+1
2013-07-22score: Include missing header filesSebastian Huber1-0/+1
2013-07-17smp: Rename _CPU_Processor_event_receive()Sebastian Huber1-1/+1
2013-07-17smp: Rename _CPU_Processor_event_broadcast()Sebastian Huber1-1/+1
2013-05-29smp: Simplify SMP initialization sequenceSebastian Huber1-3/+26
2013-05-29smp: Simplify main CPU initializationSebastian Huber1-2/+10
2013-05-29smp: Make CPU_ALLOCATE_INTERRUPT_STACK optionalSebastian Huber1-9/+13
2013-05-29smp: Rely on BSS initializationSebastian Huber1-5/+0
2013-05-16smp: Add maximum_processors field to configSebastian Huber1-1/+1
2012-11-28score misc: Clean up Doxygen (GCI 2012)Alex Ivanov1-0/+7
2012-11-07sapi: Use rtems_config*_get_interrupt_stack_sizeSebastian Huber1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2011-10-072011-10-07 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill1-1/+1
2011-05-112011-05-11 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett1-2/+3
2011-04-272011-04-27 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett1-1/+1
2011-04-042011-04-04 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-3/+1
2011-03-18All possible cpus must be initialized prior to determining how many are actua...Jennifer Averett1-1/+4
2011-03-162011-03-16 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill1-7/+42
2010-06-292010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+29