summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtems: Rename rtems_smp_get_processor_count()Sebastian Huber2014-04-115-6/+31
* score: Statically initialize IO managerSebastian Huber2014-04-106-109/+18
* pppd: Delete exampleSebastian Huber2014-04-108-340/+0
* score: Fix workspace size estimate for TLSSebastian Huber2014-04-093-4/+17
* score: Fix for empty heapSebastian Huber2014-04-071-1/+6
* score: Use proper protectionSebastian Huber2014-04-071-6/+7
* score: Lazy key value pair allocationSebastian Huber2014-04-071-9/+13
* score: Delete _Thread_Ticks_per_timesliceSebastian Huber2014-04-078-15/+18
* score: Delete _Thread_Maximum_extensionsSebastian Huber2014-04-073-18/+6
* score: Fix POSIX threads size estimateSebastian Huber2014-04-071-12/+12
* score: Fix workspace size estimateSebastian Huber2014-04-071-7/+11
* score: Clarify CPU port alignment requirementsSebastian Huber2014-04-072-9/+42
* Disable per task variables when SMP is enabledJoel Sherrill2014-04-0411-30/+80
* schedulerpriorityaffinitysmp.h: Fix compilation error introduced by recent ch...Joel Sherrill2014-04-041-2/+6
* privateenv.c: Remove unused variable warningJoel Sherrill2014-04-041-1/+0
* score: Add scheduler control to scheduler opsSebastian Huber2014-04-0480-380/+756
* score: Add and use Scheduler_simple_ControlSebastian Huber2014-04-046-18/+28
* score: Add and use Scheduler_EDF_ControlSebastian Huber2014-04-047-30/+45
* 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
* pthreadimpl.h: Conditionalize thread affinity copyingJoel Sherrill2014-04-031-1/+1
* pthreadcreate.c: Fix bug where attr used instead of the_attrJoel Sherrill2014-04-031-14/+13
* pthread.c: Conditionalize thread affinity initializationJoel Sherrill2014-04-031-1/+1
* posix: Move affinity from thread to scheduler.Jennifer Averett2014-04-034-21/+28
* posix: Modified pthread init to use cpuset default.Jennifer Averett2014-04-031-12/+8
* rtems: Move affinity from thread to scheduler.Jennifer Averett2014-04-032-9/+9
* sapi: Add priority affinity smp scheduler.Jennifer Averett2014-04-031-0/+22
* 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-0321-254/+334
* score: Rename Priority_bit_map_ControlSebastian Huber2014-04-0332-58/+58
* score: PR788: Add INTERNAL_ERROR_RESOURCE_IN_USESebastian Huber2014-04-033-2/+12
* score: Move __log2table to separate fileSebastian Huber2014-04-013-21/+44
* ringbuf: Fix ISR lock initialization/destructionSebastian Huber2014-04-011-0/+6
* 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-318-34/+16
* score: Delete CORE_mutex_Control::holder_idSebastian Huber2014-03-315-11/+8
* 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-3162-317/+417
* score: Use thread life protection for API mutexesSebastian Huber2014-03-313-36/+46
* score: Relax Giant lock usage for API mutexesSebastian Huber2014-03-313-5/+6
* score: Thread life cycle re-implementationSebastian Huber2014-03-3123-308/+623
* score: Replace _Thread_Reset()Sebastian Huber2014-03-311-23/+18
* score: Add parameter to _Thread_Restart()Sebastian Huber2014-03-313-12/+11
* score: Fix thread restart extensions contextSebastian Huber2014-03-313-7/+17
* score: Reduce _Thread_Reset() parametersSebastian Huber2014-03-311-19/+7