summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* avr/rtems/score/cpu.h: Fix macros to avoid warningsJoel Sherrill2014-10-091-6/+5
* cpukit/score/src/ts64*: Return a value from non-void functionJoel Sherrill2014-10-094-4/+4
* 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
* score: Delete Thread_Wait_information::Block2nSebastian Huber2014-09-231-4/+0
* score: Critical fix for _Thread_queue_Dequeue()Sebastian Huber2014-09-191-6/+8
* 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
* score: Rename _BSP_Exception_frame_print()Sebastian Huber2014-09-113-24/+3
* powerpc: Delete PPC_BSP_HAS_FIXED_PR288Sebastian Huber2014-09-111-7/+0
* or1k: Let CPU/BSP Fatal handler have access to sourceHesham ALMatary2014-09-101-2/+2
* Let CPU/BSP Fatal handler have access to sourceDaniel Hellstrom2014-09-1021-25/+26
* score: More strict RTEMS_DEQUALIFY implementation.Pavel Pisa2014-09-081-1/+53
* score: Add RTEMS_DECONST|DEVOLATILE|DEQUALIFY()Sebastian Huber2014-09-081-0/+27
* Regenerate preinstall.am for score/cpu/or1kHesham ALMatary2014-09-041-3/+3
* rtems/score/assert.h: Rework to allow use of NDEBUGJoel Sherrill2014-09-041-13/+43
* or1k: Implement context validate and context volatile clobber functions.Hesham ALMatary2014-09-024-3/+225
* Add missing r31 load instruction _ISR_HandlerHesham ALMatary2014-09-021-0/+1
* score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC in generalDaniel Cederman2014-09-011-2/+4
* Regenerate all preinstall.am files.Chris Johns2014-08-298-24/+24
* Regenerate all preinstall.am files.Joel Sherrill2014-08-288-24/+24
* rtems: Inline rtems_clock_get_ticks_since_boot()Sebastian Huber2014-08-252-8/+7
* score: Add SMP support to the cache managerDaniel Cederman2014-08-221-0/+19
* score/sparc: Add comment on icache flush after trap table updateDaniel Cederman2014-08-221-3/+14
* bsp/sparc: Flush icache before first time enabling interruptsDaniel Cederman2014-08-221-0/+4
* score: Rename SMP broadcast message functionDaniel Cederman2014-08-222-3/+3
* score: Add function to send a SMP message to a set of CPUsDaniel Cederman2014-08-222-0/+31
* score: PR2179: Fix initially locked PI mutexSebastian Huber2014-08-201-4/+11
* Add or1k tick timer register definitionsHesham ALMatary2014-08-181-2/+14
* arm: PR2186: Fix compile errorSebastian Huber2014-08-141-2/+4
* or1k/.../preinstall.am: Add missing fileJoel Sherrill2014-08-121-0/+49
* Add support for OpenRISC - Fixed issuesHesham ALMatary2014-08-1214-0/+2262
* arm: Add support for FPv4-SP floating point unitSebastian Huber2014-08-1212-45/+179
* rbtree: Simplify _RBTree_Extract()Sebastian Huber2014-08-071-8/+10
* rbtree: Simplify insert and extractSebastian Huber2014-08-074-81/+80
* rbtree: Simplify _RBTree_Rotate()Sebastian Huber2014-08-071-17/+61
* rbtree: Add and use RBTree_Compare_resultSebastian Huber2014-08-058-11/+33
* Add and use RTEMS_CONTAINER_OF()Sebastian Huber2014-08-0512-45/+40
* rbtree: Rename find header in find controlSebastian Huber2014-07-291-10/+19
* rbtree: Simplify off-tree handlingSebastian Huber2014-07-291-17/+20
* Delete unused *_Is_null() functionsSebastian Huber2014-07-263-42/+0
* rbtree: Update maximum node in LIFO orderSebastian Huber2014-07-262-9/+11