summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill2017-01-111-4/+0
* score: Add thread queue enqueue calloutSebastian Huber2016-11-231-0/+3
* rtems: Conditionally define rtems_interrupt_frameSebastian Huber2016-11-181-1/+6
* rtems: Add scheduler processor add/removeSebastian Huber2016-11-101-4/+53
* score: Simplify _Scheduler_Get_by_id()Sebastian Huber2016-11-091-2/+0
* rtems: Add rtems_task_iterate()Sebastian Huber2016-11-021-0/+32
* rtems: Add rtems_task_get_priority()Sebastian Huber2016-09-211-0/+29
* score: Rework thread priority managementSebastian Huber2016-09-211-0/+6
* score: Introduce Thread_queue_Lock_contextSebastian Huber2016-09-083-4/+7
* score: Fix a release/cancel job race conditionSebastian Huber2016-08-042-6/+11
* score: Turn thread lock into thread wait lockSebastian Huber2016-07-271-2/+2
* 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-011-7/+16
* score: Change Priority_Control to 64-bitSebastian Huber2016-06-241-1/+1
* score: Introduce map priority scheduler operationSebastian Huber2016-06-221-3/+4
* rtems: Rework RTEMS API to SuperCore prioritySebastian Huber2016-06-221-22/+27
* Avoid <rtems/print.h> in <rtems/rtems/ratemon.h>Sebastian Huber2016-06-221-2/+3
* rtems: Fix semaphore field nameSebastian Huber2016-05-301-1/+1
* rtems: Move MrsP semaphore operationsSebastian Huber2016-05-301-1/+1
* score: Rework CORE inherit priority mutexSebastian Huber2016-05-302-8/+1
* score: Rework CORE priority ceiling mutexSebastian Huber2016-05-301-0/+1
* score: Add CORE mutex variantsSebastian Huber2016-05-302-1/+7
* score: Simplify CORE mutexSebastian Huber2016-05-301-0/+1
* score: Add semaphore variantsSebastian Huber2016-05-302-0/+43
* rtems: Simplify rtems_semaphore_delete()Sebastian Huber2016-05-301-0/+5
* score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber2016-05-303-33/+9
* score: Add Status_Control for all APIsSebastian Huber2016-05-265-105/+16
* score: Move thread queue MP callout to contextSebastian Huber2016-05-253-11/+38
* cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns2016-05-251-7/+6
* Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber2016-05-202-3/+2
* score: Rename _Objects_Get_local()Sebastian Huber2016-05-207-7/+7
* rtems: _Semaphore_Get_interrupt_disable()Sebastian Huber2016-05-202-26/+19
* rtems: _Message_queue_Get_interrupt_disable()Sebastian Huber2016-05-202-17/+60
* rtems: Remove location from _Partition_Get()Sebastian Huber2016-05-202-14/+21
* score: Add per scheduler instance maximum prioritySebastian Huber2016-05-201-0/+1
* 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
* score: Rename _ISR_Disable_without_giant()Sebastian Huber2016-05-201-2/+2
* rtems: Add rtems_interrupt_lock_interrupt_disableSebastian Huber2016-05-121-0/+13
* rtems: Avoid Giant lock for some task operationsSebastian Huber2016-05-121-19/+15
* rtems: Use thread state lock for signalsSebastian Huber2016-05-122-56/+8
* score: Introduce thread state lockSebastian Huber2016-05-121-5/+3
* mpci: Delete unused region supportSebastian Huber2016-05-122-144/+0
* rtems: Avoid Giant lock for signalsSebastian Huber2016-05-063-73/+26
* score: Simplify _Thread_Get_interrupt_disable()Sebastian Huber2016-05-041-27/+4
* rtems: Return status in _Event_Surrender()Sebastian Huber2016-05-041-1/+1
* rtems: Remove task variablesSebastian Huber2016-05-042-61/+0
* score: Optimize _Objects_Get_local()Sebastian Huber2016-05-024-5/+5
* mpci: Make _*_MP_Get_packet() staticSebastian Huber2016-05-028-56/+0
* mpci: Make _*_MP_Send_response_packet() staticSebastian Huber2016-05-028-94/+0