summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-09cpukit/score/cpu/sh/context.c: Correct name of _CPU_Context_switchJoel Sherrill1-1/+1
2015-03-09or1k: Correct _CPU_Thread_Idle_body prototypeJoel Sherrill2-2/+2
2015-03-05score: Delete unused CPU_UNROLL_ENQUEUE_PRIORITYSebastian Huber19-333/+0
2015-03-04score/cpu/or1k: Add cpuatomic.h to fix broken build.Hesham ALMatary3-2/+19
2015-03-03or1k/or1k-exception-default.c: Eliminate dependency on BSP provided .h fileHesham ALMatary1-1/+0
2015-02-27ARM: Fix _ARMV4_Exception_fiq_defaultMartin Galvan1-0/+8
2015-02-23sparc64: fix copyright notices.Gedare Bloom1-12/+1
2015-02-19bfin: do not reset dispatch neededGedare Bloom1-2/+0
2015-02-17score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber5-6/+20
2015-02-10or1k/cpu.c: Eliminate dependency on BSP provided headerHesham ALMatary1-2/+7
2015-01-20powerpc: Fix AltiVec VSCR save/restoreSebastian Huber3-10/+13
2015-01-13powerpc: AltiVec and FPU context supportSebastian Huber5-8/+700
2015-01-13nios2: Disable assembler warningSebastian Huber1-2/+3
2015-01-09arm: Fix compile error for ARMv6-M multilibSebastian Huber2-2/+5
2015-01-09powerpc: Add AltiVec register ASM definesSebastian Huber1-0/+32
2015-01-09powerpc: Use PPC_HAS_FPUSebastian Huber1-0/+2
2015-01-09powerpc: Add PPC_STACK_ALIGN_POWERSebastian Huber1-16/+6
2015-01-09powerpc: Set PPC_DEFAULT_CACHE_LINE_SIZE for e6500Sebastian Huber2-6/+12
2015-01-09powerpc: Use PPC_DEFAULT_CACHE_LINE_SIZESebastian Huber2-3/+4
2015-01-09powerpc: Delete _CPU_IRQ_infoSebastian Huber1-16/+0
2015-01-09powerpc: Use alternate time base for CPU counterSebastian Huber1-3/+3
2014-12-08sparc64: put each copyright on one lineGedare Bloom5-16/+11
2014-12-04i386: doxygen and comments related to VESA real mode framebufferJan Dolezal2-17/+26
2014-12-04SPARC: optimize IRQ enable & disableDaniel Hellstrom1-2/+16
2014-11-25arm: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPECSebastian Huber1-1/+1
2014-11-20score: i386: functions converting real mode pointer to physical address and backJan Dolezal2-0/+75
2014-10-20cpukit/score/cpu/lm32/irq.c: Fix warningJoel Sherrill1-0/+6
2014-10-20score/cpu/lm32/rtems/score/cpu.h: Fix set but not used warningJoel Sherrill1-0/+3
2014-10-20score/cpu/i386/rtems/score/cpu.h: Fix set but not used warningJoel Sherrill1-0/+1
2014-10-16bfin libcpu and libbsp: Fix warningsJoel Sherrill1-0/+1
2014-10-15h8300/cpu_asm.S: Correct register size suffix for loading DISPATCH_NEEDEDJoel Sherrill1-1/+1
2014-10-13sparc64: fix warnings in cpukit/score/cpuGedare Bloom2-4/+2
2014-10-13score/cpu/m32c: Fix warningsJoel Sherrill2-4/+5
2014-10-10arm: Fix warningSebastian Huber1-0/+6
2014-10-09m32r/cpu_asm.c: Add prototype to fix warningJoel Sherrill1-0/+5
2014-10-09m32r/rtems/score/cpu.h: Fix macros to avoid warningsJoel Sherrill1-18/+20
2014-10-09h8300/rtems/score/cpu.h: Fix macros to avoid warningsJoel Sherrill1-6/+17
2014-10-09avr/rtems/score/cpu.h: Fix macros to avoid warningsJoel Sherrill1-6/+5
2014-10-09m68k/rtems/score/cpu.h: _CPU_Context_Restart_self needed RTEMS_COMPILER_NO_RE...Joel Sherrill1-1/+1
2014-10-09moxiertems/score/cpu.h: _CPU_Context_switch needed RTEMS_COMPILER_NO_RETURN_A...Joel Sherrill1-9/+22
2014-10-09arm/rtems/score/cpu.h: _ARMV7M_Start_multitasking needed RTEMS_COMPILER_NO_RE...Joel Sherrill1-1/+2
2014-10-09nios2-iic-irq.c: Fix warningsJoel Sherrill1-0/+6
2014-10-09nios2-iic-irq.c: Include <rtems/score/interr.h> so it buildsJoel Sherrill1-0/+1
2014-10-06SPARC: Fatal_halt use source and exit codesDaniel Hellstrom1-8/+2
2014-09-29or1k fix bug: Initialize thread context with higher stack address.Hesham ALMatary1-2/+3
2014-09-23m68k: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPECSebastian Huber1-1/+1
2014-09-23powerpc: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPECSebastian Huber1-1/+1
2014-09-18sparc: Add commentSebastian Huber1-0/+5
2014-09-16score/cpu/or1k: Follow no_cpu ISR_Handler algorithm.Hesham ALMatary1-0/+10
2014-09-16OpenRISC: Account for red-zone (fixup printf bug).Hesham ALMatary2-19/+22