summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Delete _Thread_Maximum_extensionsSebastian Huber2014-04-072-11/+6
* score: Clarify CPU port alignment requirementsSebastian Huber2014-04-071-2/+33
* score: Add scheduler control to scheduler opsSebastian Huber2014-04-0455-184/+361
* score: Add and use Scheduler_simple_ControlSebastian Huber2014-04-043-14/+10
* score: Add and use Scheduler_EDF_ControlSebastian Huber2014-04-044-19/+22
* score: Remove affinity element from thread.Jennifer Averett2014-04-031-4/+0
* score: Add priority affinity smp scheduler.Jennifer Averett2014-04-031-0/+80
* score: score: Add get/set affinity to Scheduler Framework.Jennifer Averett2014-04-033-6/+79
* score: Move priority bit map to scheduler instanceSebastian Huber2014-04-0311-145/+171
* score: Rename Priority_bit_map_ControlSebastian Huber2014-04-031-2/+2
* score: PR788: Add INTERNAL_ERROR_RESOURCE_IN_USESebastian Huber2014-04-031-0/+8
* score: Move __log2table to separate fileSebastian Huber2014-04-012-21/+43
* score: PR2172: _Thread_queue_Extract()Sebastian Huber2014-04-015-21/+39
* score: _Thread_queue_Extract_with_proxy()Sebastian Huber2014-03-311-4/+2
* score: Delete CORE_mutex_Control::lockSebastian Huber2014-03-313-6/+4
* score: Delete CORE_mutex_Control::holder_idSebastian Huber2014-03-312-6/+1
* score: Delete CORE_mutex_Control::blocked_countSebastian Huber2014-03-312-2/+0
* score: Do not reset resource count during restartSebastian Huber2014-03-311-1/+0
* score: PR2152: Use allocator mutex for objectsSebastian Huber2014-03-316-34/+65
* score: Use thread life protection for API mutexesSebastian Huber2014-03-312-14/+26
* score: Relax Giant lock usage for API mutexesSebastian Huber2014-03-312-4/+5
* score: Thread life cycle re-implementationSebastian Huber2014-03-315-128/+315
* score: Replace _Thread_Reset()Sebastian Huber2014-03-311-23/+18
* score: Add parameter to _Thread_Restart()Sebastian Huber2014-03-311-2/+9
* score: Fix thread restart extensions contextSebastian Huber2014-03-311-2/+2
* score: Reduce _Thread_Reset() parametersSebastian Huber2014-03-311-19/+7
* score: Move _Thread_Reset() and make staticSebastian Huber2014-03-312-49/+28
* score: Use thread action for thread restartSebastian Huber2014-03-312-15/+40
* score: Delete post-switch API extensionsSebastian Huber2014-03-312-12/+0
* score: Add thread actionsSebastian Huber2014-03-312-0/+35
* score: Add and use thread get/set CPU functionsSebastian Huber2014-03-312-4/+4
* score: Add _Scheduler_Change_priority_if_higher()Sebastian Huber2014-03-311-9/+5
* score: PR2151: _Thread_queue_Extract_with_proxy()Sebastian Huber2014-03-311-23/+24
* score: PR2174: Add workaroundSebastian Huber2014-03-251-0/+5
* score: Delete _Watchdog_Report()Sebastian Huber2014-03-252-92/+0
* score: Fix heap protectionSebastian Huber2014-03-251-7/+21
* score: _Heap_Protection_set_delayed_free_fractionSebastian Huber2014-03-244-22/+14
* score: Start thread dispatch profiling laterSebastian Huber2014-03-241-3/+4
* score: _Debug_Is_thread_dispatching_allowed()Sebastian Huber2014-03-241-2/+1
* score: Unify pthread and gxx_wrapper once and move to score.Christian Mauderer2014-03-211-0/+56
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-21251-251/+251
* score: Add _Debug_Is_owner_of_allocator()Sebastian Huber2014-03-191-0/+37
* score: Delete _Assert_Owner_of_giant()Sebastian Huber2014-03-191-5/+3
* score: Delete _Assert_Thread_dispatching_repressedSebastian Huber2014-03-192-8/+8
* score: Add SMP lock profiling supportSebastian Huber2014-03-146-5/+49
* score: Add per-CPU profilingSebastian Huber2014-03-145-0/+52
* score: Add local context to SMP lock APISebastian Huber2014-03-118-50/+39
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-071-0/+6
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-072-5/+5
* score: Add cpuset support to Score.Jennifer Averett2014-03-073-1/+184