summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-22score: Remove hidden deadline overrule for CBSSebastian Huber1-22/+8
2016-06-22score: Introduce map priority scheduler operationSebastian Huber3-1/+40
2016-06-22score: Delete unused _Scheduler_Priority_compare()Sebastian Huber5-85/+32
2016-06-22Move printer initialization to separate headerSebastian Huber1-2/+2
2016-06-16score: Fix thread delete race condition on SMPSebastian Huber1-6/+17
2016-06-14score: _Scheduler_priority_Ready_queue_initializeSebastian Huber3-3/+12
2016-06-14score: _Thread_Create_idle_for_CPU()Sebastian Huber1-12/+12
2016-06-09score: Comment _Thread_queue_Enqueue_critical()Sebastian Huber1-0/+9
2016-06-08score: Delete CPU_USE_GENERIC_BITFIELD_DATASebastian Huber1-3/+1
2016-05-30score: Rework CORE inherit priority mutexSebastian Huber8-178/+48
2016-05-30score: Rework CORE priority ceiling mutexSebastian Huber4-66/+19
2016-05-30score: Add CORE mutex variantsSebastian Huber4-54/+59
2016-05-30score: Simplify CORE mutexSebastian Huber1-3/+0
2016-05-30score: Add semaphore variantsSebastian Huber2-11/+11
2016-05-30score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber13-157/+205
2016-05-30score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber8-13/+15
2016-05-30score: Adjust thread queue layoutSebastian Huber2-29/+28
2016-05-30score: Add libatomic supportSebastian Huber1-0/+79
2016-05-26score: Add Status_Control for all APIsSebastian Huber25-156/+109
2016-05-26Fix semaphore post overflow statusSebastian Huber1-1/+1
2016-05-25posix: Fix pthread_spin_unlock() error statusSebastian Huber1-9/+4
2016-05-25score: Move thread queue MP callout to contextSebastian Huber24-263/+244
2016-05-25score: Get rid of mp_id parameterSebastian Huber17-41/+14
2016-05-25score: Move thread queue object supportSebastian Huber1-6/+2
2016-05-25mpci: Fix thread queue flush methodSebastian Huber4-48/+26
2016-05-25cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns1-17/+13
2016-05-24score: Fix blocking _CORE_message_queue_Submit()Sebastian Huber1-1/+2
2016-05-24score: _CORE_message_queue_Seize()Sebastian Huber1-1/+0
2016-05-20score: _CORE_semaphore_Seize()Sebastian Huber1-1/+0
2016-05-20Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber6-6/+6
2016-05-20score: Rename _Objects_Get_local()Sebastian Huber4-4/+4
2016-05-20score: Delete unused _Objects_Get_isr_disable()Sebastian Huber1-55/+0
2016-05-20mpci: Simplify _Objects_MP_Is_remote()Sebastian Huber2-11/+9
2016-05-20score: Use _RBTree_Insert_inline()Sebastian Huber2-27/+22
2016-05-20score: Remove the Giant lockSebastian Huber4-241/+0
2016-05-20score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber2-12/+2
2016-05-20score: Rename _ISR_Disable_without_giant()Sebastian Huber8-20/+20
2016-05-20score: Avoid Giant _Objects_Extend_information()Sebastian Huber1-5/+4
2016-05-20score: Delete unused _Objects_Get()Sebastian Huber1-80/+0
2016-05-20score: Delete unused _Thread_Get()Sebastian Huber1-22/+0
2016-05-20posix: Rework thread cancellationSebastian Huber1-3/+3
2016-05-20score: Avoid Giant lock for _Thread_Start()Sebastian Huber2-10/+23
2016-05-20posix: Rework pthread_join()Sebastian Huber1-4/+88
2016-05-20score: Simplify _Thread_Life_action_handler()Sebastian Huber2-67/+29
2016-05-20score: Rework _Thread_Cancel()Sebastian Huber1-54/+31
2016-05-20score: Rework _Thread_Restart_other()Sebastian Huber1-9/+79
2016-05-20score: Split _Thread_Restart()Sebastian Huber2-20/+86
2016-05-20score: Add _Thread_Clear_state_locked()Sebastian Huber1-5/+16
2016-05-20score: Add _Thread_Set_state_locked()Sebastian Huber1-6/+17
2016-05-20score: Add _Thread_Join() and _Thread_Cancel()Sebastian Huber1-20/+61