summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-26Fix semaphore post overflow statusSebastian Huber2-2/+3
2016-05-25posix: Fix pthread_spin_unlock() error statusSebastian Huber2-15/+6
2016-05-25score: Move thread queue MP callout to contextSebastian Huber33-965/+678
2016-05-25score: Get rid of mp_id parameterSebastian Huber23-133/+22
2016-05-25score: Move thread queue object supportSebastian Huber3-26/+29
2016-05-25mpci: Fix thread queue flush methodSebastian Huber6-97/+56
2016-05-25score/i386: Fix printk format warnings.Chris Johns1-5/+7
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 Huber2-4/+3
2016-05-24score: _CORE_message_queue_Seize()Sebastian Huber2-4/+0
2016-05-20score: _CORE_semaphore_Seize()Sebastian Huber2-3/+0
2016-05-20Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber7-7/+7
2016-05-20score: Rename _Objects_Get_local()Sebastian Huber6-6/+6
2016-05-20score: Delete unused _Objects_Get_isr_disable()Sebastian Huber3-98/+1
2016-05-20mpci: Simplify _Objects_MP_Is_remote()Sebastian Huber4-22/+20
2016-05-20score: Add const to _RBTree_Find_inline()Sebastian Huber1-8/+18
2016-05-20score: Delete unused _Objects_Get_local_object()Sebastian Huber1-27/+0
2016-05-20score: Use _RBTree_Insert_inline()Sebastian Huber3-42/+22
2016-05-20score: Add per scheduler instance maximum prioritySebastian Huber6-8/+22
2016-05-20score: Remove the Giant lockSebastian Huber7-427/+0
2016-05-20score: Rename _ISR_Flash() into _ISR_Local_flash()Sebastian Huber2-3/+3
2016-05-20score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber12-101/+65
2016-05-20score: Rename _ISR_Disable_without_giant()Sebastian Huber16-44/+44
2016-05-20score: _Thread_Dispatch_increment_disable_level()Sebastian Huber3-4/+16
2016-05-20score: Avoid Giant _Objects_Extend_information()Sebastian Huber1-5/+4
2016-05-20score: Delete unused _Objects_Get()Sebastian Huber4-182/+18
2016-05-20score: Delete unused _Thread_Get()Sebastian Huber2-48/+0
2016-05-20posix: Rework thread cancellationSebastian Huber3-4/+12
2016-05-20score: Avoid Giant lock for _Thread_Start()Sebastian Huber4-27/+26
2016-05-20posix: Rework pthread_join()Sebastian Huber4-7/+127
2016-05-20score: Simplify _Thread_Life_action_handler()Sebastian Huber3-68/+29
2016-05-20score: Rework _Thread_Cancel()Sebastian Huber1-54/+31
2016-05-20score: Rework _Thread_Restart_other()Sebastian Huber3-11/+86
2016-05-20score: Split _Thread_Restart()Sebastian Huber3-47/+95
2016-05-20score: Add _Thread_Dispatch_disable_with_CPU()Sebastian Huber1-5/+23
2016-05-20score: Add _Thread_Clear_state_locked()Sebastian Huber2-5/+21
2016-05-20score: Add _Thread_Set_state_locked()Sebastian Huber2-6/+22
2016-05-20score: Add _Thread_Join() and _Thread_Cancel()Sebastian Huber4-31/+70
2016-05-20score: Rework _Thread_Exit()Sebastian Huber1-4/+16
2016-05-20score: Add _Thread_Raise_real_priority()Sebastian Huber1-14/+16
2016-05-20score: Add Thread_Change_life()Sebastian Huber6-57/+73
2016-05-20score: Delete unused variableSebastian Huber1-6/+3
2016-05-20score: Avoid superfluous life protectionSebastian Huber1-3/+0
2016-05-20score: Add _Thread_Exit()Sebastian Huber2-4/+16
2016-05-20score: Delete redundant thread life enumsSebastian Huber2-6/+6
2016-05-19SMP: Add Mellor-Crummey and Scott (MCS) lockSebastian Huber3-0/+267
2016-05-19SMP: Add and use lock statistics helperSebastian Huber2-28/+54
2016-05-19SMP: Move ticket lock to separate header fileSebastian Huber4-160/+208
2016-05-19SMP: Move lock stats to separate header fileSebastian Huber5-333/+397
2016-05-12score: Avoid Giant lock for scheduler set/getSebastian Huber3-14/+62