summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Delete unused CPU_UNROLL_ENQUEUE_PRIORITYSebastian Huber2015-03-051-2/+0
* ARM: Fix _ARMV4_Exception_fiq_defaultMartin Galvan2015-02-271-0/+8
* score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber2015-02-171-0/+2
* arm: Fix compile error for ARMv6-M multilibSebastian Huber2015-01-092-2/+5
* arm: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPECSebastian Huber2014-11-251-1/+1
* arm: Fix warningSebastian Huber2014-10-101-0/+6
* arm/rtems/score/cpu.h: _ARMV7M_Start_multitasking needed RTEMS_COMPILER_NO_RE...Joel Sherrill2014-10-091-1/+2
* Let CPU/BSP Fatal handler have access to sourceDaniel Hellstrom2014-09-101-1/+1
* arm: PR2186: Fix compile errorSebastian Huber2014-08-141-2/+4
* arm: Add support for FPv4-SP floating point unitSebastian Huber2014-08-1212-45/+179
* score: PR2183: Fix context switch on SMPSebastian Huber2014-07-043-24/+58
* arm: Use local label in _CPU_Context_restore()Sebastian Huber2014-07-011-2/+2
* arm: Add ARM_MULTILIB_HAS_BARRIER_INSTRUCTIONSSebastian Huber2014-06-022-0/+7
* score: Fix CPU context usage on SMPSebastian Huber2014-05-083-17/+23
* score: Implement forced thread migrationSebastian Huber2014-05-073-0/+48
* score: Statically initialize _ISR_Vector_tableSebastian Huber2014-04-291-4/+0
* score: SMP initialization changesSebastian Huber2014-04-141-1/+5
* score: Rename Priority_bit_map_ControlSebastian Huber2014-04-031-1/+1
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2138-38/+38
* arm: Add support for interrupt profilingSebastian Huber2014-03-141-0/+20
* arm: Fix stack alignment in interrupt handlerSebastian Huber2014-03-101-29/+19
* score: _CPU_SMP_Get_current_processor()Sebastian Huber2014-02-211-3/+2
* score: Rename bsp_smp_initialize()Sebastian Huber2014-02-191-0/+2
* score: Delete _Thread_BSP_contextSebastian Huber2014-02-192-35/+6
* score: Use atomic API for SMP lockSebastian Huber2014-02-173-106/+0
* score: Remove volatile from asm statementsSebastian Huber2014-02-141-1/+1
* score: Add CPU counter supportSebastian Huber2014-02-141-0/+9
* score: _CPU_Context_switch_to_first_task_smp()Sebastian Huber2014-02-051-3/+0
* Add thread-local storage (TLS) supportSebastian Huber2014-02-048-3/+131
* 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
* arm: Clear reservationsSebastian Huber2013-12-032-1/+2
* arm: Fix inconsistent define usageSebastian Huber2013-09-061-2/+3
* score: Simplify <rtems/score/cpuatomic.h>WeiY2013-08-281-30/+6
* arm: Make barrier operations more visibleSebastian Huber2013-08-221-10/+15
* arm: Per-CPU thread dispatch disableSebastian Huber2013-08-091-51/+25
* score/cpu: Add CPU_Per_CPU_controlSebastian Huber2013-08-091-0/+6
* arm: Fix ISR level context initializationSebastian Huber2013-08-051-1/+2
* arm: Fix CPU_MODES_INTERRUPT_MASKSebastian Huber2013-08-052-4/+6
* Include missing <rtems/score/threaddispatch.h>Sebastian Huber2013-07-261-1/+2
* smp: Rename _CPU_Processor_event_receive()Sebastian Huber2013-07-171-1/+1
* smp: Rename _CPU_Processor_event_broadcast()Sebastian Huber2013-07-171-1/+1
* smp: Add and use _CPU_SMP_Send_interrupt()Sebastian Huber2013-07-171-0/+2
* smp: Add and use _CPU_SMP_Get_current_processor()Sebastian Huber2013-07-171-0/+14
* update-all-architectures-to-new-atomic-implementationWeiY2013-07-171-6/+4
* arm: Fix exception frame informationSebastian Huber2013-07-161-1/+1
* bsps/arm: Fix printk args to match formatRic Claus2013-07-151-7/+7
* arm: Fix default exception prologuesChris Johns2013-06-211-0/+6
* smp: Add ARM supportSebastian Huber2013-05-316-2/+180
* arm: Add CPU specific idle thread for ARMv7Sebastian Huber2013-05-274-4/+10