summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Simplify thread control initializationSebastian Huber2014-04-1519-244/+115
* score: Static scheduler configurationSebastian Huber2014-04-1575-604/+631
* score: Add and use RTEMS_ZERO_LENGTH_ARRAYSebastian Huber2014-04-151-0/+7
* score: SMP initialization changesSebastian Huber2014-04-147-19/+85
* score: Add _Per_CPU_Get_snapshot()Sebastian Huber2014-04-141-3/+12
* sparc: Use __leon__ multilib defineSebastian Huber2014-04-141-1/+8
* score: Fix workspace size estimate for TLSSebastian Huber2014-04-093-4/+17
* score: Fix for empty heapSebastian Huber2014-04-071-1/+6
* score: Delete _Thread_Ticks_per_timesliceSebastian Huber2014-04-075-10/+7
* score: Delete _Thread_Maximum_extensionsSebastian Huber2014-04-073-18/+6
* score: Clarify CPU port alignment requirementsSebastian Huber2014-04-072-9/+42
* Disable per task variables when SMP is enabledJoel Sherrill2014-04-041-0/+4
* schedulerpriorityaffinitysmp.h: Fix compilation error introduced by recent ch...Joel Sherrill2014-04-041-2/+6
* score: Add scheduler control to scheduler opsSebastian Huber2014-04-0468-350/+696
* score: Add and use Scheduler_simple_ControlSebastian Huber2014-04-045-17/+27
* score: Add and use Scheduler_EDF_ControlSebastian Huber2014-04-046-27/+39
* score: Delete superfluous fieldSebastian Huber2014-04-041-5/+0
* score: Include missing header fileSebastian Huber2014-04-041-5/+8
* score: Move declaration to end of fileSebastian Huber2014-04-041-7/+6
* score: Remove affinity element from thread.Jennifer Averett2014-04-032-14/+0
* score: Add priority affinity smp scheduler.Jennifer Averett2014-04-034-0/+230
* score: score: Add get/set affinity to Scheduler Framework.Jennifer Averett2014-04-0310-11/+192
* score: Move priority bit map to scheduler instanceSebastian Huber2014-04-0320-251/+330
* score: Rename Priority_bit_map_ControlSebastian Huber2014-04-0332-58/+58
* score: PR788: Add INTERNAL_ERROR_RESOURCE_IN_USESebastian Huber2014-04-032-1/+10
* score: Move __log2table to separate fileSebastian Huber2014-04-013-21/+44
* score: PR2172: _Thread_queue_Extract()Sebastian Huber2014-04-016-30/+53
* score: _Thread_queue_Extract_with_proxy()Sebastian Huber2014-03-312-5/+3
* score: Delete CORE_mutex_Control::lockSebastian Huber2014-03-315-24/+9
* score: Delete CORE_mutex_Control::holder_idSebastian Huber2014-03-314-9/+1
* score: Delete CORE_mutex_Control::blocked_countSebastian Huber2014-03-313-4/+0
* score: Do not reset resource count during restartSebastian Huber2014-03-311-1/+0
* score: PR2152: Use allocator mutex for objectsSebastian Huber2014-03-318-49/+204
* score: Use thread life protection for API mutexesSebastian Huber2014-03-313-36/+46
* score: Relax Giant lock usage for API mutexesSebastian Huber2014-03-312-4/+5
* score: Thread life cycle re-implementationSebastian Huber2014-03-3111-190/+511
* score: Replace _Thread_Reset()Sebastian Huber2014-03-311-23/+18
* score: Add parameter to _Thread_Restart()Sebastian Huber2014-03-312-11/+10
* score: Fix thread restart extensions contextSebastian Huber2014-03-312-6/+7
* score: Reduce _Thread_Reset() parametersSebastian Huber2014-03-311-19/+7
* score: Move _Thread_Reset() and make staticSebastian Huber2014-03-314-67/+29
* score: Use thread action for thread restartSebastian Huber2014-03-315-36/+78
* score: Delete post-switch API extensionsSebastian Huber2014-03-313-76/+0
* score: Add thread actionsSebastian Huber2014-03-314-0/+161
* score: Add and use thread get/set CPU functionsSebastian Huber2014-03-314-8/+34
* score: Add _Scheduler_Change_priority_if_higher()Sebastian Huber2014-03-312-9/+38
* score: Add _Scheduler_Highest_priority_of_two()Sebastian Huber2014-03-311-7/+29
* score: PR2151: _Thread_queue_Extract_with_proxy()Sebastian Huber2014-03-311-23/+24
* score: Add per-CPU state functionSebastian Huber2014-03-312-1/+41
* score: PR2174: Add workaroundSebastian Huber2014-03-252-0/+11