summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-10arm: Align ARM exception frame to 8 bytesDaniel Krueger2-1/+7
2015-03-16cpukit: add and use CPU_Uint32ptr typeGedare Bloom1-0/+3
2015-03-05score: Delete unused CPU_UNROLL_ENQUEUE_PRIORITYSebastian Huber1-2/+0
2015-02-27ARM: Fix _ARMV4_Exception_fiq_defaultMartin Galvan1-0/+8
2015-02-17score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber1-0/+2
2015-01-09arm: Fix compile error for ARMv6-M multilibSebastian Huber2-2/+5
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-14arm: PR2186: Fix compile errorSebastian Huber1-2/+4
2014-08-12arm: Add support for FPv4-SP floating point unitSebastian Huber12-45/+179
2014-07-04score: PR2183: Fix context switch on SMPSebastian Huber3-24/+58
2014-07-01arm: Use local label in _CPU_Context_restore()Sebastian Huber1-2/+2
2014-06-02arm: Add ARM_MULTILIB_HAS_BARRIER_INSTRUCTIONSSebastian Huber2-0/+7
2014-05-08score: Fix CPU context usage on SMPSebastian Huber3-17/+23
2014-05-07score: Implement forced thread migrationSebastian Huber3-0/+48
2014-04-29score: Statically initialize _ISR_Vector_tableSebastian Huber1-4/+0
2014-04-14score: SMP initialization changesSebastian Huber1-1/+5
2014-04-03score: Rename Priority_bit_map_ControlSebastian Huber1-1/+1
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns38-38/+38
2014-03-14arm: Add support for interrupt profilingSebastian Huber1-0/+20
2014-03-10arm: Fix stack alignment in interrupt handlerSebastian Huber1-29/+19
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 Huber2-35/+6
2014-02-17score: Use atomic API for SMP lockSebastian Huber3-106/+0
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 Huber8-3/+131
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-03arm: Clear reservationsSebastian Huber2-1/+2
2013-09-06arm: Fix inconsistent define usageSebastian Huber1-2/+3
2013-08-28score: Simplify <rtems/score/cpuatomic.h>WeiY1-30/+6
2013-08-22arm: Make barrier operations more visibleSebastian Huber1-10/+15
2013-08-09arm: Per-CPU thread dispatch disableSebastian Huber1-51/+25
2013-08-09score/cpu: Add CPU_Per_CPU_controlSebastian Huber1-0/+6
2013-08-05arm: Fix ISR level context initializationSebastian Huber1-1/+2
2013-08-05arm: Fix CPU_MODES_INTERRUPT_MASKSebastian Huber2-4/+6
2013-07-26Include missing <rtems/score/threaddispatch.h>Sebastian Huber1-1/+2
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-07-17update-all-architectures-to-new-atomic-implementationWeiY1-6/+4
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-21arm: Fix default exception prologuesChris Johns1-0/+6