summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* score: Pass scheduler node to yield operationSebastian Huber2016-11-026-12/+26
* score: Pass scheduler node to update priority opSebastian Huber2016-11-027-25/+34
* score: Rename scheduler ask for help stuffSebastian Huber2016-11-026-11/+11
* rtems: Add rtems_task_iterate()Sebastian Huber2016-11-022-27/+78
* score: Simplify check for migrationsSebastian Huber2016-10-121-20/+4
* score: Enhance _SMP_barrier_Wait()Sebastian Huber2016-10-111-1/+7
* score: Unify CORE mutex seize/surrenderSebastian Huber2016-09-272-0/+2
* score: Simplify ISR lock nameSebastian Huber2016-09-271-4/+1
* score: Simplify CORE mutex seizeSebastian Huber2016-09-271-59/+0
* score: Fix warningSebastian Huber2016-09-271-0/+2
* score: Fix C/C++ compatibility issueSebastian Huber2016-09-231-4/+6
* score: Scheduler node awareness for thread queuesSebastian Huber2016-09-213-303/+811
* score: Manage scheduler nodes via thread queuesSebastian Huber2016-09-211-0/+5
* score: Add scheduler node table for each threadSebastian Huber2016-09-212-12/+61
* score: Rework thread priority managementSebastian Huber2016-09-2126-591/+1169
* score: Introduce _Thread_Get_priority()Sebastian Huber2016-09-0810-19/+23
* score: Move thread wait node to scheduler nodeSebastian Huber2016-09-084-22/+73
* score: Optimize thread queue enqueueSebastian Huber2016-09-081-17/+32
* score: Introduce Thread_queue_Lock_contextSebastian Huber2016-09-0812-56/+60
* score: Simplify thread queue acquire/releaseSebastian Huber2016-09-083-10/+7
* score: Fix warningSebastian Huber2016-09-081-1/+1
* score: Remove superfluous SMP debug supportSebastian Huber2016-09-073-10/+2
* score: Improve red-black tree debug supportSebastian Huber2016-09-062-3/+6
* score: Introduce thread queue surrender operationSebastian Huber2016-08-112-11/+72
* score: Dismantle _Thread_queue_Do_extract_locked()Sebastian Huber2016-08-111-28/+39
* score: Add _Thread_queue_Surrender()Sebastian Huber2016-08-113-122/+54
* score: Add debug support to red-black treesSebastian Huber2016-08-087-0/+9
* score: Simplify _Thread_Finalize_life_change()Sebastian Huber2016-08-051-7/+1
* score: Fix a release/cancel job race conditionSebastian Huber2016-08-043-9/+13
* 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-042-7/+48
* score: Fix and simplify thread wait locksSebastian Huber2016-08-034-75/+46
* 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-273-15/+263
* score: Turn thread lock into thread wait lockSebastian Huber2016-07-276-85/+142
* score: Priority inherit thread queue operationsSebastian Huber2016-07-275-45/+82
* score: Simplify _Thread_queue_Boost_priority()Sebastian Huber2016-07-273-19/+23
* score: Split _Thread_Change_priority()Sebastian Huber2016-07-271-9/+52
* score: Fix for RTEMS_DEBUGSebastian Huber2016-07-271-0/+1
* score: FormatSebastian Huber2016-07-261-9/+9
* posix: cond_timedwait remember and use clock from condattrGedare Bloom2016-07-253-6/+11
* cpukit: Add and use Watchdog_Discipline.Gedare Bloom2016-07-2514-46/+48
* score: Fix for RTEMS_DEBUGSebastian Huber2016-07-251-0/+1
* score: Relax thread begin extension environmentSebastian Huber2016-07-251-7/+8
* score: Fix for RTEMS_DEBUGSebastian Huber2016-07-221-0/+1
* score: Add debug support to chainsSebastian Huber2016-07-223-0/+3
* score: Postpone SMP shutdown in _Terminate()Sebastian Huber2016-07-062-4/+7