summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-17score: Clarify TLS supportSebastian Huber4-5/+5
2014-04-17doc: rtems_task_set_scheduler()Sebastian Huber1-0/+3
2014-04-17doc: rtems_get_processor_count()Sebastian Huber1-8/+5
2014-04-17sapi: Fix CONFIGURE_UNLIMITED_OBJECTSSebastian Huber1-6/+8
2014-04-17sapi: Error case for CONFIGURE_UNLIMITED_OBJECTSSebastian Huber1-0/+6
2014-04-16rtems: Add const qualifierSebastian Huber2-6/+6
2014-04-16score: DocumentationSebastian Huber1-0/+5
2014-04-16score: Critical fix for SMPSebastian Huber3-18/+21
2014-04-15score: Add clustered/partitioned schedulingSebastian Huber20-91/+486
2014-04-15rtems: Add task get/set schedulerSebastian Huber5-0/+180
2014-04-15rtems: Add scheduler get processorsSebastian Huber4-0/+92
2014-04-15rtems: Add scheduler identificationSebastian Huber6-1/+85
2014-04-15score: Add scheduler nameSebastian Huber3-22/+70
2014-04-15score: Task get/set affinitySebastian Huber9-90/+243
2014-04-15score: Simplify thread control initializationSebastian Huber25-419/+200
2014-04-15score: Static scheduler configurationSebastian Huber79-662/+867
2014-04-15score: Add and use RTEMS_ZERO_LENGTH_ARRAYSebastian Huber3-2/+9
2014-04-14capture: Use ISR lock for SMP supportSebastian Huber1-71/+72
2014-04-14score: SMP initialization changesSebastian Huber7-19/+85
2014-04-14score: Add _Per_CPU_Get_snapshot()Sebastian Huber1-3/+12
2014-04-14sparc: Use __leon__ multilib defineSebastian Huber1-1/+8
2014-04-11rtems: Rename rtems_smp_get_current_processor()Sebastian Huber4-7/+31
2014-04-11rtems: Rename rtems_smp_get_processor_count()Sebastian Huber5-6/+31
2014-04-10score: Statically initialize IO managerSebastian Huber6-109/+18
2014-04-10pppd: Delete exampleSebastian Huber8-340/+0
2014-04-09score: Fix workspace size estimate for TLSSebastian Huber3-4/+17
2014-04-07score: Fix for empty heapSebastian Huber1-1/+6
2014-04-07score: Use proper protectionSebastian Huber1-6/+7
2014-04-07score: Lazy key value pair allocationSebastian Huber1-9/+13
2014-04-07score: Delete _Thread_Ticks_per_timesliceSebastian Huber8-15/+18
2014-04-07score: Delete _Thread_Maximum_extensionsSebastian Huber3-18/+6
2014-04-07score: Fix POSIX threads size estimateSebastian Huber1-12/+12
2014-04-07score: Fix workspace size estimateSebastian Huber1-7/+11
2014-04-07score: Clarify CPU port alignment requirementsSebastian Huber2-9/+42
2014-04-04Disable per task variables when SMP is enabledJoel Sherrill11-30/+80
2014-04-04schedulerpriorityaffinitysmp.h: Fix compilation error introduced by recent ch...Joel Sherrill1-2/+6
2014-04-04privateenv.c: Remove unused variable warningJoel Sherrill1-1/+0
2014-04-04score: Add scheduler control to scheduler opsSebastian Huber80-380/+756
2014-04-04score: Add and use Scheduler_simple_ControlSebastian Huber6-18/+28
2014-04-04score: Add and use Scheduler_EDF_ControlSebastian Huber7-30/+45
2014-04-04score: Delete superfluous fieldSebastian Huber1-5/+0
2014-04-04score: Include missing header fileSebastian Huber1-5/+8
2014-04-04score: Move declaration to end of fileSebastian Huber1-7/+6
2014-04-03pthreadimpl.h: Conditionalize thread affinity copyingJoel Sherrill1-1/+1
2014-04-03pthreadcreate.c: Fix bug where attr used instead of the_attrJoel Sherrill1-14/+13
2014-04-03pthread.c: Conditionalize thread affinity initializationJoel Sherrill1-1/+1
2014-04-03posix: Move affinity from thread to scheduler.Jennifer Averett4-21/+28
2014-04-03posix: Modified pthread init to use cpuset default.Jennifer Averett1-12/+8
2014-04-03rtems: Move affinity from thread to scheduler.Jennifer Averett2-9/+9
2014-04-03sapi: Add priority affinity smp scheduler.Jennifer Averett1-0/+22