summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-12score: Introduce _Internal_error()Sebastian Huber14-36/+35
2016-12-12Add INTERNAL_ERROR_POSIX_INIT_THREAD_CREATE_FAILEDSebastian Huber1-1/+2
2016-12-12Add INTERNAL_ERROR_RTEMS_INIT_TASK_CREATE_FAILEDSebastian Huber1-1/+2
2016-12-12Rename is_internal to always_set_to_falseSebastian Huber1-3/+3
2016-12-09score: Remove fatal is internal indicatorSebastian Huber22-101/+29
2016-12-06score: Simplify linker set APISebastian Huber1-25/+38
2016-12-02score: Fix ARM and PowerPC context initializationSebastian Huber2-0/+5
2016-12-02score: Initialize thread queue context earlySebastian Huber5-9/+8
2016-12-02score: Fix debug thread queue context initSebastian Huber2-2/+4
2016-11-28sparc: Optimize _ISR_Handler()Sebastian Huber1-0/+3
2016-11-28score: Fix thread queue context initializationSebastian Huber5-5/+12
2016-11-24arm: Fix _CPU_ISR_Is_enabled() for ARMv7-MSebastian Huber1-1/+1
2016-11-24score: Optimize _Thread_queue_Enqueue()Sebastian Huber16-24/+101
2016-11-24score: Fix interrupt profilingSebastian Huber2-5/+20
2016-11-23score: Explicitly define the fatal source numbersSebastian Huber1-11/+11
2016-11-23score: Uncomment unused internal error codesSebastian Huber1-33/+37
2016-11-23posix: Add self-contained pthread spinlockSebastian Huber8-379/+1
2016-11-23score: Add RTEMS_ALIAS()Sebastian Huber1-0/+10
2016-11-23score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber17-65/+27
2016-11-23score: Add thread queue enqueue calloutSebastian Huber18-148/+236
2016-11-23score: Robust thread dispatchSebastian Huber20-2/+82
2016-11-23score: Delete obsolete scheduler debug aidSebastian Huber4-67/+0
2016-11-23arm: Fix _ARMV4_Exception_interruptSebastian Huber1-1/+1
2016-11-23score: Force Per_CPU_Control::executing alignmentSebastian Huber1-0/+7
2016-11-21arm: Fix Thumb-1 targetsSebastian Huber2-10/+40
2016-11-21score: Group Per_CPU_Control members by alignmentSebastian Huber1-19/+19
2016-11-21sparc64: Fix _CPU_ISR_Is_enabled()Sebastian Huber1-1/+1
2016-11-21nios2: Fix _CPU_ISR_Is_enabled()Sebastian Huber1-4/+4
2016-11-21arm: Fix ARM_CONTEXT_CONTROL_ISR_DISPATCH_DISABLESebastian Huber1-2/+4
2016-11-21bfin: ASM compatibility for <rtems/score/cpu.h>Sebastian Huber1-2/+2
2016-11-18score: Optimize self-contained objectsSebastian Huber4-41/+62
2016-11-18score: Constify _MRSP_Get_owner()Sebastian Huber1-1/+3
2016-11-18score: Add _ISR_Is_enabled()Sebastian Huber19-2/+124
2016-11-18score: Restrict task interrupt level to 0 on SMPSebastian Huber1-2/+8
2016-11-18powerpc: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber2-2/+5
2016-11-18arm: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber4-31/+94
2016-11-18arm: Simplify _ARMV4_Exception_interruptSebastian Huber1-18/+22
2016-11-18arm: Use local labelsSebastian Huber1-9/+9
2016-11-18sparc: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber2-22/+5
2016-11-18score: Allow interrupts during thread dispatchSebastian Huber5-38/+21
2016-11-18score: Add Per_CPU_Control::Interrupt_frameSebastian Huber3-9/+38
2016-11-18score: Add Per_CPU_Control::isr_dispatch_disableSebastian Huber2-1/+19
2016-11-18arm: Provide CPU_Interrupt_frame for ARMv4Sebastian Huber2-3/+55
2016-11-18powerpc: Add up to date CPU_Interrupt_frameSebastian Huber2-6/+386
2016-11-18powerpc: Move legacy CPU_Interrupt_frameSebastian Huber1-31/+0
2016-11-18sparc: Move CPU_Interrupt_frame related definesSebastian Huber5-54/+58
2016-11-18sparc: Rename CPU_Minimum_stack_frameSebastian Huber4-26/+26
2016-11-18sparc64: Rename CPU_Minimum_stack_frameSebastian Huber3-30/+30
2016-11-18rtems: Conditionally define rtems_interrupt_frameSebastian Huber15-15/+15
2016-11-18score: Move CPU_PER_CPU_CONTROL_SIZESebastian Huber34-94/+125