summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-11Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill1-4/+0
2016-11-23score: Add thread queue enqueue calloutSebastian Huber1-0/+3
2016-11-18rtems: Conditionally define rtems_interrupt_frameSebastian Huber1-1/+6
2016-11-10rtems: Add scheduler processor add/removeSebastian Huber1-4/+53
2016-11-09score: Simplify _Scheduler_Get_by_id()Sebastian Huber1-2/+0
2016-11-02rtems: Add rtems_task_iterate()Sebastian Huber1-0/+32
2016-09-21rtems: Add rtems_task_get_priority()Sebastian Huber1-0/+29
2016-09-21score: Rework thread priority managementSebastian Huber1-0/+6
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber3-4/+7
2016-08-04score: Fix a release/cancel job race conditionSebastian Huber2-6/+11
2016-07-27score: Turn thread lock into thread wait lockSebastian Huber1-2/+2
2016-07-04rtems+bsps/cache: Define cache manager operations for code synchronization an...Pavel Pisa1-0/+29
2016-07-01rtems: Fix rtems_task_set_scheduler() APISebastian Huber1-7/+16
2016-06-24score: Change Priority_Control to 64-bitSebastian Huber1-1/+1
2016-06-22score: Introduce map priority scheduler operationSebastian Huber1-3/+4
2016-06-22rtems: Rework RTEMS API to SuperCore prioritySebastian Huber1-22/+27
2016-06-22Avoid <rtems/print.h> in <rtems/rtems/ratemon.h>Sebastian Huber1-2/+3
2016-05-30rtems: Fix semaphore field nameSebastian Huber1-1/+1
2016-05-30rtems: Move MrsP semaphore operationsSebastian Huber1-1/+1
2016-05-30score: Rework CORE inherit priority mutexSebastian Huber2-8/+1
2016-05-30score: Rework CORE priority ceiling mutexSebastian Huber1-0/+1
2016-05-30score: Add CORE mutex variantsSebastian Huber2-1/+7
2016-05-30score: Simplify CORE mutexSebastian Huber1-0/+1
2016-05-30score: Add semaphore variantsSebastian Huber2-0/+43
2016-05-30rtems: Simplify rtems_semaphore_delete()Sebastian Huber1-0/+5
2016-05-30score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber3-33/+9
2016-05-26score: Add Status_Control for all APIsSebastian Huber5-105/+16
2016-05-25score: Move thread queue MP callout to contextSebastian Huber3-11/+38
2016-05-25cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns1-7/+6
2016-05-20Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber2-3/+2
2016-05-20score: Rename _Objects_Get_local()Sebastian Huber7-7/+7
2016-05-20rtems: _Semaphore_Get_interrupt_disable()Sebastian Huber2-26/+19
2016-05-20rtems: _Message_queue_Get_interrupt_disable()Sebastian Huber2-17/+60
2016-05-20rtems: Remove location from _Partition_Get()Sebastian Huber2-14/+21
2016-05-20score: Add per scheduler instance maximum prioritySebastian Huber1-0/+1
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-20score: Rename _ISR_Disable_without_giant()Sebastian Huber1-2/+2
2016-05-12rtems: Add rtems_interrupt_lock_interrupt_disableSebastian Huber1-0/+13
2016-05-12rtems: Avoid Giant lock for some task operationsSebastian Huber1-19/+15
2016-05-12rtems: Use thread state lock for signalsSebastian Huber2-56/+8
2016-05-12score: Introduce thread state lockSebastian Huber1-5/+3
2016-05-12mpci: Delete unused region supportSebastian Huber2-144/+0
2016-05-06rtems: Avoid Giant lock for signalsSebastian Huber3-73/+26
2016-05-04score: Simplify _Thread_Get_interrupt_disable()Sebastian Huber1-27/+4
2016-05-04rtems: Return status in _Event_Surrender()Sebastian Huber1-1/+1
2016-05-04rtems: Remove task variablesSebastian Huber2-61/+0
2016-05-02score: Optimize _Objects_Get_local()Sebastian Huber4-5/+5
2016-05-02mpci: Make _*_MP_Get_packet() staticSebastian Huber8-56/+0
2016-05-02mpci: Make _*_MP_Send_response_packet() staticSebastian Huber8-94/+0