summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtems+bsps/cache: Define cache manager operations for code synchronization an...Pavel Pisa2016-10-021-0/+29
* various .h files: Add missing C++ extern wrappersMartin Galvan2015-09-031-1/+5
* score: Simplify <rtems/score/thread.h>Sebastian Huber2015-06-251-0/+1
* rtems: Add rtems_interrupt_local_disable|enable()Sebastian Huber2015-06-221-0/+38
* Remove use ticks for statistics configure option.Joel Sherrill2015-06-153-51/+23
* rtems: Do not switch off the FP attributeSebastian Huber2015-06-111-4/+0
* cpukit/rtems: Fix doc for rtems_clock_get_ticks_per_secondGedare Bloom2015-06-091-1/+1
* timecounter: Use in RTEMSAlexander Krutwig2015-05-201-26/+5
* score: Fine grained locking for message queuesSebastian Huber2015-05-191-0/+15
* score: Add Thread_queue_Control::LockSebastian Huber2015-05-193-0/+4
* score: New timer server implementationSebastian Huber2015-05-192-26/+30
* score: Add header to _Watchdog_Remove()Sebastian Huber2015-05-191-3/+10
* score: _Objects_Get_isr_disable()Sebastian Huber2015-04-211-3/+7
* score: Add Watchdog_HeaderSebastian Huber2015-04-131-2/+3
* cpukit: Remove old DESCRIPTION: in commentsJoel Sherrill2015-03-111-3/+5
* cpukit: deprecate task variables. closes #2293.Gedare Bloom2015-03-102-4/+12
* cpukit: deprecate rtems_clock_get(). closes #2294.Gedare Bloom2015-03-101-1/+4
* cpukit: deprecate notepadsGedare Bloom2015-03-101-3/+9
* Fix more Doxygen typosJoel Sherrill2015-03-061-1/+1
* Fix a number of minor Doxygen formatting issuesJoel Sherrill2015-03-061-2/+2
* score: Implement fine-grained locking for eventsSebastian Huber2015-03-051-35/+14
* score: C/C++ compatibility macros for ISR locksSebastian Huber2015-03-051-0/+45
* libnetworking: Fix close of active socketsSebastian Huber2015-01-201-0/+5
* rtems: Add rtems_cache_coherent_allocate()Sebastian Huber2014-11-271-0/+61
* rtems: Add more clock tick functionsSebastian Huber2014-08-261-0/+71
* rtems: Inline rtems_clock_get_ticks_since_boot()Sebastian Huber2014-08-251-7/+7
* score: Add SMP support to the cache managerDaniel Cederman2014-08-221-0/+82
* Delete unused *_Is_null() functionsSebastian Huber2014-07-267-86/+0
* rtems: Delete unused <rtems/rtems/atomic.h>Sebastian Huber2014-06-301-35/+0
* score: _Scheduler_Set_affinity()Sebastian Huber2014-06-021-0/+11
* score: Multiprocessor Resource Sharing ProtocolSebastian Huber2014-05-284-0/+100
* rtems: Clarify task set/get scheduler parametersSebastian Huber2014-05-201-6/+6
* rtems: Move extern "C" in <rtems.h>Sebastian Huber2014-05-121-4/+4
* rtems: Fix ASR SMP supportSebastian Huber2014-05-071-0/+10
* score: Implement forced thread migrationSebastian Huber2014-05-071-2/+0
* score: DocumentationSebastian Huber2014-05-071-2/+6
* score: SMP_FATAL_SCHEDULER_WITHOUT_PROCESSORSSebastian Huber2014-05-051-0/+2
* doc: rtems_task_set_scheduler()Sebastian Huber2014-04-171-0/+3
* doc: rtems_get_processor_count()Sebastian Huber2014-04-171-8/+5
* rtems: Add const qualifierSebastian Huber2014-04-161-3/+3
* rtems: Add task get/set schedulerSebastian Huber2014-04-151-0/+35
* rtems: Add scheduler get processorsSebastian Huber2014-04-151-0/+24
* rtems: Add scheduler identificationSebastian Huber2014-04-151-0/+17
* score: Task get/set affinitySebastian Huber2014-04-151-24/+26
* score: Simplify thread control initializationSebastian Huber2014-04-151-1/+1
* rtems: Rename rtems_smp_get_current_processor()Sebastian Huber2014-04-111-6/+4
* rtems: Rename rtems_smp_get_processor_count()Sebastian Huber2014-04-111-4/+2
* Disable per task variables when SMP is enabledJoel Sherrill2014-04-042-6/+12
* score: PR2152: Use allocator mutex for objectsSebastian Huber2014-03-312-18/+11
* score: Thread life cycle re-implementationSebastian Huber2014-03-311-0/+3