summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/arm_exc_interrupt.S (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill1-6/+0
2022-02-28score/cpu/arm: Change license to BSD-2Joel Sherrill1-3/+22
2022-01-17arm: Optimize interrupt handlingSebastian Huber1-0/+39
2022-01-17arm: Fix stack alignment during interrupt handlingSebastian Huber1-10/+23
2022-01-17arm: Avoid duplicate move from CPSRSebastian Huber1-4/+3
2022-01-15arm: Rework per-CPU control in interrupt handlingSebastian Huber1-56/+46
2022-01-15arm: Use push/pop instructions for readabilitySebastian Huber1-11/+11
2019-03-26score: Add ARM CPU architecture groupSebastian Huber1-1/+1
2019-03-26score: Rename ScoreCPU Doxygen groupSebastian Huber1-1/+1
2017-05-23arm: Fix profiling support of Thumb-1 targetsSebastian Huber1-1/+3
2016-11-23arm: Fix _ARMV4_Exception_interruptSebastian Huber1-1/+1
2016-11-21arm: Fix Thumb-1 targetsSebastian Huber1-10/+10
2016-11-18arm: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber1-25/+60
2016-11-18arm: Simplify _ARMV4_Exception_interruptSebastian Huber1-18/+22
2016-11-18arm: Use local labelsSebastian Huber1-9/+9
2016-11-18arm: Use TPIDRPRW for current per-CPU controlSebastian Huber1-1/+1
2015-11-12Fix interrupt epilogue for ARMv7-AR and PowerPCSebastian Huber1-0/+27
2014-08-12arm: Add support for FPv4-SP floating point unitSebastian Huber1-4/+8
2014-07-04score: PR2183: Fix context switch on SMPSebastian Huber1-12/+0
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-03-14arm: Add support for interrupt profilingSebastian Huber1-0/+20
2014-03-10arm: Fix stack alignment in interrupt handlerSebastian Huber1-29/+19
2013-08-09arm: Per-CPU thread dispatch disableSebastian Huber1-51/+25
2013-05-31smp: Add ARM supportSebastian Huber1-2/+33
2013-05-27arm: Fix CPSR and SPSR accessSebastian Huber1-6/+6
2013-05-10arm: Support VFP-D32 and NeonSebastian Huber1-6/+33
2013-01-07arm: Rename arm_exc_interrupt()Sebastian Huber1-2/+2
2011-09-242011-09-24 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+4
2010-06-292010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-15/+4
2010-04-08add/adapt documentationThomas Doerfler1-1/+1
2010-03-272010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+4
2010-01-12add support for lpc32xxThomas Doerfler1-16/+4
2009-12-15add support for ARM11, reimplement nested interruptsThomas Doerfler1-149/+116
2009-07-17adding lpc24xx BSP partsThomas Doerfler1-0/+229