summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Delete dead copy and paste codeSebastian Huber2016-06-0810-1064/+5
* rtems: Fix no protocol mutex releaseSebastian Huber2016-06-061-43/+11
* arm: Fix printk warnings.Chris Johns2016-06-031-16/+18
* score: Maybe fix _Thread_Lock_acquire()Sebastian Huber2016-06-022-42/+7
* score: Fix _Thread_Lock_acquire()Sebastian Huber2016-06-011-11/+12
* score: Use owner of thread queue for CORE mutexSebastian Huber2016-05-302-13/+8
* score: Rework CORE inherit priority mutexSebastian Huber2016-05-3012-385/+159
* score: Rework CORE priority ceiling mutexSebastian Huber2016-05-306-160/+199
* score: Add CORE mutex variantsSebastian Huber2016-05-306-86/+247
* rtems: Simplify rtems_semaphore_delete()Sebastian Huber2016-05-302-28/+0
* score: Simplify CORE mutexSebastian Huber2016-05-303-12/+0
* score: Add semaphore variantsSebastian Huber2016-05-304-54/+39
* score: Use thread queue lock for MrsPSebastian Huber2016-05-302-10/+17
* score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber2016-05-3019-203/+264
* score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber2016-05-3011-39/+53
* score: Adjust thread queue layoutSebastian Huber2016-05-304-41/+49
* score: Add libatomic supportSebastian Huber2016-05-304-212/+80
* score: Add Status_Control for all APIsSebastian Huber2016-05-2640-532/+395
* 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