summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-08score: Introduce _Thread_Get_priority()Sebastian Huber1-2/+2
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber2-3/+5
2016-09-08score: Simplify thread queue acquire/releaseSebastian Huber3-6/+6
2016-08-04score: Fix a release/cancel job race conditionSebastian Huber7-31/+25
2016-08-04score: Indroduce cancel job scheduler operationSebastian Huber1-1/+1
2016-08-03score: Fix for RTEMS_DEBUGSebastian Huber1-0/+1
2016-07-27score: Turn thread lock into thread wait lockSebastian Huber5-20/+18
2016-07-25cpukit/rtems: fix return type mismatch for _TOD_To_secondsGedare Bloom1-1/+1
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom6-9/+5
2016-07-01rtems: Fix rtems_task_set_scheduler() APISebastian Huber1-6/+15
2016-06-30score: Avoid atomic fences for thread wait flagsSebastian Huber4-13/+4
2016-06-22score: Modify release job scheduler operationSebastian Huber1-3/+4
2016-06-22score: Introduce map priority scheduler operationSebastian Huber2-25/+46
2016-06-22rtems: Rework RTEMS API to SuperCore prioritySebastian Huber5-87/+164
2016-06-22Move printer initialization to separate headerSebastian Huber1-1/+1
2016-06-16rtems: Fix rtems_semaphore_create()Sebastian Huber1-0/+4
2016-06-07rtems: Simplify rtems_semaphore_create()Sebastian Huber1-132/+113
2016-06-06rtems: Fix no protocol mutex releaseSebastian Huber1-1/+2
2016-05-30rtems: Remove superfluous includesSebastian Huber1-5/+0
2016-05-30rtems: Fix semaphore field nameSebastian Huber3-6/+6
2016-05-30rtems: Move MrsP semaphore operationsSebastian Huber5-25/+25
2016-05-30score: Rework CORE inherit priority mutexSebastian Huber6-30/+27
2016-05-30score: Rework CORE priority ceiling mutexSebastian Huber6-51/+99
2016-05-30score: Add CORE mutex variantsSebastian Huber6-32/+64
2016-05-30rtems: Remove superfluous includesSebastian Huber1-11/+1
2016-05-30rtems: Simplify rtems_semaphore_delete()Sebastian Huber1-11/+6
2016-05-30rtems: Simplify rtems_semaphore_flush()Sebastian Huber1-10/+5
2016-05-30score: Simplify CORE mutexSebastian Huber5-33/+52
2016-05-30score: Add semaphore variantsSebastian Huber5-122/+135
2016-05-30rtems: Simplify rtems_semaphore_delete()Sebastian Huber2-28/+23
2016-05-30score: Use thread queue lock for MrsPSebastian Huber1-0/+7
2016-05-30score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber1-1/+2
2016-05-30score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber12-40/+38
2016-05-26score: Add Status_Control for all APIsSebastian Huber24-295/+117
2016-05-26Fix semaphore post overflow statusSebastian Huber2-1/+2
2016-05-25score: Move thread queue MP callout to contextSebastian Huber16-113/+119
2016-05-25score: Get rid of mp_id parameterSebastian Huber10-13/+1
2016-05-25score: Move thread queue object supportSebastian Huber3-10/+4
2016-05-25cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns1-14/+13
2016-05-24score: _CORE_message_queue_Seize()Sebastian Huber1-1/+0
2016-05-24mpci: Add missing return statementsSebastian Huber8-8/+8
2016-05-20score: _CORE_semaphore_Seize()Sebastian Huber1-1/+0
2016-05-20Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber26-47/+26
2016-05-20rtems: _Semaphore_Get_interrupt_disable()Sebastian Huber6-331/+267
2016-05-20rtems: _Message_queue_Get_interrupt_disable()Sebastian Huber8-348/+288
2016-05-20rtems: Remove location from _Partition_Get()Sebastian Huber4-110/+117
2016-05-20mpci: Delete unused region supportSebastian Huber1-12/+0
2016-05-20score: Rename _ISR_Flash() into _ISR_Local_flash()Sebastian Huber1-1/+1
2016-05-20score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber1-2/+2
2016-05-20rtems: Avoid Giant lock for rtems_task_delete()Sebastian Huber2-48/+52