summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Rework global constructionSebastian Huber2014-10-131-1/+12
* rtems: SMP fix for timer serverSebastian Huber2014-08-271-1/+3
* rtems: Inline rtems_clock_get_ticks_since_boot()Sebastian Huber2014-08-251-31/+0
* semdelete.c: Correct spacingJoel Sherrill2014-07-141-1/+1
* score: Remove scheduler parameter from most opsSebastian Huber2014-06-233-20/+4
* score: Fix _Thread_Delay_ended() on SMPSebastian Huber2014-06-203-11/+13
* score: PR2181: Add _Thread_Yield()Sebastian Huber2014-06-121-2/+1
* score: Add and use _Thread_Owns_resources()Sebastian Huber2014-06-031-1/+1
* score: _Scheduler_Get_affinity()Sebastian Huber2014-06-021-1/+0
* rtems: Coding styleSebastian Huber2014-06-021-19/+15
* score: Multiprocessor Resource Sharing ProtocolSebastian Huber2014-05-286-10/+208
* 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-202-4/+4
* rtems: Fix ASR SMP supportSebastian Huber2014-05-071-3/+14
* score: Implement forced thread migrationSebastian Huber2014-05-071-3/+2
* score: SMP_FATAL_SCHEDULER_WITHOUT_PROCESSORSSebastian Huber2014-05-051-3/+9
* rtems: Add const qualifierSebastian Huber2014-04-161-3/+3
* score: Add clustered/partitioned schedulingSebastian Huber2014-04-153-2/+3
* rtems: Add task get/set schedulerSebastian Huber2014-04-152-0/+118
* rtems: Add scheduler get processorsSebastian Huber2014-04-151-0/+54
* rtems: Add scheduler identificationSebastian Huber2014-04-151-0/+46
* score: Simplify thread control initializationSebastian Huber2014-04-151-36/+4
* rtems: Rename rtems_smp_get_current_processor()Sebastian Huber2014-04-111-0/+25
* rtems: Rename rtems_smp_get_processor_count()Sebastian Huber2014-04-111-0/+25
* 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-045-17/+40
* 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-3121-106/+80
* score: Thread life cycle re-implementationSebastian Huber2014-03-313-41/+27
* 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-314-10/+22
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-21166-166/+166
* rtems: Include missing header fileSebastian Huber2014-03-181-1/+2
* score: Add local context to SMP lock APISebastian Huber2014-03-112-6/+6
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-071-1/+6
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-072-2/+2
* rtems: Add Classic API get and set affinity methods.Jennifer Averett2014-03-072-0/+125
* taskmode: Formatting correctionJoel Sherrill2014-03-051-5/+3
* score: Rename _Internal_error_Occurred()Sebastian Huber2014-02-211-2/+2
* score: Change debug helper functionsSebastian Huber2014-02-121-6/+6
* rtems: Add rtems_status_code_description()Sebastian Huber2014-02-061-0/+69
* 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-081-2/+52
* cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API.Chris Johns2013-12-241-0/+35