summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-11rtems: Rename rtems_smp_get_current_processor()Sebastian Huber3-6/+30
2014-04-11rtems: Rename rtems_smp_get_processor_count()Sebastian Huber3-4/+29
2014-04-07score: Use proper protectionSebastian Huber1-6/+7
2014-04-07score: Delete _Thread_Ticks_per_timesliceSebastian Huber1-1/+2
2014-04-04Disable per task variables when SMP is enabledJoel Sherrill9-24/+60
2014-04-04score: Add scheduler control to scheduler opsSebastian Huber7-16/+37
2014-04-03rtems: Move affinity from thread to scheduler.Jennifer Averett2-9/+9
2014-03-31score: Delete CORE_mutex_Control::lockSebastian Huber1-1/+1
2014-03-31score: PR2152: Use allocator mutex for objectsSebastian Huber24-125/+91
2014-03-31score: Thread life cycle re-implementationSebastian Huber4-41/+30
2014-03-31score: Add parameter to _Thread_Restart()Sebastian Huber1-1/+1
2014-03-31score: Use thread action for thread restartSebastian Huber1-9/+1
2014-03-31rtems: Use thread action for signalsSebastian Huber6-10/+36
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns219-219/+219
2014-03-18rtems: Include missing header fileSebastian Huber1-1/+2
2014-03-14score: Add SMP lock profiling supportSebastian Huber2-4/+6
2014-03-11score: Add function to destroy SMP locksSebastian Huber1-0/+10
2014-03-11score: Add local context to SMP lock APISebastian Huber4-25/+36
2014-03-07POSIX keys now enabled in all configurations.Joel Sherrill1-1/+6
2014-03-07Remove trailing whitespace in previous patchesJennifer Averett3-13/+13
2014-03-07rtems: Add Classic API get and set affinity methods.Jennifer Averett4-0/+177
2014-03-05taskmode: Formatting correctionJoel Sherrill1-5/+3
2014-02-28rtems: Add cache size functionsSebastian Huber1-0/+20
2014-02-28rtems: Use size_t for cache line sizeSebastian Huber1-2/+2
2014-02-28rtems: Cache manager documentationSebastian Huber1-66/+79
2014-02-21score: Rename _Internal_error_Occurred()Sebastian Huber1-2/+2
2014-02-17Require presence of <stdatomic.h> for SMP supportSebastian Huber2-2/+2
2014-02-12score: Change debug helper functionsSebastian Huber3-11/+13
2014-02-06rtems: Add rtems_status_code_description()Sebastian Huber3-0/+80
2014-02-03rtems/*.c: Remove use of register keywordJoel Sherrill37-73/+73
2014-01-09tasksetpriority.c: Remove obsolete commentJoel Sherrill1-2/+1
2014-01-08libcsupport: Refactor rtems_deviceio_errnoDaniel Ramirez2-2/+76
2013-12-24cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API.Chris Johns3-0/+43
2013-12-21rtems: classic api to/from core priority conversionsDaniel Ramirez4-4/+23
2013-12-09signalcatch.c: Remove junk commentJoel Sherrill1-1/+0
2013-12-09cpukit/rtems: Remove XXX in commentsJoel Sherrill28-71/+110
2013-12-05Fix leap year calculationNickolay Semyonov-Kolchin1-1/+2
2013-09-22rtemsbuildname.c: Fix missing prototype warningsJoel Sherrill1-1/+19
2013-09-22intrbody.c: Fix missing prototype warningsJoel Sherrill1-7/+19
2013-08-30smp: Add and use _Assert_Owner_of_giant()Sebastian Huber1-2/+2
2013-08-27rtems: Add SMP support for signalsSebastian Huber4-27/+40
2013-08-23score: _Thread_queue_Enqueue_with_handler()Sebastian Huber1-1/+5
2013-08-14rtems: Include missing header fileSebastian Huber1-0/+1
2013-08-09score: Per-CPU thread dispatch disable levelSebastian Huber2-1/+17
2013-08-08PR766: Delete __RTEMS_INSIDE__Sebastian Huber1-2/+0
2013-08-08PR766: Delete __RTEMS_APPLICATION__Sebastian Huber1-14/+0
2013-08-05smp: Support ASR path in rtems_task_mode()Sebastian Huber1-0/+14
2013-08-01score: Use an ISR lock for TODSebastian Huber1-7/+7
2013-08-01score: Move nanoseconds since last tick supportSebastian Huber2-20/+5
2013-08-01score: Add and use _TOD_Is_set()Sebastian Huber6-6/+6