summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Clarify CPU port alignment requirementsSebastian Huber2014-04-071-7/+9
* score: Rename Priority_bit_map_ControlSebastian Huber2014-04-0329-29/+29
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-21204-204/+204
* arm: Add support for interrupt profilingSebastian Huber2014-03-141-0/+20
* arm: Fix stack alignment in interrupt handlerSebastian Huber2014-03-101-29/+19
* score: SMP initialization and shutdown changesSebastian Huber2014-03-061-2/+2
* sparc: Fix CPU counter supportSebastian Huber2014-02-243-2/+84
* score: _CPU_SMP_Get_current_processor()Sebastian Huber2014-02-216-11/+8
* score: Rename _Internal_error_Occurred()Sebastian Huber2014-02-214-4/+4
* score: Rename bsp_smp_initialize()Sebastian Huber2014-02-195-0/+26
* score: Delete _Thread_BSP_contextSebastian Huber2014-02-192-35/+6
* powerpc: Change interrupt disable implemetationSebastian Huber2014-02-193-19/+36
* score: Use atomic API for SMP lockSebastian Huber2014-02-1715-544/+0
* sparc: Add atomic support for SPARC V8Sebastian Huber2014-02-172-0/+203
* sparc: Add LEON3_ASR17_PROCESSOR_INDEX_SHIFTSebastian Huber2014-02-141-0/+14
* score: Remove volatile from asm statementsSebastian Huber2014-02-142-2/+2
* score: Add CPU counter supportSebastian Huber2014-02-1434-0/+288
* 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