summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/include/rtems/score/cpu.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-26basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber1-2/+2
2015-09-01arm: Use compiler memory barrier by defaultSebastian Huber1-1/+7
2015-04-10arm: Align ARM exception frame to 8 bytesDaniel Krueger1-1/+2
2015-03-05score: Delete unused CPU_UNROLL_ENQUEUE_PRIORITYSebastian Huber1-2/+0
2015-02-17score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber1-0/+2
2015-01-09arm: Fix compile error for ARMv6-M multilibSebastian Huber1-2/+2
2014-11-25arm: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPECSebastian Huber1-1/+1
2014-10-10arm: Fix warningSebastian Huber1-0/+6
2014-10-09arm/rtems/score/cpu.h: _ARMV7M_Start_multitasking needed RTEMS_COMPILER_NO_RE...Joel Sherrill1-1/+2
2014-09-10Let CPU/BSP Fatal handler have access to sourceDaniel Hellstrom1-1/+1
2014-08-12arm: Add support for FPv4-SP floating point unitSebastian Huber1-4/+4
2014-06-02arm: Add ARM_MULTILIB_HAS_BARRIER_INSTRUCTIONSSebastian Huber1-0/+6
2014-05-08score: Fix CPU context usage on SMPSebastian Huber1-2/+14
2014-05-07score: Implement forced thread migrationSebastian Huber1-0/+16
2014-04-29score: Statically initialize _ISR_Vector_tableSebastian Huber1-4/+0
2014-04-14score: SMP initialization changesSebastian Huber1-1/+5
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-02-21score: _CPU_SMP_Get_current_processor()Sebastian Huber1-3/+2
2014-02-19score: Rename bsp_smp_initialize()Sebastian Huber1-0/+2
2014-02-19score: Delete _Thread_BSP_contextSebastian Huber1-4/+1
2014-02-14score: Remove volatile from asm statementsSebastian Huber1-1/+1
2014-02-14score: Add CPU counter supportSebastian Huber1-0/+9
2014-02-05score: _CPU_Context_switch_to_first_task_smp()Sebastian Huber1-3/+0
2014-02-04Add thread-local storage (TLS) supportSebastian Huber1-1/+9
2013-12-16arm: Fix set by but not used warningSebastian Huber1-1/+2
2013-08-22arm: Make barrier operations more visibleSebastian Huber1-10/+15
2013-08-09score/cpu: Add CPU_Per_CPU_controlSebastian Huber1-0/+6
2013-08-05arm: Fix CPU_MODES_INTERRUPT_MASKSebastian Huber1-1/+1
2013-07-17smp: Rename _CPU_Processor_event_receive()Sebastian Huber1-1/+1
2013-07-17smp: Rename _CPU_Processor_event_broadcast()Sebastian Huber1-1/+1
2013-07-17smp: Add and use _CPU_SMP_Send_interrupt()Sebastian Huber1-0/+2
2013-07-17smp: Add and use _CPU_SMP_Get_current_processor()Sebastian Huber1-0/+14
2013-05-31smp: Add ARM supportSebastian Huber1-0/+38
2013-05-27arm: Add CPU specific idle thread for ARMv7Sebastian Huber1-1/+1
2013-05-10arm: Support VFP-D32 and NeonSebastian Huber1-12/+62
2013-05-10score: Add CPU context validationSebastian Huber1-0/+4
2013-05-03arm: Switch to ARM only for Thumb-1Sebastian Huber1-1/+1
2013-01-10cpukit: Use Consistent Beginning of Doxygen Group NotationJoel Sherrill1-10/+5
2013-01-08score: Doxygen Clean Up Task #15Alex Ivanov1-7/+3
2013-01-07arm: Provide CPU_Exception_frame for ARMv7-MSebastian Huber1-14/+12
2013-01-07arm: Move inline functionsSebastian Huber1-34/+0
2013-01-07arm: Add and use _ARM_Exception_default()Sebastian Huber1-0/+2
2013-01-07arm: Change CPU_Exception_frameSebastian Huber1-23/+15
2013-01-07arm: Move type definition and prototypesSebastian Huber1-10/+0
2013-01-07arm: Move prototypes to new fileSebastian Huber1-4/+0
2013-01-07arm: Delete unused arm_exc_undefined()Sebastian Huber1-2/+0
2012-12-02score misc: Clean up Doxygen #13 (GCI 2012)Mathew Kallada1-0/+8
2012-11-27score: Add CPU_Exception_frameSebastian Huber1-0/+5
2012-11-22score: PR1607: Add and use CPU_SIZEOF_POINTERSebastian Huber1-0/+3
2012-11-21arm: Add _CPU_Thread_Idle_body for ARMv7-MSebastian Huber1-1/+9