summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Introduce scheduler nodesSebastian Huber2014-05-141-7/+13
* score: Statically initialize _ISR_Vector_tableSebastian Huber2014-04-291-28/+0
* sapi: Report profiling only if enabled for testsSebastian Huber2014-04-291-0/+2
* sapi: Add profiling done messageSebastian Huber2014-04-281-0/+6
* sapi: Add arithmetic means to XML profiling reportSebastian Huber2014-04-281-9/+62
* rtems: Account for the network semaphore.Chris Johns2014-04-271-1/+8
* sapi: Fix condef.h compile error for disabled network configuration.Jennifer Averett2014-04-251-0/+2
* rtems: Account for file system semaphores.Chris Johns2014-04-251-2/+32
* sapi: Fix CONFIGURE_UNLIMITED_OBJECTSSebastian Huber2014-04-171-6/+8
* sapi: Error case for CONFIGURE_UNLIMITED_OBJECTSSebastian Huber2014-04-171-0/+6
* score: Add clustered/partitioned schedulingSebastian Huber2014-04-152-0/+136
* score: Add scheduler nameSebastian Huber2014-04-152-22/+65
* score: Simplify thread control initializationSebastian Huber2014-04-151-86/+74
* score: Static scheduler configurationSebastian Huber2014-04-154-58/+236
* rtems: Rename rtems_smp_get_current_processor()Sebastian Huber2014-04-111-1/+1
* rtems: Rename rtems_smp_get_processor_count()Sebastian Huber2014-04-111-1/+1
* score: Statically initialize IO managerSebastian Huber2014-04-105-106/+16
* score: Fix POSIX threads size estimateSebastian Huber2014-04-071-12/+12
* score: Fix workspace size estimateSebastian Huber2014-04-071-7/+11
* Disable per task variables when SMP is enabledJoel Sherrill2014-04-041-6/+16
* score: Add and use Scheduler_simple_ControlSebastian Huber2014-04-041-1/+1
* score: Add and use Scheduler_EDF_ControlSebastian Huber2014-04-041-3/+6
* sapi: Add priority affinity smp scheduler.Jennifer Averett2014-04-031-0/+22
* score: Move priority bit map to scheduler instanceSebastian Huber2014-04-031-3/+4
* score: PR788: Add INTERNAL_ERROR_RESOURCE_IN_USESebastian Huber2014-04-031-1/+2
* score: PR2152: Use allocator mutex for objectsSebastian Huber2014-03-312-5/+9
* privateenv: Use POSIX keys instead of task variables.Christian Mauderer2014-03-271-11/+18
* score: PR2174: Add workaroundSebastian Huber2014-03-251-0/+6
* sapi: Add profiling report for testsSebastian Huber2014-03-251-0/+11
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2155-55/+55
* posix: Use interal mutex for once implementationSebastian Huber2014-03-193-14/+5
* sapi: Add <rtems/test.h>Sebastian Huber2014-03-175-0/+205
* score: Add SMP lock profiling supportSebastian Huber2014-03-142-1/+63
* score: Add per-CPU profilingSebastian Huber2014-03-141-0/+61
* sapi: Add SMP lock profiling app. level dataSebastian Huber2014-03-142-1/+176
* sapi: Add per-CPU profiling application level dataSebastian Huber2014-03-142-0/+190
* sapi: Add profiling application level supportSebastian Huber2014-03-145-0/+277
* sapi: TyposSebastian Huber2014-03-131-3/+3
* score: Add local context to SMP lock APISebastian Huber2014-03-111-28/+28
* sapi: Use one SMP lock for all chainsSebastian Huber2014-03-112-124/+78
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-074-63/+89
* sapi: Moved smp initialization and added cpuset initilization.Jennifer Averett2014-03-071-2/+5
* score: SMP initialization and shutdown changesSebastian Huber2014-03-061-1/+1
* score: Rename _Internal_error_Occurred()Sebastian Huber2014-02-215-6/+6
* score: Add and use <rtems/score/smpimpl.h>Sebastian Huber2014-02-191-10/+2
* score: Add RTEMS_FATAL_SOURCE_SMPSebastian Huber2014-02-191-1/+2
* score: Add RTEMS_FATAL_SOURCE_BSPSebastian Huber2014-02-191-2/+1
* score: Delete INTERNAL_ERROR_SHUTDOWN_WHEN_NOT_UPSebastian Huber2014-02-192-17/+2
* score: Move _SMP_Request_other_cores_to_shutdown()Sebastian Huber2014-02-191-8/+0
* score: Delete _Thread_BSP_contextSebastian Huber2014-02-192-38/+22