summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Add heap statisticsSebastian Huber2014-11-283-7/+31
* score: Return heap stats via _Heap_Get_informationSebastian Huber2014-11-282-1/+3
* smp: Fix scheduler helping protocolSebastian Huber2014-11-271-34/+77
* smp: Fix scheduler helping protocol assertionsSebastian Huber2014-11-271-3/+5
* objectgetnameasstring.c: Reformat _Objects_Get() switch to follow patternJosh Oguin2014-11-261-7/+8
* objectimpl.h: Add _Assert() to _Objects_Invalidate_Id()Josh Oguin2014-11-261-0/+6
* chainimpl.h: Add _Assert() to _Chain_Initialize_empty()Josh Oguin2014-11-261-3/+9
* apimutex.c: Add _Assert for NULL pointer accessJosh Oguin2014-11-261-0/+2
* arm: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPECSebastian Huber2014-11-251-1/+1
* _Scheduler_FIXME_thread_priority_queues_are_brokenSebastian Huber2014-11-242-13/+0
* smp: Fix scheduler helping protocolLuca Bonato2014-11-242-18/+35
* rtems/score/object.h: Correct types on _Objects_Build_idSantosh G Vattam2014-11-231-3/+3
* objectsetname.c: Fix always true condition (Coverity ID 1063874)Joel Sherrill2014-11-211-5/+5
* cpukit: basedefs: macro for packed attributeJan Dolezal2014-11-201-0/+10
* score: i386: functions converting real mode pointer to physical address and backJan Dolezal2014-11-202-0/+75
* score: Move is_executing_on_a_core from cpuusagereport.c to threadimpl.hJennifer Averett2014-10-271-0/+30
* score: Add capture data to tcb.Jennifer Averett2014-10-272-0/+10
* cpukit/score/cpu/lm32/irq.c: Fix warningJoel Sherrill2014-10-201-0/+6
* score/cpu/lm32/rtems/score/cpu.h: Fix set but not used warningJoel Sherrill2014-10-201-0/+3
* score/cpu/i386/rtems/score/cpu.h: Fix set but not used warningJoel Sherrill2014-10-201-0/+1
* bfin libcpu and libbsp: Fix warningsJoel Sherrill2014-10-161-0/+1
* score: Fix compile error for POSIX disabledSebastian Huber2014-10-161-2/+1
* h8300/cpu_asm.S: Correct register size suffix for loading DISPATCH_NEEDEDJoel Sherrill2014-10-151-1/+1
* rtems/score/object.h: Include <rtems/score/cpu.h> to honor 16-bit IdsJoel Sherrill2014-10-151-0/+1
* sparc64: fix warnings in cpukit/score/cpuGedare Bloom2014-10-132-4/+2
* score/cpu/m32c: Fix warningsJoel Sherrill2014-10-132-4/+5
* score: Rework global constructionSebastian Huber2014-10-134-82/+107
* arm: Fix warningSebastian Huber2014-10-101-0/+6
* m32r/cpu_asm.c: Add prototype to fix warningJoel Sherrill2014-10-091-0/+5
* m32r/rtems/score/cpu.h: Fix macros to avoid warningsJoel Sherrill2014-10-091-18/+20
* h8300/rtems/score/cpu.h: Fix macros to avoid warningsJoel Sherrill2014-10-091-6/+17
* 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