summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-22rtems: Fix sp2038 test.Chris Johns1-14/+93
2014-05-22rtems: Simplify rtems_semaphore_obtain()Sebastian Huber1-2/+4
2014-05-20rtems: Clarify task set/get scheduler parametersSebastian Huber3-10/+10
2014-05-12rtems: Move extern "C" in <rtems.h>Sebastian Huber1-4/+4
2014-05-07rtems: Fix ASR SMP supportSebastian Huber2-3/+24
2014-05-07score: Implement forced thread migrationSebastian Huber2-5/+2
2014-05-07score: DocumentationSebastian Huber1-2/+6
2014-05-05score: SMP_FATAL_SCHEDULER_WITHOUT_PROCESSORSSebastian Huber2-3/+11
2014-04-17doc: rtems_task_set_scheduler()Sebastian Huber1-0/+3
2014-04-17doc: rtems_get_processor_count()Sebastian Huber1-8/+5
2014-04-16rtems: Add const qualifierSebastian Huber2-6/+6
2014-04-15score: Add clustered/partitioned schedulingSebastian Huber3-2/+3
2014-04-15rtems: Add task get/set schedulerSebastian Huber4-0/+155
2014-04-15rtems: Add scheduler get processorsSebastian Huber3-0/+79
2014-04-15rtems: Add scheduler identificationSebastian Huber3-0/+64
2014-04-15score: Task get/set affinitySebastian Huber2-31/+28
2014-04-15score: Simplify thread control initializationSebastian Huber2-37/+5
2014-04-11rtems: Rename rtems_smp_get_current_processor()Sebastian Huber3-6/+30
2014-04-11rtems: Rename rtems_smp_get_processor_count()Sebastian Huber3-4/+29
2014-04-07score: Use proper protectionSebastian Huber1-6/+7
2014-04-07score: Delete _Thread_Ticks_per_timesliceSebastian Huber1-1/+2
2014-04-04Disable per task variables when SMP is enabledJoel Sherrill9-24/+60
2014-04-04score: Add scheduler control to scheduler opsSebastian Huber7-16/+37
2014-04-03rtems: Move affinity from thread to scheduler.Jennifer Averett2-9/+9
2014-03-31score: Delete CORE_mutex_Control::lockSebastian Huber1-1/+1
2014-03-31score: PR2152: Use allocator mutex for objectsSebastian Huber24-125/+91
2014-03-31score: Thread life cycle re-implementationSebastian Huber4-41/+30
2014-03-31score: Add parameter to _Thread_Restart()Sebastian Huber1-1/+1
2014-03-31score: Use thread action for thread restartSebastian Huber1-9/+1
2014-03-31rtems: Use thread action for signalsSebastian Huber6-10/+36
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns219-219/+219
2014-03-18rtems: Include missing header fileSebastian Huber1-1/+2
2014-03-14score: Add SMP lock profiling supportSebastian Huber2-4/+6
2014-03-11score: Add function to destroy SMP locksSebastian Huber1-0/+10
2014-03-11score: Add local context to SMP lock APISebastian Huber4-25/+36
2014-03-07POSIX keys now enabled in all configurations.Joel Sherrill1-1/+6
2014-03-07Remove trailing whitespace in previous patchesJennifer Averett3-13/+13
2014-03-07rtems: Add Classic API get and set affinity methods.Jennifer Averett4-0/+177
2014-03-05taskmode: Formatting correctionJoel Sherrill1-5/+3
2014-02-28rtems: Add cache size functionsSebastian Huber1-0/+20
2014-02-28rtems: Use size_t for cache line sizeSebastian Huber1-2/+2
2014-02-28rtems: Cache manager documentationSebastian Huber1-66/+79
2014-02-21score: Rename _Internal_error_Occurred()Sebastian Huber1-2/+2
2014-02-17Require presence of <stdatomic.h> for SMP supportSebastian Huber2-2/+2
2014-02-12score: Change debug helper functionsSebastian Huber3-11/+13
2014-02-06rtems: Add rtems_status_code_description()Sebastian Huber3-0/+80
2014-02-03rtems/*.c: Remove use of register keywordJoel Sherrill37-73/+73
2014-01-09tasksetpriority.c: Remove obsolete commentJoel Sherrill1-2/+1
2014-01-08libcsupport: Refactor rtems_deviceio_errnoDaniel Ramirez2-2/+76
2013-12-24cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API.Chris Johns3-0/+43