summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-15Fix exception handler for supporting FPUSudarshan Rajagopalan1-4/+4
2016-10-03bsps/arm: do not introduce CPU_CACHE_LINE_BYTES in 4.11 and correct CPU_STRUC...Pavel Pisa1-4/+2
2016-10-02score/arm: Ensure that copile time alignment is 64 bytes for Cortex-A multilib.Pavel Pisa2-2/+11
2016-10-02arm/score and shared: define ARM hypervisor mode and alternate vector table b...Pavel Pisa1-0/+1
2016-09-23score: Fix C/C++ compatibility issueSebastian Huber16-59/+5
2015-11-17sparc: Fix context switch on SMPDaniel Cederman1-0/+3
2015-11-17Fix interrupt epilogue for ARMv7-AR and PowerPCSebastian Huber1-0/+27
2015-09-01arm: Replace __sync_synchronize() implementationSebastian Huber1-8/+19
2015-09-01arm: Use compiler memory barrier by defaultSebastian Huber1-1/+7
2015-08-01Add __synch_synchronize function for armJan Sommer2-0/+10
2015-07-24m68k: Include proper header fileSebastian Huber1-3/+3
2015-07-23arm: Include proper header fileSebastian Huber1-3/+3
2015-07-16sparc64/rtems/score/cpu.h: Delete dead declarationJoel Sherrill1-16/+0
2015-07-15powerpc: Do not use the ATB for e500 multilibSebastian Huber1-1/+1
2015-07-15powerpc: Fix _CPU_Counter_read()Nick Withers1-1/+1
2015-07-08powerpc: Add BUCSR register definesSebastian Huber1-0/+2
2015-06-26score: Simplify <rtems/system.h>Sebastian Huber4-2/+4
2015-06-15arm: Implement _CPU_ISR_Get_level() for ARMv7-MSebastian Huber1-3/+3
2015-06-09sparc: Add SPARC_USE_SAFE_FP_SUPPORTSebastian Huber3-4/+29
2015-06-09score: Add Thread_Control::is_fpSebastian Huber1-2/+10
2015-05-30sparc: Disable FPU in interrupt contextAlexander Krutwig2-1/+32
2015-05-30sparc: Remove superfluous FP enableSebastian Huber2-22/+7
2015-05-30sparc: Avoid new window for FP save/restoreSebastian Huber1-54/+48
2015-05-29sparc: Improve _CPU_Context_validate()Alexander Krutwig1-46/+49
2015-05-26sparc: Add static assertionSebastian Huber1-0/+5
2015-05-26sparc: Delete unused CONTEXT_CONTROL_SIZESebastian Huber2-5/+0
2015-05-26sparc: Delete unused ISF_STACK_FRAME_OFFSETSebastian Huber2-3/+0
2015-05-26sparc: Add static offset assertionsSebastian Huber1-0/+32
2015-05-21cpukit: Add Epiphany architecture port v4Hesham ALMatary14-0/+2490
2015-05-21sparc: Add support for sptests/spcontext01Alexander Krutwig4-10/+528
2015-04-17or1k-utility.h: Add missing end of C++ header patternJoel Sherrill1-0/+4
2015-04-10arm: Align ARM exception frame to 8 bytesDaniel Krueger2-1/+7
2015-04-02or1k: Send halt signal to or1k simulators when rtems terminatesHesham ALMatary2-1/+11
2015-03-25sparc: Ensure interrupt service after ISR enableSebastian Huber1-1/+8
2015-03-20Replace www.rtems.com with www.rtems.orgSebastian Huber2-2/+2
2015-03-16cpukit: add and use CPU_Uint32ptr typeGedare Bloom19-0/+59
2015-03-13score/or1k: Fix warnings. Add missing prototypesHesham ALMatary1-0/+4
2015-03-11cpukit: Remove old DESCRIPTION: in commentsJoel Sherrill1-6/+4
2015-03-09or1k/rtems/score/cpu.h: Add no_return attribute to _CPU_Context_restoreJoel Sherrill1-1/+1
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