summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* sparc64: fix warnings in cpukit/score/cpuGedare Bloom2014-10-132-4/+2
* score/cpu/m32c: Fix warningsJoel Sherrill2014-10-132-4/+5
* arm: Fix warningSebastian Huber2014-10-101-0/+6
* m32r/cpu_asm.c: Add prototype to fix warningJoel Sherrill2014-10-091-0/+5
* m32r/rtems/score/cpu.h: Fix macros to avoid warningsJoel Sherrill2014-10-091-18/+20
* h8300/rtems/score/cpu.h: Fix macros to avoid warningsJoel Sherrill2014-10-091-6/+17
* avr/rtems/score/cpu.h: Fix macros to avoid warningsJoel Sherrill2014-10-091-6/+5
* m68k/rtems/score/cpu.h: _CPU_Context_Restart_self needed RTEMS_COMPILER_NO_RE...Joel Sherrill2014-10-091-1/+1
* moxiertems/score/cpu.h: _CPU_Context_switch needed RTEMS_COMPILER_NO_RETURN_A...Joel Sherrill2014-10-091-9/+22
* arm/rtems/score/cpu.h: _ARMV7M_Start_multitasking needed RTEMS_COMPILER_NO_RE...Joel Sherrill2014-10-091-1/+2
* nios2-iic-irq.c: Fix warningsJoel Sherrill2014-10-091-0/+6
* nios2-iic-irq.c: Include <rtems/score/interr.h> so it buildsJoel Sherrill2014-10-091-0/+1
* SPARC: Fatal_halt use source and exit codesDaniel Hellstrom2014-10-061-8/+2
* or1k fix bug: Initialize thread context with higher stack address.Hesham ALMatary2014-09-291-2/+3
* m68k: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPECSebastian Huber2014-09-231-1/+1
* powerpc: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPECSebastian Huber2014-09-231-1/+1
* sparc: Add commentSebastian Huber2014-09-181-0/+5
* score/cpu/or1k: Follow no_cpu ISR_Handler algorithm.Hesham ALMatary2014-09-161-0/+10
* OpenRISC: Account for red-zone (fixup printf bug).Hesham ALMatary2014-09-162-19/+22
* score: Rename _BSP_Exception_frame_print()Sebastian Huber2014-09-113-24/+3
* powerpc: Delete PPC_BSP_HAS_FIXED_PR288Sebastian Huber2014-09-111-7/+0
* or1k: Let CPU/BSP Fatal handler have access to sourceHesham ALMatary2014-09-101-2/+2
* Let CPU/BSP Fatal handler have access to sourceDaniel Hellstrom2014-09-1020-24/+25
* Regenerate preinstall.am for score/cpu/or1kHesham ALMatary2014-09-041-3/+3
* or1k: Implement context validate and context volatile clobber functions.Hesham ALMatary2014-09-024-3/+225
* Add missing r31 load instruction _ISR_HandlerHesham ALMatary2014-09-021-0/+1
* score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC in generalDaniel Cederman2014-09-011-2/+4
* Regenerate all preinstall.am files.Chris Johns2014-08-297-21/+21
* Regenerate all preinstall.am files.Joel Sherrill2014-08-287-21/+21
* score/sparc: Add comment on icache flush after trap table updateDaniel Cederman2014-08-221-3/+14
* bsp/sparc: Flush icache before first time enabling interruptsDaniel Cederman2014-08-221-0/+4
* Add or1k tick timer register definitionsHesham ALMatary2014-08-181-2/+14
* arm: PR2186: Fix compile errorSebastian Huber2014-08-141-2/+4
* or1k/.../preinstall.am: Add missing fileJoel Sherrill2014-08-121-0/+49
* Add support for OpenRISC - Fixed issuesHesham ALMatary2014-08-1214-0/+2262
* arm: Add support for FPv4-SP floating point unitSebastian Huber2014-08-1212-45/+179
* score: PR2183: Fix context switch on SMPSebastian Huber2014-07-046-28/+91
* arm: Use local label in _CPU_Context_restore()Sebastian Huber2014-07-011-2/+2
* score/sparc: Add support for paravirtualizationChristian Mauderer2014-06-033-18/+45
* arm: Add ARM_MULTILIB_HAS_BARRIER_INSTRUCTIONSSebastian Huber2014-06-022-0/+7
* SPARC: add syscall 1 (exit) function entry pointDaniel Hellstrom2014-05-231-0/+25
* sparc: Change asm to __asm__ to compile with -std=c99.Daniel Cederman2014-05-141-1/+1
* score: Fix CPU context usage on SMPSebastian Huber2014-05-089-41/+92
* score: Implement forced thread migrationSebastian Huber2014-05-0711-8/+171
* score: Statically initialize _ISR_Vector_tableSebastian Huber2014-04-2913-96/+17
* sparc: Add _CPU_Get_current_per_CPU_control()Sebastian Huber2014-04-282-33/+36
* sparc: Optimize context switchSebastian Huber2014-04-282-51/+48
* score: Add _CPU_Get_current_per_CPU_control()Sebastian Huber2014-04-281-0/+18
* score: Clarify TLS supportSebastian Huber2014-04-173-3/+3
* score: SMP initialization changesSebastian Huber2014-04-145-12/+56