summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/arm_exc_interrupt.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
* cpukit/: Scripted embedded brains header file clean upJoel Sherrill2022-03-101-6/+0
* score/cpu/arm: Change license to BSD-2Joel Sherrill2022-02-281-3/+22
* arm: Optimize interrupt handlingSebastian Huber2022-01-171-0/+39
* arm: Fix stack alignment during interrupt handlingSebastian Huber2022-01-171-10/+23
* arm: Avoid duplicate move from CPSRSebastian Huber2022-01-171-4/+3
* arm: Rework per-CPU control in interrupt handlingSebastian Huber2022-01-151-56/+46
* arm: Use push/pop instructions for readabilitySebastian Huber2022-01-151-11/+11
* score: Add ARM CPU architecture groupSebastian Huber2019-03-261-1/+1
* score: Rename ScoreCPU Doxygen groupSebastian Huber2019-03-261-1/+1
* arm: Fix profiling support of Thumb-1 targetsSebastian Huber2017-05-231-1/+3
* arm: Fix _ARMV4_Exception_interruptSebastian Huber2016-11-231-1/+1
* arm: Fix Thumb-1 targetsSebastian Huber2016-11-211-10/+10
* arm: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber2016-11-181-25/+60
* arm: Simplify _ARMV4_Exception_interruptSebastian Huber2016-11-181-18/+22
* arm: Use local labelsSebastian Huber2016-11-181-9/+9
* arm: Use TPIDRPRW for current per-CPU controlSebastian Huber2016-11-181-1/+1
* Fix interrupt epilogue for ARMv7-AR and PowerPCSebastian Huber2015-11-121-0/+27
* arm: Add support for FPv4-SP floating point unitSebastian Huber2014-08-121-4/+8
* score: PR2183: Fix context switch on SMPSebastian Huber2014-07-041-12/+0
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* arm: Add support for interrupt profilingSebastian Huber2014-03-141-0/+20
* arm: Fix stack alignment in interrupt handlerSebastian Huber2014-03-101-29/+19
* arm: Per-CPU thread dispatch disableSebastian Huber2013-08-091-51/+25
* smp: Add ARM supportSebastian Huber2013-05-311-2/+33
* arm: Fix CPSR and SPSR accessSebastian Huber2013-05-271-6/+6
* arm: Support VFP-D32 and NeonSebastian Huber2013-05-101-6/+33
* arm: Rename arm_exc_interrupt()Sebastian Huber2013-01-071-2/+2
* 2011-09-24 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-09-241-0/+4
* 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-291-15/+4
* add/adapt documentationThomas Doerfler2010-04-081-1/+1
* 2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-271-0/+4
* add support for lpc32xxThomas Doerfler2010-01-121-16/+4
* add support for ARM11, reimplement nested interruptsThomas Doerfler2009-12-151-149/+116
* adding lpc24xx BSP partsThomas Doerfler2009-07-171-0/+229