summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* score/cpu/or1k/rtems/score/cpu.h: Fix printf() format warningJoel Sherrill2017-04-251-1/+3
* score/cpu/or1k/or1k-exception-frame-print.c: Fix printf() format warningJoel Sherrill2017-04-251-2/+4
* moxie/rtems/score/cpu.h: Fix printf() format warningJoel Sherrill2017-04-251-1/+1
* epiphany/rtems/score/cpu.h: Fix printf() format warningJoel Sherrill2017-04-251-1/+3
* epiphany/cpu.c: Fix typo to eliminate warningJoel Sherrill2017-04-251-2/+2
* epiphany/cpu.c: Fix not a prototype warningJoel Sherrill2017-04-241-2/+2
* cpukit/../i386/cpu.c: Use inttypes.h to fix 1 warning.Cillian O'Donnell2017-04-141-1/+2
* arm: Optimize context switchSebastian Huber2017-03-283-78/+55
* arm: Fix CPU context validation for Cortex-R4Sebastian Huber2017-03-092-7/+3
* arm: Remove legacy execption supportSebastian Huber2017-03-084-301/+0
* powerpc: Fix PPC_CONTEXT_VOLATILE_SIZESebastian Huber2017-03-061-1/+1
* sparc: Fix volatile clobberSebastian Huber2017-02-031-1/+1
* bsps/arm: Fix Cortex-M DWT CPU counter.Christian Mauderer2017-01-301-1/+45
* score: Delete _CPU_Context_Fp_start()Sebastian Huber2017-01-2616-271/+14
* Adding ARM VFP V2 supportKevin Kirspel2017-01-241-0/+6
* sparc: Relax CPU_STACK_ALIGNMENTSebastian Huber2017-01-241-12/+3
* Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIANSebastian Huber2017-01-2417-310/+0
* score: Introduce _Internal_error()Sebastian Huber2016-12-121-1/+1
* score: Remove fatal is internal indicatorSebastian Huber2016-12-094-8/+4
* score: Fix ARM and PowerPC context initializationSebastian Huber2016-12-022-0/+5
* sparc: Optimize _ISR_Handler()Sebastian Huber2016-11-281-0/+3
* arm: Fix _CPU_ISR_Is_enabled() for ARMv7-MSebastian Huber2016-11-241-1/+1
* score: Robust thread dispatchSebastian Huber2016-11-2317-0/+47
* arm: Fix _ARMV4_Exception_interruptSebastian Huber2016-11-231-1/+1
* arm: Fix Thumb-1 targetsSebastian Huber2016-11-212-10/+40
* sparc64: Fix _CPU_ISR_Is_enabled()Sebastian Huber2016-11-211-1/+1
* nios2: Fix _CPU_ISR_Is_enabled()Sebastian Huber2016-11-211-4/+4
* arm: Fix ARM_CONTEXT_CONTROL_ISR_DISPATCH_DISABLESebastian Huber2016-11-211-2/+4
* bfin: ASM compatibility for <rtems/score/cpu.h>Sebastian Huber2016-11-211-2/+2
* score: Add _ISR_Is_enabled()Sebastian Huber2016-11-1818-2/+112
* powerpc: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber2016-11-182-2/+5
* arm: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber2016-11-184-31/+94
* arm: Simplify _ARMV4_Exception_interruptSebastian Huber2016-11-181-18/+22
* arm: Use local labelsSebastian Huber2016-11-181-9/+9
* sparc: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber2016-11-182-22/+5
* score: Allow interrupts during thread dispatchSebastian Huber2016-11-181-3/+7
* score: Add Per_CPU_Control::Interrupt_frameSebastian Huber2016-11-181-5/+0
* arm: Provide CPU_Interrupt_frame for ARMv4Sebastian Huber2016-11-182-3/+55
* powerpc: Add up to date CPU_Interrupt_frameSebastian Huber2016-11-182-6/+386
* powerpc: Move legacy CPU_Interrupt_frameSebastian Huber2016-11-181-31/+0
* sparc: Move CPU_Interrupt_frame related definesSebastian Huber2016-11-185-54/+58
* sparc: Rename CPU_Minimum_stack_frameSebastian Huber2016-11-184-26/+26
* sparc64: Rename CPU_Minimum_stack_frameSebastian Huber2016-11-183-30/+30
* rtems: Conditionally define rtems_interrupt_frameSebastian Huber2016-11-1814-14/+14
* score: Move CPU_PER_CPU_CONTROL_SIZESebastian Huber2016-11-1834-94/+125
* score: Remove obsolete definesSebastian Huber2016-11-1817-270/+0
* arm: Use TPIDRPRW for current per-CPU controlSebastian Huber2016-11-184-9/+30
* powerpc: Add _CPU_Get_current_per_CPU_control()Sebastian Huber2016-11-101-0/+27
* score: Move _CPU_Get_current_per_CPU_control()Sebastian Huber2016-11-104-28/+28
* sparc: Provide _CPU_Get_thread_executing()Sebastian Huber2016-11-071-0/+4