summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-15score: Task get/set affinitySebastian Huber4-19/+122
2014-04-15score: Simplify thread control initializationSebastian Huber10-186/+43
2014-04-15score: Static scheduler configurationSebastian Huber61-326/+288
2014-04-14score: SMP initialization changesSebastian Huber1-6/+27
2014-04-09score: Fix workspace size estimate for TLSSebastian Huber2-4/+12
2014-04-07score: Fix for empty heapSebastian Huber1-1/+6
2014-04-07score: Delete _Thread_Ticks_per_timesliceSebastian Huber4-5/+7
2014-04-07score: Delete _Thread_Maximum_extensionsSebastian Huber2-11/+6
2014-04-07score: Clarify CPU port alignment requirementsSebastian Huber1-2/+33
2014-04-04score: Add scheduler control to scheduler opsSebastian Huber55-184/+361
2014-04-04score: Add and use Scheduler_simple_ControlSebastian Huber3-14/+10
2014-04-04score: Add and use Scheduler_EDF_ControlSebastian Huber4-19/+22
2014-04-03score: Remove affinity element from thread.Jennifer Averett1-4/+0
2014-04-03score: Add priority affinity smp scheduler.Jennifer Averett1-0/+80
2014-04-03score: score: Add get/set affinity to Scheduler Framework.Jennifer Averett3-6/+79
2014-04-03score: Move priority bit map to scheduler instanceSebastian Huber11-145/+171
2014-04-03score: Rename Priority_bit_map_ControlSebastian Huber1-2/+2
2014-04-03score: PR788: Add INTERNAL_ERROR_RESOURCE_IN_USESebastian Huber1-0/+8
2014-04-01score: Move __log2table to separate fileSebastian Huber2-21/+43
2014-04-01score: PR2172: _Thread_queue_Extract()Sebastian Huber5-21/+39
2014-03-31score: _Thread_queue_Extract_with_proxy()Sebastian Huber1-4/+2
2014-03-31score: Delete CORE_mutex_Control::lockSebastian Huber3-6/+4
2014-03-31score: Delete CORE_mutex_Control::holder_idSebastian Huber2-6/+1
2014-03-31score: Delete CORE_mutex_Control::blocked_countSebastian Huber2-2/+0
2014-03-31score: Do not reset resource count during restartSebastian Huber1-1/+0
2014-03-31score: PR2152: Use allocator mutex for objectsSebastian Huber6-34/+65
2014-03-31score: Use thread life protection for API mutexesSebastian Huber2-14/+26
2014-03-31score: Relax Giant lock usage for API mutexesSebastian Huber2-4/+5
2014-03-31score: Thread life cycle re-implementationSebastian Huber5-128/+315
2014-03-31score: Replace _Thread_Reset()Sebastian Huber1-23/+18
2014-03-31score: Add parameter to _Thread_Restart()Sebastian Huber1-2/+9
2014-03-31score: Fix thread restart extensions contextSebastian Huber1-2/+2
2014-03-31score: Reduce _Thread_Reset() parametersSebastian Huber1-19/+7
2014-03-31score: Move _Thread_Reset() and make staticSebastian Huber2-49/+28
2014-03-31score: Use thread action for thread restartSebastian Huber2-15/+40
2014-03-31score: Delete post-switch API extensionsSebastian Huber2-12/+0
2014-03-31score: Add thread actionsSebastian Huber2-0/+35
2014-03-31score: Add and use thread get/set CPU functionsSebastian Huber2-4/+4
2014-03-31score: Add _Scheduler_Change_priority_if_higher()Sebastian Huber1-9/+5
2014-03-31score: PR2151: _Thread_queue_Extract_with_proxy()Sebastian Huber1-23/+24
2014-03-25score: PR2174: Add workaroundSebastian Huber1-0/+5
2014-03-25score: Delete _Watchdog_Report()Sebastian Huber2-92/+0
2014-03-25score: Fix heap protectionSebastian Huber1-7/+21
2014-03-24score: _Heap_Protection_set_delayed_free_fractionSebastian Huber4-22/+14
2014-03-24score: Start thread dispatch profiling laterSebastian Huber1-3/+4
2014-03-24score: _Debug_Is_thread_dispatching_allowed()Sebastian Huber1-2/+1
2014-03-21score: Unify pthread and gxx_wrapper once and move to score.Christian Mauderer1-0/+56
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns251-251/+251
2014-03-19score: Add _Debug_Is_owner_of_allocator()Sebastian Huber1-0/+37
2014-03-19score: Delete _Assert_Owner_of_giant()Sebastian Huber1-5/+3