summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-17score: Clarify TLS supportSebastian Huber3-3/+3
2014-04-14score: SMP initialization changesSebastian Huber5-12/+56
2014-04-14sparc: Use __leon__ multilib defineSebastian Huber1-1/+8
2014-04-07score: Clarify CPU port alignment requirementsSebastian Huber1-7/+9
2014-04-03score: Rename Priority_bit_map_ControlSebastian Huber29-29/+29
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns204-204/+204
2014-03-14arm: Add support for interrupt profilingSebastian Huber1-0/+20
2014-03-10arm: Fix stack alignment in interrupt handlerSebastian Huber1-29/+19
2014-03-06score: SMP initialization and shutdown changesSebastian Huber1-2/+2
2014-02-24sparc: Fix CPU counter supportSebastian Huber3-2/+84
2014-02-21score: _CPU_SMP_Get_current_processor()Sebastian Huber6-11/+8
2014-02-21score: Rename _Internal_error_Occurred()Sebastian Huber4-4/+4
2014-02-19score: Rename bsp_smp_initialize()Sebastian Huber5-0/+26
2014-02-19score: Delete _Thread_BSP_contextSebastian Huber2-35/+6
2014-02-19powerpc: Change interrupt disable implemetationSebastian Huber3-19/+36
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