summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-13sapi: TyposSebastian Huber1-3/+3
2014-03-11score: Add local context to SMP lock APISebastian Huber1-28/+28
2014-03-11sapi: Use one SMP lock for all chainsSebastian Huber2-124/+78
2014-03-07POSIX keys now enabled in all configurations.Joel Sherrill4-63/+89
2014-03-07sapi: Moved smp initialization and added cpuset initilization.Jennifer Averett1-2/+5
2014-03-06score: SMP initialization and shutdown changesSebastian Huber1-1/+1
2014-02-21score: Rename _Internal_error_Occurred()Sebastian Huber5-6/+6
2014-02-19score: Add and use <rtems/score/smpimpl.h>Sebastian Huber1-10/+2
2014-02-19score: Add RTEMS_FATAL_SOURCE_SMPSebastian Huber1-1/+2
2014-02-19score: Add RTEMS_FATAL_SOURCE_BSPSebastian Huber1-2/+1
2014-02-19score: Delete INTERNAL_ERROR_SHUTDOWN_WHEN_NOT_UPSebastian Huber2-17/+2
2014-02-19score: Move _SMP_Request_other_cores_to_shutdown()Sebastian Huber1-8/+0
2014-02-19score: Delete _Thread_BSP_contextSebastian Huber2-38/+22
2014-02-19score: Add SYSTEM_STATE_TERMINATEDSebastian Huber1-1/+0
2014-02-14score: Add CPU counter supportSebastian Huber6-0/+269
2014-02-12score: Change debug helper functionsSebastian Huber4-28/+32
2013-11-21score/rbtree: Remove "unprotected" from APISebastian Huber2-26/+42
2013-11-21score/rbtree: Delete protected operationsSebastian Huber1-112/+0
2013-09-19JFFS2: Add RTEMS supportSebastian Huber1-1/+18
2013-08-30sapi: SMP support for chainsSebastian Huber3-31/+273
2013-08-27score: Add and use CHAIN_INITIALIZER_ONE_NODE().Sebastian Huber1-0/+16
2013-08-23posix: Update to the pthread_once changes.Chris Johns2-64/+61
2013-08-20smp: Add Deterministic Priority SMP SchedulerSebastian Huber1-1/+23
2013-08-20smp: Replace Scheduler_simple_smp_ControlSebastian Huber1-1/+1
2013-08-20score: _Priority_bit_map_Handler_initialization()Sebastian Huber1-2/+0
2013-08-14posix: Change pthread_once to be SMP safe.Chris Johns2-0/+9
2013-08-08PR766: Delete __RTEMS_INSIDE__Sebastian Huber1-3/+0
2013-08-06posix: Create key implementation headerSebastian Huber1-1/+1
2013-08-06Unlimited objects support for POSIX keysZhongwei Yao1-5/+29
2013-08-05smp: Generalize _Thread_Start_multitasking()Sebastian Huber1-2/+4
2013-08-05score: Delete SYSTEM_STATE_BEGIN_MULTITASKINGSebastian Huber1-2/+0
2013-08-01score: Rename tod.h to todimpl.hSebastian Huber1-1/+1
2013-07-31smp: Provide cache optimized Per_CPU_ControlSebastian Huber1-2/+1
2013-07-26score: Create object implementation headerSebastian Huber6-5/+1
2013-07-26Include missing <rtems/score/threaddispatch.h>Sebastian Huber2-4/+3
2013-07-26score: Create mpci implementation headerSebastian Huber1-3/+0
2013-07-26rtems: Create signal implementation headerSebastian Huber1-1/+1
2013-07-26score: Create thread implementation headerSebastian Huber2-3/+2
2013-07-26score: Create prioritybitmap implementation headerSebastian Huber1-1/+1
2013-07-26score: Create scheduler implementation headerSebastian Huber1-1/+2
2013-07-24score: Merge sysstate API into one fileSebastian Huber1-1/+0
2013-07-23rtems: Create tasks implementation headerSebastian Huber1-1/+1
2013-07-23rtems: Create region implementation headerSebastian Huber1-1/+1
2013-07-23rtems: Create part implementation headerSebastian Huber1-1/+1
2013-07-23rtems: Create timer implementation headerSebastian Huber1-1/+1
2013-07-23rtems: Create ratemon implementation headerSebastian Huber1-1/+1
2013-07-23rtems: Create dpmem implementation headerSebastian Huber1-1/+1
2013-07-23rtems: Create event implementation headerSebastian Huber1-1/+1
2013-07-23rtems: Create status implementation headerSebastian Huber1-0/+1
2013-07-23sapi: Create extension implementation headerSebastian Huber10-33/+36