summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtems: Rename rtems_smp_get_processor_count()Sebastian Huber2014-04-1129-41/+66
* score: Statically initialize IO managerSebastian Huber2014-04-1010-148/+54
* documentation: ClarifySebastian Huber2014-04-101-1/+1
* documentation: Move CONFIGURE_MAXIMUM_DEVICESSebastian Huber2014-04-101-33/+33
* pppd: Delete exampleSebastian Huber2014-04-108-340/+0
* score: Fix workspace size estimate for TLSSebastian Huber2014-04-093-4/+17
* sptests/sp37: Account for internal struct alignSebastian Huber2014-04-091-2/+10
* smptests/smpschedule01: Rename in smpscheduler01Sebastian Huber2014-04-097-23/+23
* sptests/sp68: Fix configurationSebastian Huber2014-04-071-0/+2
* score: Fix for empty heapSebastian Huber2014-04-071-1/+6
* psxtests/psxkey02: Test for proper error caseSebastian Huber2014-04-072-37/+14
* score: Use proper protectionSebastian Huber2014-04-071-6/+7
* tmtests/tm21: Fix configurationSebastian Huber2014-04-072-2/+4
* sptests/spwatchdog: Fix for short enumsSebastian Huber2014-04-071-4/+11
* score: Lazy key value pair allocationSebastian Huber2014-04-071-9/+13
* score: Delete _Thread_Ticks_per_timesliceSebastian Huber2014-04-079-16/+18
* score: Delete _Thread_Maximum_extensionsSebastian Huber2014-04-074-19/+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-0416-44/+119
* rhealstone/rhmlatency: Fix configurationSebastian Huber2014-04-041-0/+2
* sparc/shared/.../linkcmds.base: Correct C++ supportJoel Sherrill2014-04-041-7/+6
* 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-0482-386/+768
* 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
* leon2 ckinit.c, console.c: Comment clean upJoel Sherrill2014-04-032-26/+5
* leon2/Makefile.am: Change to one file per lineJoel Sherrill2014-04-031-7/+16
* erc32/Makefile.am: Change to one file per lineJoel Sherrill2014-04-031-7/+17
* psim/console/console-io.c: Comment clean upJoel Sherrill2014-04-031-1/+3
* sim68000/console/conscfg.c: Comment clean upJoel Sherrill2014-04-031-2/+0
* h8sim/console/console-io.c: Comment clean upJoel Sherrill2014-04-031-1/+3
* 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
* smpaffinity01: Use Priority Affinity SMP scheduler.Jennifer Averett2014-04-031-1/+2
* smppsxaffinity01: Use Priority Affinity SMP scheduler.Jennifer Averett2014-04-031-0/+1
* smppsxaffinity02: Use Priority Affinity SMP scheduler.Jennifer Averett2014-04-031-0/+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