summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-15score: Add and use RTEMS_ZERO_LENGTH_ARRAYSebastian Huber1-0/+7
2014-04-14score: SMP initialization changesSebastian Huber7-19/+85
2014-04-14score: Add _Per_CPU_Get_snapshot()Sebastian Huber1-3/+12
2014-04-14sparc: Use __leon__ multilib defineSebastian Huber1-1/+8
2014-04-09score: Fix workspace size estimate for TLSSebastian Huber3-4/+17
2014-04-07score: Fix for empty heapSebastian Huber1-1/+6
2014-04-07score: Delete _Thread_Ticks_per_timesliceSebastian Huber5-10/+7
2014-04-07score: Delete _Thread_Maximum_extensionsSebastian Huber3-18/+6
2014-04-07score: Clarify CPU port alignment requirementsSebastian Huber2-9/+42
2014-04-04Disable per task variables when SMP is enabledJoel Sherrill1-0/+4
2014-04-04schedulerpriorityaffinitysmp.h: Fix compilation error introduced by recent ch...Joel Sherrill1-2/+6
2014-04-04score: Add scheduler control to scheduler opsSebastian Huber68-350/+696
2014-04-04score: Add and use Scheduler_simple_ControlSebastian Huber5-17/+27
2014-04-04score: Add and use Scheduler_EDF_ControlSebastian Huber6-27/+39
2014-04-04score: Delete superfluous fieldSebastian Huber1-5/+0
2014-04-04score: Include missing header fileSebastian Huber1-5/+8
2014-04-04score: Move declaration to end of fileSebastian Huber1-7/+6
2014-04-03score: Remove affinity element from thread.Jennifer Averett2-14/+0
2014-04-03score: Add priority affinity smp scheduler.Jennifer Averett4-0/+230
2014-04-03score: score: Add get/set affinity to Scheduler Framework.Jennifer Averett10-11/+192
2014-04-03score: Move priority bit map to scheduler instanceSebastian Huber20-251/+330
2014-04-03score: Rename Priority_bit_map_ControlSebastian Huber32-58/+58
2014-04-03score: PR788: Add INTERNAL_ERROR_RESOURCE_IN_USESebastian Huber2-1/+10
2014-04-01score: Move __log2table to separate fileSebastian Huber3-21/+44
2014-04-01score: PR2172: _Thread_queue_Extract()Sebastian Huber6-30/+53
2014-03-31score: _Thread_queue_Extract_with_proxy()Sebastian Huber2-5/+3
2014-03-31score: Delete CORE_mutex_Control::lockSebastian Huber5-24/+9
2014-03-31score: Delete CORE_mutex_Control::holder_idSebastian Huber4-9/+1
2014-03-31score: Delete CORE_mutex_Control::blocked_countSebastian Huber3-4/+0
2014-03-31score: Do not reset resource count during restartSebastian Huber1-1/+0
2014-03-31score: PR2152: Use allocator mutex for objectsSebastian Huber8-49/+204
2014-03-31score: Use thread life protection for API mutexesSebastian Huber3-36/+46
2014-03-31score: Relax Giant lock usage for API mutexesSebastian Huber2-4/+5
2014-03-31score: Thread life cycle re-implementationSebastian Huber11-190/+511
2014-03-31score: Replace _Thread_Reset()Sebastian Huber1-23/+18
2014-03-31score: Add parameter to _Thread_Restart()Sebastian Huber2-11/+10
2014-03-31score: Fix thread restart extensions contextSebastian Huber2-6/+7
2014-03-31score: Reduce _Thread_Reset() parametersSebastian Huber1-19/+7
2014-03-31score: Move _Thread_Reset() and make staticSebastian Huber4-67/+29
2014-03-31score: Use thread action for thread restartSebastian Huber5-36/+78
2014-03-31score: Delete post-switch API extensionsSebastian Huber3-76/+0
2014-03-31score: Add thread actionsSebastian Huber4-0/+161
2014-03-31score: Add and use thread get/set CPU functionsSebastian Huber4-8/+34
2014-03-31score: Add _Scheduler_Change_priority_if_higher()Sebastian Huber2-9/+38
2014-03-31score: Add _Scheduler_Highest_priority_of_two()Sebastian Huber1-7/+29
2014-03-31score: PR2151: _Thread_queue_Extract_with_proxy()Sebastian Huber1-23/+24
2014-03-31score: Add per-CPU state functionSebastian Huber2-1/+41
2014-03-25score: PR2174: Add workaroundSebastian Huber2-0/+11
2014-03-25score: Delete _Watchdog_Report()Sebastian Huber4-132/+1
2014-03-25score: Fix heap protectionSebastian Huber1-7/+21