summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-17score: Use atomic API for SMP lockSebastian Huber15-544/+0
2014-02-17sparc: Add atomic support for SPARC V8Sebastian Huber2-0/+203
2014-02-14sparc: Add LEON3_ASR17_PROCESSOR_INDEX_SHIFTSebastian Huber1-0/+14
2014-02-14score: Remove volatile from asm statementsSebastian Huber2-2/+2
2014-02-14score: Add CPU counter supportSebastian Huber34-0/+288
2014-02-13sparc: Increase CPU_STRUCTURE_ALIGNMENT to 32Sebastian Huber1-1/+1
2014-02-12sparc: Save/restore only non-volatile contextSebastian Huber2-64/+74
2014-02-05score: _CPU_Context_switch_to_first_task_smp()Sebastian Huber4-23/+0
2014-02-04Add thread-local storage (TLS) supportSebastian Huber37-52/+270
2014-01-10arm: Add ARMv7-M SHCSR register bitsSebastian Huber1-0/+6
2013-12-16arm: Fix set by but not used warningSebastian Huber1-1/+2
2013-12-14no_cpu/cpusmplock.h: Clean up to be compilableJoel Sherrill1-0/+4
2013-12-03arm: Clear reservationsSebastian Huber2-1/+2
2013-11-26nios2: TyposSebastian Huber1-2/+2
2013-11-18powerpc: Add r2 to CPU contextSebastian Huber3-11/+13
2013-11-18powerpc: Do not validate reserved XER bitsSebastian Huber1-2/+2
2013-11-14no_cpu/.../cpu.h: Comment improvementJoel Sherrill1-0/+5
2013-11-14mips/.../cpu.h: Comment improvementJoel Sherrill1-1/+3
2013-09-06arm: Fix inconsistent define usageSebastian Huber1-2/+3
2013-09-03nios2: Include proper header fileSebastian Huber1-1/+1
2013-08-28score: Simplify <rtems/score/cpuatomic.h>WeiY17-510/+102
2013-08-22arm: Make barrier operations more visibleSebastian Huber1-10/+15
2013-08-13powerpc: Fix _CPU_Context_validate()Sebastian Huber1-1/+1
2013-08-09sparc: Make _CPU_ISR_Dispatch_disable per-CPUSebastian Huber2-17/+21
2013-08-09sparc: Move _CPU_Context_switch(), etc.Sebastian Huber1-224/+0
2013-08-09arm: Per-CPU thread dispatch disableSebastian Huber1-51/+25
2013-08-09score: Per-CPU thread dispatch disable levelSebastian Huber4-17/+14
2013-08-09score/cpu: Add CPU_Per_CPU_controlSebastian Huber18-2/+123
2013-08-05arm: Fix ISR level context initializationSebastian Huber1-1/+2
2013-08-05arm: Fix CPU_MODES_INTERRUPT_MASKSebastian Huber2-4/+6
2013-08-01bfin/cpu.h: Remove duplicate definition of CPU_SIMPLE_VECTORED_INTERRUPTSJoel Sherrill1-13/+0
2013-07-30score/cpu: Fix _CPU_SMP_lock_Acquire()Sebastian Huber2-2/+2
2013-07-30score/i386: Fix _CPU_Fatal_halt()Sebastian Huber1-1/+2
2013-07-26Include missing <rtems/score/threaddispatch.h>Sebastian Huber2-4/+3
2013-07-23score: PR1782: CPU_USE_DEFERRED_FP_SWITCHSebastian Huber2-2/+10
2013-07-17smp: Rename _CPU_Processor_event_receive()Sebastian Huber5-6/+6
2013-07-17smp: Rename _CPU_Processor_event_broadcast()Sebastian Huber5-6/+6
2013-07-17smp: Add and use _CPU_SMP_Send_interrupt()Sebastian Huber5-0/+17
2013-07-17smp: Add and use _CPU_SMP_Get_current_processor()Sebastian Huber5-0/+46
2013-07-17update-all-architectures-to-new-atomic-implementationWeiY17-911/+79
2013-07-16arm: Fix exception frame informationSebastian Huber1-1/+1
2013-07-15bsps/arm: Fix printk args to match formatRic Claus1-7/+7
2013-06-26powerpc: Fix Altivec supportSebastian Huber1-4/+4
2013-06-21arm: Fix default exception prologuesChris Johns1-0/+6
2013-06-14documentation: Fix Doxygen commentsSebastian Huber1-4/+4
2013-06-14score: Add and use _Thread_Dispatch_is_enabled()Sebastian Huber2-2/+2
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 Huber11-27/+334
2013-05-29smp: Simplify SMP initialization sequenceSebastian Huber3-0/+51