summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Scheduler node awareness for thread queuesSebastian Huber2016-09-217-319/+862
* score: Manage scheduler nodes via thread queuesSebastian Huber2016-09-215-0/+33
* score: Add scheduler node table for each threadSebastian Huber2016-09-216-29/+121
* score: Rework thread priority managementSebastian Huber2016-09-2146-1176/+2416
* score: Introduce _Thread_Get_priority()Sebastian Huber2016-09-0814-24/+48
* score: Add scheduler node implementation headerSebastian Huber2016-09-086-106/+140
* score: Move thread wait node to scheduler nodeSebastian Huber2016-09-088-143/+216
* score: Move scheduler node to own header fileSebastian Huber2016-09-085-163/+196
* score: Optimize thread queue enqueueSebastian Huber2016-09-081-17/+32
* score: Introduce Thread_queue_Lock_contextSebastian Huber2016-09-0817-158/+188
* score: Simplify thread queue acquire/releaseSebastian Huber2016-09-0811-73/+58
* score: Fix warningSebastian Huber2016-09-081-1/+1
* score: Fix for RTEMS_DEBUGSebastian Huber2016-09-081-0/+1
* stackchk: Use a const pattern to checkSebastian Huber2016-09-081-1/+9
* score: Remove superfluous SMP debug supportSebastian Huber2016-09-076-34/+2
* score: Add _Chain_Initialize_one()Sebastian Huber2016-09-061-0/+27
* score: Improve red-black tree debug supportSebastian Huber2016-09-063-3/+16
* score: Add _RBTree_Initialize_one()Sebastian Huber2016-09-061-0/+20
* score: Add missing const qualifiersSebastian Huber2016-09-061-6/+6
* arm: Add VFP context validate support for ARMv5Kevin Kirspel2016-08-192-5/+11
* score: Fix undefined behaviourSebastian Huber2016-08-181-1/+1
* score: Improve _RBTree_Insert_inline()Sebastian Huber2016-08-121-1/+9
* score: Introduce thread queue surrender operationSebastian Huber2016-08-114-36/+94
* score: Dismantle _Thread_queue_Do_extract_locked()Sebastian Huber2016-08-111-28/+39
* score: Add _Thread_queue_Surrender()Sebastian Huber2016-08-116-134/+86
* score: Add debug support to red-black treesSebastian Huber2016-08-088-32/+58
* score: Simplify _Thread_Finalize_life_change()Sebastian Huber2016-08-051-7/+1
* score: Fix a release/cancel job race conditionSebastian Huber2016-08-047-46/+36
* score: Fix _Thread_queue_Path_release()Sebastian Huber2016-08-041-8/+13
* score: Fix _Scheduler_EDF_Cancel_job_filter()Sebastian Huber2016-08-041-1/+1
* score: Optimize _Thread_queue_Path_release()Sebastian Huber2016-08-041-7/+29
* score: Indroduce cancel job scheduler operationSebastian Huber2016-08-0412-8/+93
* score: Fix and simplify thread wait locksSebastian Huber2016-08-038-269/+139
* linker set: Allow adding any variable into contentChristian Mauderer2016-08-021-0/+8
* score: Fix for RTEMS_DEBUGSebastian Huber2016-08-011-0/+1
* score: Fix for RTEMS_DEBUG.Chris Johns2016-08-011-0/+2
* score: Add deadlock detectionSebastian Huber2016-07-277-17/+353
* score: Turn thread lock into thread wait lockSebastian Huber2016-07-2711-390/+739
* score: Priority inherit thread queue operationsSebastian Huber2016-07-279-77/+116
* score: Simplify _Thread_queue_Boost_priority()Sebastian Huber2016-07-273-19/+23
* score: Split _Thread_Change_priority()Sebastian Huber2016-07-272-9/+62
* score: Fix for RTEMS_DEBUGSebastian Huber2016-07-271-0/+1
* cpukit: refactor nanosleep and use 64-bit timeout for threadqGedare Bloom2016-07-261-1/+1
* score: FormatSebastian Huber2016-07-261-9/+9
* score: Fix printk() format specifiersSebastian Huber2016-07-261-2/+5
* score: FormatSebastian Huber2016-07-262-24/+21
* score: Add a STATES_DEBUGGER for use by debugging agents to a thread's state.Chris Johns2016-07-261-0/+2
* posix: cond_timedwait remember and use clock from condattrGedare Bloom2016-07-254-6/+13
* cpukit: Add and use Watchdog_Discipline.Gedare Bloom2016-07-2525-119/+180
* score: Fix for RTEMS_DEBUGSebastian Huber2016-07-251-0/+1