summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-08score: Introduce _Thread_Get_priority()Sebastian Huber14-24/+48
2016-09-08score: Add scheduler node implementation headerSebastian Huber6-106/+140
2016-09-08score: Move thread wait node to scheduler nodeSebastian Huber8-143/+216
2016-09-08score: Move scheduler node to own header fileSebastian Huber5-163/+196
2016-09-08score: Optimize thread queue enqueueSebastian Huber1-17/+32
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber17-158/+188
2016-09-08score: Simplify thread queue acquire/releaseSebastian Huber11-73/+58
2016-09-08score: Fix warningSebastian Huber1-1/+1
2016-09-08score: Fix for RTEMS_DEBUGSebastian Huber1-0/+1
2016-09-08stackchk: Use a const pattern to checkSebastian Huber1-1/+9
2016-09-07score: Remove superfluous SMP debug supportSebastian Huber6-34/+2
2016-09-06score: Add _Chain_Initialize_one()Sebastian Huber1-0/+27
2016-09-06score: Improve red-black tree debug supportSebastian Huber3-3/+16
2016-09-06score: Add _RBTree_Initialize_one()Sebastian Huber1-0/+20
2016-09-06score: Add missing const qualifiersSebastian Huber1-6/+6
2016-08-19arm: Add VFP context validate support for ARMv5Kevin Kirspel2-5/+11
2016-08-18score: Fix undefined behaviourSebastian Huber1-1/+1
2016-08-12score: Improve _RBTree_Insert_inline()Sebastian Huber1-1/+9
2016-08-11score: Introduce thread queue surrender operationSebastian Huber4-36/+94
2016-08-11score: Dismantle _Thread_queue_Do_extract_locked()Sebastian Huber1-28/+39
2016-08-11score: Add _Thread_queue_Surrender()Sebastian Huber6-134/+86
2016-08-08score: Add debug support to red-black treesSebastian Huber8-32/+58
2016-08-05score: Simplify _Thread_Finalize_life_change()Sebastian Huber1-7/+1
2016-08-04score: Fix a release/cancel job race conditionSebastian Huber7-46/+36
2016-08-04score: Fix _Thread_queue_Path_release()Sebastian Huber1-8/+13
2016-08-04score: Fix _Scheduler_EDF_Cancel_job_filter()Sebastian Huber1-1/+1
2016-08-04score: Optimize _Thread_queue_Path_release()Sebastian Huber1-7/+29
2016-08-04score: Indroduce cancel job scheduler operationSebastian Huber12-8/+93
2016-08-03score: Fix and simplify thread wait locksSebastian Huber8-269/+139
2016-08-02linker set: Allow adding any variable into contentChristian Mauderer1-0/+8
2016-08-01score: Fix for RTEMS_DEBUGSebastian Huber1-0/+1
2016-08-01score: Fix for RTEMS_DEBUG.Chris Johns1-0/+2
2016-07-27score: Add deadlock detectionSebastian Huber7-17/+353
2016-07-27score: Turn thread lock into thread wait lockSebastian Huber11-390/+739
2016-07-27score: Priority inherit thread queue operationsSebastian Huber9-77/+116
2016-07-27score: Simplify _Thread_queue_Boost_priority()Sebastian Huber3-19/+23
2016-07-27score: Split _Thread_Change_priority()Sebastian Huber2-9/+62
2016-07-27score: Fix for RTEMS_DEBUGSebastian Huber1-0/+1
2016-07-26cpukit: refactor nanosleep and use 64-bit timeout for threadqGedare Bloom1-1/+1
2016-07-26score: FormatSebastian Huber1-9/+9
2016-07-26score: Fix printk() format specifiersSebastian Huber1-2/+5
2016-07-26score: FormatSebastian Huber2-24/+21
2016-07-26score: Add a STATES_DEBUGGER for use by debugging agents to a thread's state.Chris Johns1-0/+2
2016-07-25posix: cond_timedwait remember and use clock from condattrGedare Bloom4-6/+13
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom25-119/+180
2016-07-25score: Fix for RTEMS_DEBUGSebastian Huber1-0/+1
2016-07-25score: Relax thread begin extension environmentSebastian Huber1-7/+8
2016-07-25score: Disable RTEMS_NO_RETURN for RTEMS_DEBUGSebastian Huber1-1/+1
2016-07-22score: Fix for RTEMS_DEBUGSebastian Huber1-0/+1
2016-07-22score: Assert proper seqlock writer stateSebastian Huber1-0/+3