summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-08configure: Paravirtualization for all targetsSebastian Huber1-7/+3
2014-05-07rtems: Fix ASR SMP supportSebastian Huber2-3/+24
2014-05-07score: Fix SMP startupSebastian Huber1-1/+3
2014-05-07score: Implement forced thread migrationSebastian Huber29-137/+403
2014-05-07score: Delete _SMP_Test_message_default_handlerSebastian Huber1-7/+1
2014-05-07score: DocumentationSebastian Huber2-4/+12
2014-05-06posix: Fix POSIX keys initializationSebastian Huber1-5/+5
2014-05-05score: Use atomic operations for SMP messagesSebastian Huber3-19/+15
2014-05-05score: Add SMP test message handlerSebastian Huber2-0/+36
2014-05-05score: SMP_FATAL_SCHEDULER_WITHOUT_PROCESSORSSebastian Huber5-23/+29
2014-05-05score: Fix TLS size usageSebastian Huber3-7/+11
2014-04-30score: TypoSebastian Huber1-1/+1
2014-04-29score: Statically initialize _ISR_Vector_tableSebastian Huber16-141/+26
2014-04-29sapi: Report profiling only if enabled for testsSebastian Huber1-0/+2
2014-04-28score: Avoid copy and pasteSebastian Huber1-19/+15
2014-04-28sapi: Add profiling done messageSebastian Huber1-0/+6
2014-04-28sapi: Add arithmetic means to XML profiling reportSebastian Huber1-9/+62
2014-04-28sparc: Add _CPU_Get_current_per_CPU_control()Sebastian Huber2-33/+36
2014-04-28sparc: Optimize context switchSebastian Huber2-51/+48
2014-04-28score: Add _CPU_Get_current_per_CPU_control()Sebastian Huber2-3/+25
2014-04-27rtems: Account for the network semaphore.Chris Johns1-1/+8
2014-04-25sapi: Fix condef.h compile error for disabled network configuration.Jennifer Averett1-0/+2
2014-04-25libfs/rfs: Fix the fstime failures for the RFS file system.Chris Johns2-12/+22
2014-04-25rtems: Account for file system semaphores.Chris Johns1-2/+32
2014-04-22mpci.c: Now compiles againJoel Sherrill1-1/+3
2014-04-22score: Use common names for per-CPU variablesSebastian Huber15-183/+183
2014-04-22score: Fix warningSebastian Huber1-2/+0
2014-04-22score: Delete superfluous assignmentsSebastian Huber1-7/+0
2014-04-22score: Simplify Giant lockSebastian Huber1-9/+7
2014-04-22score: Use _Per_CPU_Get_snapshot()Sebastian Huber1-1/+1
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