summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm (unfollow)
Commit message (Expand)AuthorFilesLines
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-04-30Drop executable permissions on .[ch] filesJoel Sherrill1-0/+0
2018-03-13Add ARM Paravirtualization supportJoel Sherrill4-3/+90
2018-03-12arm/include/rtems/score/types.h: Eliminate this fileJoel Sherrill3-53/+4
2018-01-25Remove make preinstallChris Johns13-87/+157
2017-12-13arm: Move <libcpu/arm-cp15.h> to cpukitSebastian Huber3-0/+2272
2017-08-10arm: Use ARM code on Thumb 1 targetsSebastian Huber1-1/+1
2017-08-10arm: Validate IT[7:0] bit field of PSRSebastian Huber1-1/+25
2017-07-04arm: Fix ARMv7-M interrupt processingSebastian Huber2-30/+48
2017-06-09Simplify TLS support in context switchSebastian Huber1-11/+2
2017-05-23arm: Fix profiling support of Thumb-1 targetsSebastian Huber1-1/+3
2017-03-28arm: Optimize context switchSebastian Huber3-78/+55
2017-03-09arm: Fix CPU context validation for Cortex-R4Sebastian Huber2-7/+3
2017-03-08arm: Remove legacy execption supportSebastian Huber4-301/+0
2017-01-30bsps/arm: Fix Cortex-M DWT CPU counter.Christian Mauderer1-1/+45
2017-01-26score: Delete _CPU_Context_Fp_start()Sebastian Huber1-3/+0
2017-01-24Adding ARM VFP V2 supportKevin Kirspel1-0/+6
2017-01-24Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIANSebastian Huber1-10/+0
2016-12-02score: Fix ARM and PowerPC context initializationSebastian Huber1-0/+1
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-23arm: Fix _ARMV4_Exception_interruptSebastian Huber1-1/+1
2016-11-21arm: Fix Thumb-1 targetsSebastian Huber2-10/+40
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 Huber4-31/+94
2016-11-18arm: Simplify _ARMV4_Exception_interruptSebastian Huber1-18/+22
2016-11-18arm: Use local labelsSebastian Huber1-9/+9
2016-11-18score: Allow interrupts during thread dispatchSebastian Huber1-3/+7
2016-11-18arm: Provide CPU_Interrupt_frame for ARMv4Sebastian Huber2-3/+55
2016-11-18rtems: Conditionally define rtems_interrupt_frameSebastian Huber1-1/+1
2016-11-18score: Move CPU_PER_CPU_CONTROL_SIZESebastian Huber2-2/+4
2016-11-18score: Remove obsolete definesSebastian Huber1-7/+0
2016-11-18arm: Use TPIDRPRW for current per-CPU controlSebastian Huber4-9/+30
2016-11-07score: Add <rtems/score/cpuimpl.h>Sebastian Huber3-0/+35
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-08-19arm: Add VFP context validate support for ARMv5Kevin Kirspel2-5/+11
2016-07-26score: Fix printk() format specifiersSebastian Huber1-2/+5
2016-07-04score/arm: Ensure that copile time alignment is 64 bytes for Cortex-A multilib.Pavel Pisa2-2/+9
2016-07-04arm/score and shared: define ARM hypervisor mode and alternate vector table b...Pavel Pisa1-0/+1
2016-06-08score: Simplify priority bit map implementationSebastian Huber1-2/+0
2016-06-08score: Delete CPU_USE_GENERIC_BITFIELD_DATASebastian Huber1-2/+0
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