summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-15score: Add RTEMS_FATAL_SOURCE_STACK_CHECKERSebastian Huber1-0/+7
2012-11-15score: Add RTEMS_FATAL_SOURCE_ASSERTSebastian Huber1-0/+7
2012-11-15score: Add RTEMS_FATAL_SOURCE_BSP_SPECIFICSebastian Huber1-0/+7
2012-11-15score: Add RTEMS_FATAL_SOURCE_BSP_GENERICSebastian Huber1-0/+10
2012-11-15score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber1-0/+7
2012-11-15score: Add RTEMS_FATAL_SOURCE_APPLICATIONSebastian Huber1-0/+7
2012-11-15score: Add RTEMS_FATAL_SOURCE_BDBUFSebastian Huber1-0/+7
2012-11-15score: Add RTEMS_FATAL_SOURCE_LASTSebastian Huber1-2/+10
2012-11-15score: Add INTERNAL_ERROR_CPU_ISR_INSTALL_VECTORSebastian Huber3-1/+36
2012-11-15score: Add nest level to interal error stateSebastian Huber2-0/+9
2012-11-15score: DocumentationSebastian Huber1-3/+10
2012-11-14powerpc: Delete _CPU_Install_interrupt_stack()Sebastian Huber1-11/+0
2012-11-13score: Fix per CPU member offsetsSebastian Huber1-65/+47
2012-11-13score: Move global variables definitionSebastian Huber3-2/+6
2012-11-13score: Statically initialize user extensionsSebastian Huber3-30/+52
2012-11-13score: Add and use _User_extensions_Iterate()Sebastian Huber8-283/+260
2012-11-13score: Add and use RTEMS_ARRAY_SIZE()Sebastian Huber1-0/+2
2012-11-07sapi: Make initial user extensions table read-onlySebastian Huber1-4/+4
2012-11-07sapi: Use rtems_configuration_get_idle_taskSebastian Huber1-1/+1
2012-11-07sapi: Use rtems_*_get_number_of_initial_extensionsSebastian Huber1-1/+1
2012-11-07sapi: Use rtems_config*_get_user_extension_tableSebastian Huber1-1/+1
2012-11-07sapi: Use rtems_config*_get_idle_task_stack_sizeSebastian Huber1-1/+1
2012-11-07sapi: Use rtems_config*_get_interrupt_stack_sizeSebastian Huber2-15/+18
2012-11-06score: Support static_assert and _Static_assertSebastian Huber1-2/+10
2012-10-30rtems: Add system eventsSebastian Huber2-0/+18
2012-10-25score: Work area initialization API changeSebastian Huber5-33/+95
2012-10-25score: Append to free list in _Heap_Extend()Sebastian Huber2-1/+23
2012-10-25score: Change _Heap_Extend() APISebastian Huber5-20/+100
2012-10-15score: Use _Workspace_Allocate_or_fatal_error()Sebastian Huber1-5/+8
2012-10-11threadqextractwithproxy.c: Doxygen header and spacingJoel Sherrill1-15/+14
2012-10-07score: Critical fix for thread dispatchingSebastian Huber1-4/+43
2012-10-02threaddispatch.c: Fix typoJoel Sherrill1-1/+1
2012-10-02score/thread.h: Move Thread_CPU_usage_t definition downJoel Sherrill1-12/+12
2012-10-02score/percpu.h: _Thread_Time_of_last_context_switch always availableJoel Sherrill1-5/+2
2012-10-02score/tod.h: Fix formattingJoel Sherrill1-2/+2
2012-09-05mips/idtcpu.h: Fix nested comment warningJoel Sherrill1-1/+1
2012-08-31coremsg.c: Clean up and comment improvementJoel Sherrill1-7/+13
2012-08-06PR2069: Similar. Forgot to add missing file.Andreas Heinig1-0/+38
2012-08-06PR2069: [CBS Scheduler] Memory leak and enqueue problemAndreas Heinig2-1/+13
2012-07-17score: Change greedy allocation APISebastian Huber2-11/+30
2012-06-14score: Fix performance issue for 64-bit timestampsSebastian Huber5-62/+22
2012-06-14score: New structure TOD_ControlSebastian Huber6-32/+35
2012-06-12v850 port: byte swap instructions not available on all multilibsJoel Sherrill2-7/+33
2012-06-12v850 - byte swap instructions not available on all multilibsJoel Sherrill2-7/+33
2012-06-11v850 port: Initial addition with BSP for simulator in GDBJoel Sherrill10-0/+1925
2012-06-11powerpc/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_Init...Joel Sherrill1-2/+14
2012-06-11mips/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_InitializeJoel Sherrill1-7/+2
2012-06-11i386/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_InitializeJoel Sherrill1-2/+14
2012-06-11arm/cpu.h: Define CPU_SIMPLE_VECTORED_INTERRUPTS and remove _CPU_ISR_InitializeJoel Sherrill1-2/+5
2012-06-11isr.c: Do not call _CPU_Initialize_vectors() if PIC Interrupt ModelJoel Sherrill1-5/+8