summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* configure: Paravirtualization for all targetsSebastian Huber2014-05-081-7/+3
* rtems: Fix ASR SMP supportSebastian Huber2014-05-072-3/+24
* score: Fix SMP startupSebastian Huber2014-05-071-1/+3
* score: Implement forced thread migrationSebastian Huber2014-05-0729-137/+403
* score: Delete _SMP_Test_message_default_handlerSebastian Huber2014-05-071-7/+1
* score: DocumentationSebastian Huber2014-05-072-4/+12
* posix: Fix POSIX keys initializationSebastian Huber2014-05-061-5/+5
* score: Use atomic operations for SMP messagesSebastian Huber2014-05-053-19/+15
* score: Add SMP test message handlerSebastian Huber2014-05-052-0/+36
* score: SMP_FATAL_SCHEDULER_WITHOUT_PROCESSORSSebastian Huber2014-05-055-23/+29
* score: Fix TLS size usageSebastian Huber2014-05-053-7/+11
* score: TypoSebastian Huber2014-04-301-1/+1
* score: Statically initialize _ISR_Vector_tableSebastian Huber2014-04-2916-141/+26
* sapi: Report profiling only if enabled for testsSebastian Huber2014-04-291-0/+2
* score: Avoid copy and pasteSebastian Huber2014-04-281-19/+15
* sapi: Add profiling done messageSebastian Huber2014-04-281-0/+6
* sapi: Add arithmetic means to XML profiling reportSebastian Huber2014-04-281-9/+62
* sparc: Add _CPU_Get_current_per_CPU_control()Sebastian Huber2014-04-282-33/+36
* sparc: Optimize context switchSebastian Huber2014-04-282-51/+48
* score: Add _CPU_Get_current_per_CPU_control()Sebastian Huber2014-04-282-3/+25
* rtems: Account for the network semaphore.Chris Johns2014-04-271-1/+8
* sapi: Fix condef.h compile error for disabled network configuration.Jennifer Averett2014-04-251-0/+2
* libfs/rfs: Fix the fstime failures for the RFS file system.Chris Johns2014-04-252-12/+22
* rtems: Account for file system semaphores.Chris Johns2014-04-251-2/+32
* mpci.c: Now compiles againJoel Sherrill2014-04-221-1/+3
* score: Use common names for per-CPU variablesSebastian Huber2014-04-2215-183/+183
* score: Fix warningSebastian Huber2014-04-221-2/+0
* score: Delete superfluous assignmentsSebastian Huber2014-04-221-7/+0
* score: Simplify Giant lockSebastian Huber2014-04-221-9/+7
* score: Use _Per_CPU_Get_snapshot()Sebastian Huber2014-04-221-1/+1
* score: Clarify TLS supportSebastian Huber2014-04-174-5/+5
* doc: rtems_task_set_scheduler()Sebastian Huber2014-04-171-0/+3
* doc: rtems_get_processor_count()Sebastian Huber2014-04-171-8/+5
* sapi: Fix CONFIGURE_UNLIMITED_OBJECTSSebastian Huber2014-04-171-6/+8
* sapi: Error case for CONFIGURE_UNLIMITED_OBJECTSSebastian Huber2014-04-171-0/+6
* rtems: Add const qualifierSebastian Huber2014-04-162-6/+6
* score: DocumentationSebastian Huber2014-04-161-0/+5
* score: Critical fix for SMPSebastian Huber2014-04-163-18/+21
* score: Add clustered/partitioned schedulingSebastian Huber2014-04-1520-91/+486
* rtems: Add task get/set schedulerSebastian Huber2014-04-155-0/+180
* rtems: Add scheduler get processorsSebastian Huber2014-04-154-0/+92
* rtems: Add scheduler identificationSebastian Huber2014-04-156-1/+85
* score: Add scheduler nameSebastian Huber2014-04-153-22/+70
* score: Task get/set affinitySebastian Huber2014-04-159-90/+243
* score: Simplify thread control initializationSebastian Huber2014-04-1525-419/+200
* score: Static scheduler configurationSebastian Huber2014-04-1579-662/+867
* score: Add and use RTEMS_ZERO_LENGTH_ARRAYSebastian Huber2014-04-153-2/+9
* capture: Use ISR lock for SMP supportSebastian Huber2014-04-141-71/+72
* score: SMP initialization changesSebastian Huber2014-04-147-19/+85
* score: Add _Per_CPU_Get_snapshot()Sebastian Huber2014-04-141-3/+12