summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-14score: Introduce scheduler nodesSebastian Huber1-7/+13
2014-04-29score: Statically initialize _ISR_Vector_tableSebastian Huber1-28/+0
2014-04-29sapi: Report profiling only if enabled for testsSebastian Huber1-0/+2
2014-04-28sapi: Add profiling done messageSebastian Huber1-0/+6
2014-04-28sapi: Add arithmetic means to XML profiling reportSebastian Huber1-9/+62
2014-04-27rtems: Account for the network semaphore.Chris Johns1-1/+8
2014-04-25sapi: Fix condef.h compile error for disabled network configuration.Jennifer Averett1-0/+2
2014-04-25rtems: Account for file system semaphores.Chris Johns1-2/+32
2014-04-17sapi: Fix CONFIGURE_UNLIMITED_OBJECTSSebastian Huber1-6/+8
2014-04-17sapi: Error case for CONFIGURE_UNLIMITED_OBJECTSSebastian Huber1-0/+6
2014-04-15score: Add clustered/partitioned schedulingSebastian Huber2-0/+136
2014-04-15score: Add scheduler nameSebastian Huber2-22/+65
2014-04-15score: Simplify thread control initializationSebastian Huber1-86/+74
2014-04-15score: Static scheduler configurationSebastian Huber4-58/+236
2014-04-11rtems: Rename rtems_smp_get_current_processor()Sebastian Huber1-1/+1
2014-04-11rtems: Rename rtems_smp_get_processor_count()Sebastian Huber1-1/+1
2014-04-10score: Statically initialize IO managerSebastian Huber5-106/+16
2014-04-07score: Fix POSIX threads size estimateSebastian Huber1-12/+12
2014-04-07score: Fix workspace size estimateSebastian Huber1-7/+11
2014-04-04Disable per task variables when SMP is enabledJoel Sherrill1-6/+16
2014-04-04score: Add and use Scheduler_simple_ControlSebastian Huber1-1/+1
2014-04-04score: Add and use Scheduler_EDF_ControlSebastian Huber1-3/+6
2014-04-03sapi: Add priority affinity smp scheduler.Jennifer Averett1-0/+22
2014-04-03score: Move priority bit map to scheduler instanceSebastian Huber1-3/+4
2014-04-03score: PR788: Add INTERNAL_ERROR_RESOURCE_IN_USESebastian Huber1-1/+2
2014-03-31score: PR2152: Use allocator mutex for objectsSebastian Huber2-5/+9
2014-03-27privateenv: Use POSIX keys instead of task variables.Christian Mauderer1-11/+18
2014-03-25score: PR2174: Add workaroundSebastian Huber1-0/+6
2014-03-25sapi: Add profiling report for testsSebastian Huber1-0/+11
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns55-55/+55
2014-03-19posix: Use interal mutex for once implementationSebastian Huber3-14/+5
2014-03-17sapi: Add <rtems/test.h>Sebastian Huber5-0/+205
2014-03-14score: Add SMP lock profiling supportSebastian Huber2-1/+63
2014-03-14score: Add per-CPU profilingSebastian Huber1-0/+61
2014-03-14sapi: Add SMP lock profiling app. level dataSebastian Huber2-1/+176
2014-03-14sapi: Add per-CPU profiling application level dataSebastian Huber2-0/+190
2014-03-14sapi: Add profiling application level supportSebastian Huber5-0/+277
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