summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove M32R architectureJoel Sherrill2016-01-0414-2067/+0
* sparc: Simplify _CPU_Get_current_per_CPU_control()Sebastian Huber2015-12-101-1/+1
* sparc: Fix context switch on SMPDaniel Cederman2015-11-161-0/+3
* Fix interrupt epilogue for ARMv7-AR and PowerPCSebastian Huber2015-11-121-0/+27
* powerpc: Add FSL cache definesSebastian Huber2015-10-281-0/+10
* basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber2015-10-2621-26/+26
* epiphany: Delete CPU_UNROLL_ENQUEUE_PRIORITYSebastian Huber2015-10-071-21/+0
* powerpc: Use wrtee for e6500 multilibSebastian Huber2015-10-021-0/+17
* SMP: Fix and optimize thread dispatchingSebastian Huber2015-09-282-29/+37
* score: Fix atomic compare exchangeSebastian Huber2015-09-251-2/+6
* ARMv7M: Improve exception handler routine and add comments on SP selectionMartin Galvan2015-09-231-11/+21
* Fix exception handler for supporting FPUSudarshan Rajagopalan2015-09-231-4/+4
* arm: Replace __sync_synchronize() implementationSebastian Huber2015-09-011-8/+19
* arm: Use compiler memory barrier by defaultSebastian Huber2015-09-011-1/+7
* Add __synch_synchronize function for armJan Sommer2015-08-012-0/+10
* m68k: Include proper header fileSebastian Huber2015-07-241-3/+3
* arm: Include proper header fileSebastian Huber2015-07-231-3/+3
* sparc64/rtems/score/cpu.h: Delete dead declarationJoel Sherrill2015-07-161-16/+0
* powerpc: Do not use the ATB for e500 multilibSebastian Huber2015-07-151-1/+1
* powerpc: Fix _CPU_Counter_read()Nick Withers2015-07-151-1/+1
* powerpc: Add BUCSR register definesSebastian Huber2015-07-081-0/+2
* score: Simplify <rtems/system.h>Sebastian Huber2015-06-264-2/+4
* arm: Implement _CPU_ISR_Get_level() for ARMv7-MSebastian Huber2015-06-151-3/+3
* sparc: Add SPARC_USE_SAFE_FP_SUPPORTSebastian Huber2015-06-093-4/+29
* score: Add Thread_Control::is_fpSebastian Huber2015-06-091-2/+10
* sparc: Disable FPU in interrupt contextAlexander Krutwig2015-05-302-1/+32
* sparc: Remove superfluous FP enableSebastian Huber2015-05-302-22/+7
* sparc: Avoid new window for FP save/restoreSebastian Huber2015-05-301-54/+48
* sparc: Improve _CPU_Context_validate()Alexander Krutwig2015-05-291-46/+49
* sparc: Add static assertionSebastian Huber2015-05-261-0/+5
* sparc: Delete unused CONTEXT_CONTROL_SIZESebastian Huber2015-05-262-5/+0
* sparc: Delete unused ISF_STACK_FRAME_OFFSETSebastian Huber2015-05-262-3/+0
* sparc: Add static offset assertionsSebastian Huber2015-05-261-0/+32
* cpukit: Add Epiphany architecture port v4Hesham ALMatary2015-05-2114-0/+2490
* sparc: Add support for sptests/spcontext01Alexander Krutwig2015-05-214-10/+528
* or1k-utility.h: Add missing end of C++ header patternJoel Sherrill2015-04-171-0/+4
* arm: Align ARM exception frame to 8 bytesDaniel Krueger2015-04-102-1/+7
* or1k: Send halt signal to or1k simulators when rtems terminatesHesham ALMatary2015-04-022-1/+11
* sparc: Ensure interrupt service after ISR enableSebastian Huber2015-03-251-1/+8
* Replace www.rtems.com with www.rtems.orgSebastian Huber2015-03-202-2/+2
* cpukit: add and use CPU_Uint32ptr typeGedare Bloom2015-03-1619-0/+59
* score/or1k: Fix warnings. Add missing prototypesHesham ALMatary2015-03-131-0/+4
* cpukit: Remove old DESCRIPTION: in commentsJoel Sherrill2015-03-111-6/+4
* or1k/rtems/score/cpu.h: Add no_return attribute to _CPU_Context_restoreJoel Sherrill2015-03-091-1/+1
* 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