summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* sparc: Increase CPU_STRUCTURE_ALIGNMENT to 32Sebastian Huber2014-02-131-1/+1
* sparc: Save/restore only non-volatile contextSebastian Huber2014-02-122-64/+74
* score: _CPU_Context_switch_to_first_task_smp()Sebastian Huber2014-02-054-23/+0
* Add thread-local storage (TLS) supportSebastian Huber2014-02-0437-52/+270
* arm: Add ARMv7-M SHCSR register bitsSebastian Huber2014-01-101-0/+6
* arm: Fix set by but not used warningSebastian Huber2013-12-161-1/+2
* no_cpu/cpusmplock.h: Clean up to be compilableJoel Sherrill2013-12-141-0/+4
* arm: Clear reservationsSebastian Huber2013-12-032-1/+2
* nios2: TyposSebastian Huber2013-11-261-2/+2
* powerpc: Add r2 to CPU contextSebastian Huber2013-11-183-11/+13
* powerpc: Do not validate reserved XER bitsSebastian Huber2013-11-181-2/+2
* no_cpu/.../cpu.h: Comment improvementJoel Sherrill2013-11-141-0/+5
* mips/.../cpu.h: Comment improvementJoel Sherrill2013-11-141-1/+3
* arm: Fix inconsistent define usageSebastian Huber2013-09-061-2/+3
* nios2: Include proper header fileSebastian Huber2013-09-031-1/+1
* score: Simplify <rtems/score/cpuatomic.h>WeiY2013-08-2817-510/+102
* arm: Make barrier operations more visibleSebastian Huber2013-08-221-10/+15
* powerpc: Fix _CPU_Context_validate()Sebastian Huber2013-08-131-1/+1
* sparc: Make _CPU_ISR_Dispatch_disable per-CPUSebastian Huber2013-08-092-17/+21
* sparc: Move _CPU_Context_switch(), etc.Sebastian Huber2013-08-091-224/+0
* arm: Per-CPU thread dispatch disableSebastian Huber2013-08-091-51/+25
* score: Per-CPU thread dispatch disable levelSebastian Huber2013-08-094-17/+14
* score/cpu: Add CPU_Per_CPU_controlSebastian Huber2013-08-0918-2/+123
* arm: Fix ISR level context initializationSebastian Huber2013-08-051-1/+2
* arm: Fix CPU_MODES_INTERRUPT_MASKSebastian Huber2013-08-052-4/+6
* bfin/cpu.h: Remove duplicate definition of CPU_SIMPLE_VECTORED_INTERRUPTSJoel Sherrill2013-08-011-13/+0
* score/cpu: Fix _CPU_SMP_lock_Acquire()Sebastian Huber2013-07-302-2/+2
* score/i386: Fix _CPU_Fatal_halt()Sebastian Huber2013-07-301-1/+2
* Include missing <rtems/score/threaddispatch.h>Sebastian Huber2013-07-262-4/+3
* score: PR1782: CPU_USE_DEFERRED_FP_SWITCHSebastian Huber2013-07-232-2/+10
* smp: Rename _CPU_Processor_event_receive()Sebastian Huber2013-07-175-6/+6
* smp: Rename _CPU_Processor_event_broadcast()Sebastian Huber2013-07-175-6/+6
* smp: Add and use _CPU_SMP_Send_interrupt()Sebastian Huber2013-07-175-0/+17
* smp: Add and use _CPU_SMP_Get_current_processor()Sebastian Huber2013-07-175-0/+46
* update-all-architectures-to-new-atomic-implementationWeiY2013-07-1717-911/+79
* arm: Fix exception frame informationSebastian Huber2013-07-161-1/+1
* bsps/arm: Fix printk args to match formatRic Claus2013-07-151-7/+7
* powerpc: Fix Altivec supportSebastian Huber2013-06-261-4/+4
* arm: Fix default exception prologuesChris Johns2013-06-211-0/+6
* documentation: Fix Doxygen commentsSebastian Huber2013-06-141-4/+4
* score: Add and use _Thread_Dispatch_is_enabled()Sebastian Huber2013-06-142-2/+2
* smp: Add ARM supportSebastian Huber2013-05-316-2/+180
* smp: Add PowerPC supportSebastian Huber2013-05-314-1/+116
* smp: New SMP lock APISebastian Huber2013-05-3111-27/+334
* smp: Simplify SMP initialization sequenceSebastian Huber2013-05-293-0/+51
* arm: Add CPU specific idle thread for ARMv7Sebastian Huber2013-05-274-4/+10
* arm: Fix CPSR and SPSR accessSebastian Huber2013-05-272-8/+8
* arm: Support VFP-D32 and NeonSebastian Huber2013-05-109-38/+393
* arm: Simplify architecture selectionSebastian Huber2013-05-101-63/+5
* score: Add CPU context validationSebastian Huber2013-05-1027-0/+889