summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtems+bsps/cache: Define cache manager operations for code synchronization an...Pavel Pisa2016-07-041-0/+29
* rtems: Fix rtems_task_set_scheduler() APISebastian Huber2016-07-012-13/+31
* score: Avoid atomic fences for thread wait flagsSebastian Huber2016-06-304-13/+4
* score: Change Priority_Control to 64-bitSebastian Huber2016-06-241-1/+1
* score: Modify release job scheduler operationSebastian Huber2016-06-221-3/+4
* score: Introduce map priority scheduler operationSebastian Huber2016-06-223-28/+50
* rtems: Rework RTEMS API to SuperCore prioritySebastian Huber2016-06-226-109/+191
* Avoid <rtems/print.h> in <rtems/rtems/ratemon.h>Sebastian Huber2016-06-221-2/+3
* Move printer initialization to separate headerSebastian Huber2016-06-221-1/+1
* rtems: Fix rtems_semaphore_create()Sebastian Huber2016-06-161-0/+4
* rtems: Simplify rtems_semaphore_create()Sebastian Huber2016-06-071-132/+113
* rtems: Fix no protocol mutex releaseSebastian Huber2016-06-061-1/+2
* rtems: Remove superfluous includesSebastian Huber2016-05-301-5/+0
* rtems: Fix semaphore field nameSebastian Huber2016-05-304-7/+7
* rtems: Move MrsP semaphore operationsSebastian Huber2016-05-306-26/+26
* score: Rework CORE inherit priority mutexSebastian Huber2016-05-308-38/+28
* score: Rework CORE priority ceiling mutexSebastian Huber2016-05-307-51/+100
* score: Add CORE mutex variantsSebastian Huber2016-05-308-33/+71
* rtems: Remove superfluous includesSebastian Huber2016-05-301-11/+1
* rtems: Simplify rtems_semaphore_delete()Sebastian Huber2016-05-301-11/+6
* rtems: Simplify rtems_semaphore_flush()Sebastian Huber2016-05-301-10/+5
* score: Simplify CORE mutexSebastian Huber2016-05-306-33/+53
* score: Add semaphore variantsSebastian Huber2016-05-307-122/+178
* rtems: Simplify rtems_semaphore_delete()Sebastian Huber2016-05-303-28/+28
* score: Use thread queue lock for MrsPSebastian Huber2016-05-301-0/+7
* score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber2016-05-301-1/+2
* score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber2016-05-3015-73/+47
* score: Add Status_Control for all APIsSebastian Huber2016-05-2630-403/+133
* Fix semaphore post overflow statusSebastian Huber2016-05-262-1/+2
* score: Move thread queue MP callout to contextSebastian Huber2016-05-2519-124/+157
* score: Get rid of mp_id parameterSebastian Huber2016-05-2510-13/+1
* score: Move thread queue object supportSebastian Huber2016-05-253-10/+4
* cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns2016-05-252-21/+19
* score: _CORE_message_queue_Seize()Sebastian Huber2016-05-241-1/+0
* mpci: Add missing return statementsSebastian Huber2016-05-248-8/+8
* score: _CORE_semaphore_Seize()Sebastian Huber2016-05-201-1/+0
* Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber2016-05-2028-50/+28
* score: Rename _Objects_Get_local()Sebastian Huber2016-05-207-7/+7
* rtems: _Semaphore_Get_interrupt_disable()Sebastian Huber2016-05-208-357/+286
* rtems: _Message_queue_Get_interrupt_disable()Sebastian Huber2016-05-2010-365/+348
* rtems: Remove location from _Partition_Get()Sebastian Huber2016-05-206-124/+138
* mpci: Delete unused region supportSebastian Huber2016-05-201-12/+0
* score: Add per scheduler instance maximum prioritySebastian Huber2016-05-201-0/+1
* score: Rename _ISR_Flash() into _ISR_Local_flash()Sebastian Huber2016-05-202-2/+2
* score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber2016-05-202-4/+4
* score: Rename _ISR_Disable_without_giant()Sebastian Huber2016-05-201-2/+2
* rtems: Avoid Giant lock for rtems_task_delete()Sebastian Huber2016-05-202-48/+52
* score: Avoid Giant lock for _Thread_Start()Sebastian Huber2016-05-201-44/+14
* posix: Rework pthread_join()Sebastian Huber2016-05-201-1/+9
* score: Split _Thread_Restart()Sebastian Huber2016-05-201-21/+21