summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/include/rtems/score/cpu.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-18score: Add _CPU_Context_switch_no_return()Sebastian Huber1-0/+5
2020-12-16arm: Optimize arm_interrupt_disable()Sebastian Huber1-2/+11
2020-10-10rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber1-4/+2
2020-06-30score: Add CPU_USE_LIBC_INIT_FINI_ARRAYKinsey Moore1-0/+2
2020-02-12score: Remove superfluous FP types/definesSebastian Huber1-6/+0
2019-03-26score: Add ARM CPU architecture groupSebastian Huber1-30/+6
2019-03-26score: Rename ScoreCPU Doxygen groupSebastian Huber1-3/+3
2018-11-12arm: Remove use of proc_ptrSebastian Huber1-3/+5
2018-10-05score: Remove CPU_PROVIDES_IDLE_THREAD_BODYSebastian Huber1-9/+1
2018-08-02score: Remove CPU_PARTITION_ALIGNMENTSebastian Huber1-3/+0
2018-07-20score: Move context validation declarationsSebastian Huber1-4/+0
2018-06-27Rework initialization and interrupt stack supportSebastian Huber1-6/+0
2018-06-27score: Add CPU_INTERRUPT_STACK_ALIGNMENTSebastian Huber1-0/+2
2018-06-15arm: Simplify CPU counter supportSebastian Huber1-2/+5
2018-06-15Add _CPU_Counter_frequency()Sebastian Huber1-0/+2
2018-03-13Add ARM Paravirtualization supportJoel Sherrill1-0/+9
2018-03-12arm/include/rtems/score/types.h: Eliminate this fileJoel Sherrill1-1/+4
2018-01-25Remove make preinstallChris Johns1-0/+0
2017-03-28arm: Optimize context switchSebastian Huber1-36/+23
2017-03-08arm: Remove legacy execption supportSebastian Huber1-6/+0
2017-01-26score: Delete _CPU_Context_Fp_start()Sebastian Huber1-3/+0
2017-01-24Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIANSebastian Huber1-10/+0
2016-11-24arm: Fix _CPU_ISR_Is_enabled() for ARMv7-MSebastian Huber1-1/+1
2016-11-23score: Robust thread dispatchSebastian Huber1-0/+6
2016-11-21arm: Fix ARM_CONTEXT_CONTROL_ISR_DISPATCH_DISABLESebastian Huber1-2/+4
2016-11-18score: Add _ISR_Is_enabled()Sebastian Huber1-2/+9
2016-11-18arm: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber1-3/+14
2016-11-18arm: Provide CPU_Interrupt_frame for ARMv4Sebastian Huber1-2/+0
2016-11-18rtems: Conditionally define rtems_interrupt_frameSebastian Huber1-1/+1
2016-11-18score: Move CPU_PER_CPU_CONTROL_SIZESebastian Huber1-2/+0
2016-11-18score: Remove obsolete definesSebastian Huber1-7/+0
2016-10-04score/arm: Correct logic to select 64 byte cache line maximum size for Cortex-A.Pavel Pisa1-2/+2
2016-09-23score: Fix C/C++ compatibility issueSebastian Huber1-4/+0
2016-07-04score/arm: Ensure that copile time alignment is 64 bytes for Cortex-A multilib.Pavel Pisa1-2/+5
2016-07-04arm/score and shared: define ARM hypervisor mode and alternate vector table b...Pavel Pisa1-0/+1
2016-06-08score: Delete CPU_USE_GENERIC_BITFIELD_DATASebastian Huber1-2/+0
2016-03-04score: Add CPU_MAXIMUM_PROCESSORSSebastian Huber1-0/+2
2016-01-26score: Introduce CPU_CACHE_LINE_BYTESSebastian Huber1-2/+4
2016-01-25score: Delete obsolete CPU_TIMESTAMP_* definesSebastian Huber1-2/+0
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