summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-09avr/rtems/score/cpu.h: Fix macros to avoid warningsJoel Sherrill1-6/+5
2014-10-09cpukit/score/src/ts64*: Return a value from non-void functionJoel Sherrill4-4/+4
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-23score: Delete Thread_Wait_information::Block2nSebastian Huber1-4/+0
2014-09-19score: Critical fix for _Thread_queue_Dequeue()Sebastian Huber1-6/+8
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
2014-09-11score: Rename _BSP_Exception_frame_print()Sebastian Huber3-24/+3
2014-09-11powerpc: Delete PPC_BSP_HAS_FIXED_PR288Sebastian Huber1-7/+0
2014-09-10or1k: Let CPU/BSP Fatal handler have access to sourceHesham ALMatary1-2/+2
2014-09-10Let CPU/BSP Fatal handler have access to sourceDaniel Hellstrom21-25/+26
2014-09-08score: More strict RTEMS_DEQUALIFY implementation.Pavel Pisa1-1/+53
2014-09-08score: Add RTEMS_DECONST|DEVOLATILE|DEQUALIFY()Sebastian Huber1-0/+27
2014-09-04Regenerate preinstall.am for score/cpu/or1kHesham ALMatary1-3/+3
2014-09-04rtems/score/assert.h: Rework to allow use of NDEBUGJoel Sherrill1-13/+43
2014-09-02or1k: Implement context validate and context volatile clobber functions.Hesham ALMatary4-3/+225
2014-09-02Add missing r31 load instruction _ISR_HandlerHesham ALMatary1-0/+1
2014-09-01score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC in generalDaniel Cederman1-2/+4
2014-08-29Regenerate all preinstall.am files.Chris Johns8-24/+24
2014-08-28Regenerate all preinstall.am files.Joel Sherrill8-24/+24
2014-08-25rtems: Inline rtems_clock_get_ticks_since_boot()Sebastian Huber2-8/+7
2014-08-22score: Add SMP support to the cache managerDaniel Cederman1-0/+19
2014-08-22score/sparc: Add comment on icache flush after trap table updateDaniel Cederman1-3/+14
2014-08-22bsp/sparc: Flush icache before first time enabling interruptsDaniel Cederman1-0/+4
2014-08-22score: Rename SMP broadcast message functionDaniel Cederman2-3/+3
2014-08-22score: Add function to send a SMP message to a set of CPUsDaniel Cederman2-0/+31
2014-08-20score: PR2179: Fix initially locked PI mutexSebastian Huber1-4/+11
2014-08-18Add or1k tick timer register definitionsHesham ALMatary1-2/+14
2014-08-14arm: PR2186: Fix compile errorSebastian Huber1-2/+4
2014-08-12or1k/.../preinstall.am: Add missing fileJoel Sherrill1-0/+49
2014-08-12Add support for OpenRISC - Fixed issuesHesham ALMatary14-0/+2262
2014-08-12arm: Add support for FPv4-SP floating point unitSebastian Huber12-45/+179
2014-08-07rbtree: Simplify _RBTree_Extract()Sebastian Huber1-8/+10
2014-08-07rbtree: Simplify insert and extractSebastian Huber4-81/+80
2014-08-07rbtree: Simplify _RBTree_Rotate()Sebastian Huber1-17/+61
2014-08-05rbtree: Add and use RBTree_Compare_resultSebastian Huber8-11/+33
2014-08-05Add and use RTEMS_CONTAINER_OF()Sebastian Huber12-45/+40
2014-07-29rbtree: Rename find header in find controlSebastian Huber1-10/+19
2014-07-29rbtree: Simplify off-tree handlingSebastian Huber1-17/+20
2014-07-26Delete unused *_Is_null() functionsSebastian Huber3-42/+0
2014-07-26rbtree: Update maximum node in LIFO orderSebastian Huber2-9/+11