summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit/score/cpu/sh/context.c: Correct name of _CPU_Context_switchJoel Sherrill2015-03-091-1/+1
* or1k: Correct _CPU_Thread_Idle_body prototypeJoel Sherrill2015-03-092-2/+2
* score: Delete unused CPU_UNROLL_ENQUEUE_PRIORITYSebastian Huber2015-03-0519-333/+0
* score/cpu/or1k: Add cpuatomic.h to fix broken build.Hesham ALMatary2015-03-043-2/+19
* or1k/or1k-exception-default.c: Eliminate dependency on BSP provided .h fileHesham ALMatary2015-03-031-1/+0
* ARM: Fix _ARMV4_Exception_fiq_defaultMartin Galvan2015-02-271-0/+8
* sparc64: fix copyright notices.Gedare Bloom2015-02-231-12/+1
* bfin: do not reset dispatch neededGedare Bloom2015-02-191-2/+0
* score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber2015-02-175-6/+20
* or1k/cpu.c: Eliminate dependency on BSP provided headerHesham ALMatary2015-02-101-2/+7
* powerpc: Fix AltiVec VSCR save/restoreSebastian Huber2015-01-203-10/+13
* powerpc: AltiVec and FPU context supportSebastian Huber2015-01-135-8/+700
* nios2: Disable assembler warningSebastian Huber2015-01-131-2/+3
* arm: Fix compile error for ARMv6-M multilibSebastian Huber2015-01-092-2/+5
* powerpc: Add AltiVec register ASM definesSebastian Huber2015-01-091-0/+32
* powerpc: Use PPC_HAS_FPUSebastian Huber2015-01-091-0/+2
* powerpc: Add PPC_STACK_ALIGN_POWERSebastian Huber2015-01-091-16/+6
* powerpc: Set PPC_DEFAULT_CACHE_LINE_SIZE for e6500Sebastian Huber2015-01-092-6/+12
* powerpc: Use PPC_DEFAULT_CACHE_LINE_SIZESebastian Huber2015-01-092-3/+4
* powerpc: Delete _CPU_IRQ_infoSebastian Huber2015-01-091-16/+0
* powerpc: Use alternate time base for CPU counterSebastian Huber2015-01-091-3/+3
* sparc64: put each copyright on one lineGedare Bloom2014-12-085-16/+11
* i386: doxygen and comments related to VESA real mode framebufferJan Dolezal2014-12-042-17/+26
* SPARC: optimize IRQ enable & disableDaniel Hellstrom2014-12-041-2/+16
* arm: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPECSebastian Huber2014-11-251-1/+1
* score: i386: functions converting real mode pointer to physical address and backJan Dolezal2014-11-202-0/+75
* cpukit/score/cpu/lm32/irq.c: Fix warningJoel Sherrill2014-10-201-0/+6
* score/cpu/lm32/rtems/score/cpu.h: Fix set but not used warningJoel Sherrill2014-10-201-0/+3
* score/cpu/i386/rtems/score/cpu.h: Fix set but not used warningJoel Sherrill2014-10-201-0/+1
* bfin libcpu and libbsp: Fix warningsJoel Sherrill2014-10-161-0/+1
* h8300/cpu_asm.S: Correct register size suffix for loading DISPATCH_NEEDEDJoel Sherrill2014-10-151-1/+1
* 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