summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-03arm: Fix printk warnings.Chris Johns1-16/+18
2016-05-20score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber1-2/+2
2016-03-04score: Add CPU_MAXIMUM_PROCESSORSSebastian Huber1-0/+2
2016-02-19_ARMV7M_Is_vector_an_irq: Use ARMV7M_VECTOR_SYSTICK instead of hardcoded 16Martin Galvan1-1/+2
2016-02-04arm: Fix Cortex-M7 supportSebastian Huber1-1/+2
2016-01-26score: Introduce CPU_CACHE_LINE_BYTESSebastian Huber1-2/+4
2016-01-25score: Delete obsolete CPU_TIMESTAMP_* definesSebastian Huber1-2/+0
2016-01-21arm: Use DWT CYCCNT for timecounter if availableSebastian Huber1-0/+27
2016-01-15arm: Honor cache for Cortex-M7 supportSebastian Huber1-2/+11
2016-01-15arm: Accept Cortex-M7 multilibSebastian Huber1-1/+1
2015-11-12Fix interrupt epilogue for ARMv7-AR and PowerPCSebastian Huber1-0/+27
2015-10-26basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber1-2/+2
2015-09-28SMP: Fix and optimize thread dispatchingSebastian Huber1-15/+12
2015-09-23ARMv7M: Improve exception handler routine and add comments on SP selectionMartin Galvan1-11/+21
2015-09-23Fix exception handler for supporting FPUSudarshan Rajagopalan1-4/+4
2015-09-01arm: Replace __sync_synchronize() implementationSebastian Huber1-8/+19
2015-09-01arm: Use compiler memory barrier by defaultSebastian Huber1-1/+7
2015-08-01Add __synch_synchronize function for armJan Sommer2-0/+10
2015-07-23arm: Include proper header fileSebastian Huber1-3/+3
2015-06-26score: Simplify <rtems/system.h>Sebastian Huber1-0/+1
2015-06-15arm: Implement _CPU_ISR_Get_level() for ARMv7-MSebastian Huber1-3/+3
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