summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Introduce _Thread_Get_priority()Sebastian Huber2016-09-081-2/+2
* score: Introduce Thread_queue_Lock_contextSebastian Huber2016-09-082-3/+5
* score: Simplify thread queue acquire/releaseSebastian Huber2016-09-083-6/+6
* score: Fix a release/cancel job race conditionSebastian Huber2016-08-047-31/+25
* score: Indroduce cancel job scheduler operationSebastian Huber2016-08-041-1/+1
* score: Fix for RTEMS_DEBUGSebastian Huber2016-08-031-0/+1
* score: Turn thread lock into thread wait lockSebastian Huber2016-07-275-20/+18
* cpukit/rtems: fix return type mismatch for _TOD_To_secondsGedare Bloom2016-07-251-1/+1
* cpukit: Add and use Watchdog_Discipline.Gedare Bloom2016-07-256-9/+5
* rtems: Fix rtems_task_set_scheduler() APISebastian Huber2016-07-011-6/+15
* score: Avoid atomic fences for thread wait flagsSebastian Huber2016-06-304-13/+4
* score: Modify release job scheduler operationSebastian Huber2016-06-221-3/+4
* score: Introduce map priority scheduler operationSebastian Huber2016-06-222-25/+46
* rtems: Rework RTEMS API to SuperCore prioritySebastian Huber2016-06-225-87/+164
* 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-303-6/+6
* rtems: Move MrsP semaphore operationsSebastian Huber2016-05-305-25/+25
* score: Rework CORE inherit priority mutexSebastian Huber2016-05-306-30/+27
* score: Rework CORE priority ceiling mutexSebastian Huber2016-05-306-51/+99
* score: Add CORE mutex variantsSebastian Huber2016-05-306-32/+64
* 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-305-33/+52
* score: Add semaphore variantsSebastian Huber2016-05-305-122/+135
* rtems: Simplify rtems_semaphore_delete()Sebastian Huber2016-05-302-28/+23
* 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-3012-40/+38
* score: Add Status_Control for all APIsSebastian Huber2016-05-2624-295/+117
* Fix semaphore post overflow statusSebastian Huber2016-05-262-1/+2
* score: Move thread queue MP callout to contextSebastian Huber2016-05-2516-113/+119
* 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-251-14/+13
* 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-2026-47/+26
* rtems: _Semaphore_Get_interrupt_disable()Sebastian Huber2016-05-206-331/+267
* rtems: _Message_queue_Get_interrupt_disable()Sebastian Huber2016-05-208-348/+288
* rtems: Remove location from _Partition_Get()Sebastian Huber2016-05-204-110/+117
* mpci: Delete unused region supportSebastian Huber2016-05-201-12/+0
* score: Rename _ISR_Flash() into _ISR_Local_flash()Sebastian Huber2016-05-201-1/+1
* score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber2016-05-201-2/+2
* rtems: Avoid Giant lock for rtems_task_delete()Sebastian Huber2016-05-202-48/+52