summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-14documentation: Fix Doxygen commentsSebastian Huber9-17/+17
2013-06-14scheduler: New simple SMP scheduler implementationSebastian Huber11-411/+293
2013-06-14scheduler: Simplify simple schedulerSebastian Huber3-43/+50
2013-06-14scheduler: Add and use _Scheduler_default_Tick()Sebastian Huber9-139/+32
2013-06-14scheduler: Specify thread of yield operationSebastian Huber9-39/+46
2013-06-14scheduler: Add start idle thread operationSebastian Huber11-8/+79
2013-06-14score: Simplify _Thread_Create_idle()Sebastian Huber1-23/+12
2013-06-14score: Rename rtems_smp_get_number_of_processors()Sebastian Huber5-41/+42
2013-06-14score: Add and use _Thread_Dispatch_if_necessary()Sebastian Huber1-26/+26
2013-06-14score: Add and use _Thread_Dispatch_is_enabled()Sebastian Huber7-45/+18
2013-06-14score: Add _Chain_Insert_ordered_unprotected()Sebastian Huber1-0/+41
2013-06-12smp: Fix _Thread_Dispatch_decrement_disable_levelSebastian Huber1-1/+7
2013-06-12smp: Protect decrement operationSebastian Huber1-4/+4
2013-06-12smp: Add and use _Per_CPU_Lock_acquire()Sebastian Huber2-6/+12
2013-06-12score: Avoid cyclic include dependencySebastian Huber1-1/+2
2013-06-12score: Add missing includeSebastian Huber1-0/+1
2013-06-12score: Always provide <rtems/score/smplock.h>Sebastian Huber4-8/+12
2013-06-07smp: Set state PER_CPU_STATE_UP on main processorSebastian Huber1-4/+6
2013-06-07score: Add and use _Objects_Put()Sebastian Huber11-41/+74
2013-06-07score: Add _Objects_Put_for_get_isr_disable()Sebastian Huber2-0/+20
2013-06-07score: Align _Objects_Get_isr_disable()Sebastian Huber1-2/+1
2013-06-07score: Move thread dispatch content to new fileSebastian Huber25-247/+291
2013-06-07score: Simplify _CORE_mutex_Seize_interrupt_try*Sebastian Huber3-17/+17
2013-06-07score: Simplify _CORE_semaphore_Seize_isr_disableSebastian Huber1-5/+5
2013-06-07score: Simplify _Thread_Create_idle_helper()Sebastian Huber1-9/+0
2013-05-31smp: Add ARM supportSebastian Huber6-2/+180
2013-05-31smp: Add PowerPC supportSebastian Huber4-1/+116
2013-05-31smp: New SMP lock APISebastian Huber18-463/+470
2013-05-31score: Mark as no returnSebastian Huber1-5/+7
2013-05-31score: Remove idle field of Per_CPU_ControlSebastian Huber3-10/+24
2013-05-29smp: Move secondary CPU initialization requestSebastian Huber1-6/+0
2013-05-29smp: Use _CPU_Fatal_halt()Sebastian Huber1-2/+2
2013-05-29smp: Simplify SMP initialization sequenceSebastian Huber8-189/+252
2013-05-29smp: Delete bsp_smp_secondary_cpu_initialize()Sebastian Huber2-21/+19
2013-05-29smp: Delete rtems_smp_send_message()Sebastian Huber1-15/+0
2013-05-29smp: Delete rtems_smp_initialize_per_cpu()Sebastian Huber1-10/+0
2013-05-29smp: Simplify main CPU initializationSebastian Huber2-12/+23
2013-05-29smp: Make CPU_ALLOCATE_INTERRUPT_STACK optionalSebastian Huber2-13/+13
2013-05-29smp: Rely on BSS initializationSebastian Huber1-5/+0
2013-05-29smp: Include missing headerSebastian Huber1-0/+2
2013-05-27arm: Add CPU specific idle thread for ARMv7Sebastian Huber4-4/+10
2013-05-27arm: Fix CPSR and SPSR accessSebastian Huber2-8/+8
2013-05-18score: use reference with strict mutexGedare Bloom1-1/+1
2013-05-16smp: Add maximum_processors field to configSebastian Huber3-10/+2
2013-05-10arm: Support VFP-D32 and NeonSebastian Huber9-38/+393
2013-05-10arm: Simplify architecture selectionSebastian Huber1-63/+5
2013-05-10score: Add CPU context validationSebastian Huber27-0/+889
2013-05-10arm: Add FUNCTION_THUMB_ENTRY(), etc.Sebastian Huber1-0/+17
2013-05-10Revert bootstrap whitespace changes.Chris Johns14-0/+14
2013-05-07sparc: Fix problem with assembler filesSebastian Huber1-1/+1