summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtems: Fix sp2038 test.Chris Johns2014-05-221-14/+93
* rtems: Simplify rtems_semaphore_obtain()Sebastian Huber2014-05-221-2/+4
* rtems: Clarify task set/get scheduler parametersSebastian Huber2014-05-203-10/+10
* rtems: Move extern "C" in <rtems.h>Sebastian Huber2014-05-121-4/+4
* rtems: Fix ASR SMP supportSebastian Huber2014-05-072-3/+24
* score: Implement forced thread migrationSebastian Huber2014-05-072-5/+2
* score: DocumentationSebastian Huber2014-05-071-2/+6
* score: SMP_FATAL_SCHEDULER_WITHOUT_PROCESSORSSebastian Huber2014-05-052-3/+11
* doc: rtems_task_set_scheduler()Sebastian Huber2014-04-171-0/+3
* doc: rtems_get_processor_count()Sebastian Huber2014-04-171-8/+5
* rtems: Add const qualifierSebastian Huber2014-04-162-6/+6
* score: Add clustered/partitioned schedulingSebastian Huber2014-04-153-2/+3
* rtems: Add task get/set schedulerSebastian Huber2014-04-154-0/+155
* rtems: Add scheduler get processorsSebastian Huber2014-04-153-0/+79
* rtems: Add scheduler identificationSebastian Huber2014-04-153-0/+64
* score: Task get/set affinitySebastian Huber2014-04-152-31/+28
* score: Simplify thread control initializationSebastian Huber2014-04-152-37/+5
* rtems: Rename rtems_smp_get_current_processor()Sebastian Huber2014-04-113-6/+30
* rtems: Rename rtems_smp_get_processor_count()Sebastian Huber2014-04-113-4/+29
* score: Use proper protectionSebastian Huber2014-04-071-6/+7
* score: Delete _Thread_Ticks_per_timesliceSebastian Huber2014-04-071-1/+2
* Disable per task variables when SMP is enabledJoel Sherrill2014-04-049-24/+60
* score: Add scheduler control to scheduler opsSebastian Huber2014-04-047-16/+37
* rtems: Move affinity from thread to scheduler.Jennifer Averett2014-04-032-9/+9
* score: Delete CORE_mutex_Control::lockSebastian Huber2014-03-311-1/+1
* score: PR2152: Use allocator mutex for objectsSebastian Huber2014-03-3124-125/+91
* score: Thread life cycle re-implementationSebastian Huber2014-03-314-41/+30
* score: Add parameter to _Thread_Restart()Sebastian Huber2014-03-311-1/+1
* score: Use thread action for thread restartSebastian Huber2014-03-311-9/+1
* rtems: Use thread action for signalsSebastian Huber2014-03-316-10/+36
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-21219-219/+219
* rtems: Include missing header fileSebastian Huber2014-03-181-1/+2
* score: Add SMP lock profiling supportSebastian Huber2014-03-142-4/+6
* score: Add function to destroy SMP locksSebastian Huber2014-03-111-0/+10
* score: Add local context to SMP lock APISebastian Huber2014-03-114-25/+36
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-071-1/+6
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-073-13/+13
* rtems: Add Classic API get and set affinity methods.Jennifer Averett2014-03-074-0/+177
* taskmode: Formatting correctionJoel Sherrill2014-03-051-5/+3
* rtems: Add cache size functionsSebastian Huber2014-02-281-0/+20
* rtems: Use size_t for cache line sizeSebastian Huber2014-02-281-2/+2
* rtems: Cache manager documentationSebastian Huber2014-02-281-66/+79
* score: Rename _Internal_error_Occurred()Sebastian Huber2014-02-211-2/+2
* Require presence of <stdatomic.h> for SMP supportSebastian Huber2014-02-172-2/+2
* score: Change debug helper functionsSebastian Huber2014-02-123-11/+13
* rtems: Add rtems_status_code_description()Sebastian Huber2014-02-063-0/+80
* rtems/*.c: Remove use of register keywordJoel Sherrill2014-02-0337-73/+73
* tasksetpriority.c: Remove obsolete commentJoel Sherrill2014-01-091-2/+1
* libcsupport: Refactor rtems_deviceio_errnoDaniel Ramirez2014-01-082-2/+76
* cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API.Chris Johns2013-12-243-0/+43