summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix semaphore post overflow statusSebastian Huber2016-05-262-2/+3
* posix: Fix pthread_spin_unlock() error statusSebastian Huber2016-05-252-15/+6
* score: Move thread queue MP callout to contextSebastian Huber2016-05-2533-965/+678
* score: Get rid of mp_id parameterSebastian Huber2016-05-2523-133/+22
* score: Move thread queue object supportSebastian Huber2016-05-253-26/+29
* mpci: Fix thread queue flush methodSebastian Huber2016-05-256-97/+56
* score/i386: Fix printk format warnings.Chris Johns2016-05-251-5/+7
* cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns2016-05-251-17/+13
* score: Fix blocking _CORE_message_queue_Submit()Sebastian Huber2016-05-242-4/+3
* score: _CORE_message_queue_Seize()Sebastian Huber2016-05-242-4/+0
* score: _CORE_semaphore_Seize()Sebastian Huber2016-05-202-3/+0
* Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber2016-05-207-7/+7
* score: Rename _Objects_Get_local()Sebastian Huber2016-05-206-6/+6
* score: Delete unused _Objects_Get_isr_disable()Sebastian Huber2016-05-203-98/+1
* mpci: Simplify _Objects_MP_Is_remote()Sebastian Huber2016-05-204-22/+20
* score: Add const to _RBTree_Find_inline()Sebastian Huber2016-05-201-8/+18
* score: Delete unused _Objects_Get_local_object()Sebastian Huber2016-05-201-27/+0
* score: Use _RBTree_Insert_inline()Sebastian Huber2016-05-203-42/+22
* score: Add per scheduler instance maximum prioritySebastian Huber2016-05-206-8/+22
* score: Remove the Giant lockSebastian Huber2016-05-207-427/+0
* score: Rename _ISR_Flash() into _ISR_Local_flash()Sebastian Huber2016-05-202-3/+3
* score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber2016-05-2012-101/+65
* score: Rename _ISR_Disable_without_giant()Sebastian Huber2016-05-2016-44/+44
* score: _Thread_Dispatch_increment_disable_level()Sebastian Huber2016-05-203-4/+16
* score: Avoid Giant _Objects_Extend_information()Sebastian Huber2016-05-201-5/+4
* score: Delete unused _Objects_Get()Sebastian Huber2016-05-204-182/+18
* score: Delete unused _Thread_Get()Sebastian Huber2016-05-202-48/+0
* posix: Rework thread cancellationSebastian Huber2016-05-203-4/+12
* score: Avoid Giant lock for _Thread_Start()Sebastian Huber2016-05-204-27/+26
* posix: Rework pthread_join()Sebastian Huber2016-05-204-7/+127
* score: Simplify _Thread_Life_action_handler()Sebastian Huber2016-05-203-68/+29
* score: Rework _Thread_Cancel()Sebastian Huber2016-05-201-54/+31
* score: Rework _Thread_Restart_other()Sebastian Huber2016-05-203-11/+86
* score: Split _Thread_Restart()Sebastian Huber2016-05-203-47/+95
* score: Add _Thread_Dispatch_disable_with_CPU()Sebastian Huber2016-05-201-5/+23
* score: Add _Thread_Clear_state_locked()Sebastian Huber2016-05-202-5/+21
* score: Add _Thread_Set_state_locked()Sebastian Huber2016-05-202-6/+22
* score: Add _Thread_Join() and _Thread_Cancel()Sebastian Huber2016-05-204-31/+70
* score: Rework _Thread_Exit()Sebastian Huber2016-05-201-4/+16
* score: Add _Thread_Raise_real_priority()Sebastian Huber2016-05-201-14/+16
* score: Add Thread_Change_life()Sebastian Huber2016-05-206-57/+73
* score: Delete unused variableSebastian Huber2016-05-201-6/+3
* score: Avoid superfluous life protectionSebastian Huber2016-05-201-3/+0
* score: Add _Thread_Exit()Sebastian Huber2016-05-202-4/+16
* score: Delete redundant thread life enumsSebastian Huber2016-05-202-6/+6
* SMP: Add Mellor-Crummey and Scott (MCS) lockSebastian Huber2016-05-193-0/+267
* SMP: Add and use lock statistics helperSebastian Huber2016-05-192-28/+54
* SMP: Move ticket lock to separate header fileSebastian Huber2016-05-194-160/+208
* SMP: Move lock stats to separate header fileSebastian Huber2016-05-195-333/+397
* score: Avoid Giant lock for scheduler set/getSebastian Huber2016-05-123-14/+62