summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtems: Rename rtems_smp_get_processor_count()Sebastian Huber2014-04-111-0/+25
* score: Use proper protectionSebastian Huber2014-04-071-6/+7
* score: Delete _Thread_Ticks_per_timesliceSebastian Huber2014-04-071-1/+2
* Disable per task variables when SMP is enabledJoel Sherrill2014-04-045-17/+40
* score: Add scheduler control to scheduler opsSebastian Huber2014-04-047-16/+37
* rtems: Move affinity from thread to scheduler.Jennifer Averett2014-04-032-9/+9
* score: Delete CORE_mutex_Control::lockSebastian Huber2014-03-311-1/+1
* score: PR2152: Use allocator mutex for objectsSebastian Huber2014-03-3121-106/+80
* score: Thread life cycle re-implementationSebastian Huber2014-03-313-41/+27
* score: Add parameter to _Thread_Restart()Sebastian Huber2014-03-311-1/+1
* score: Use thread action for thread restartSebastian Huber2014-03-311-9/+1
* rtems: Use thread action for signalsSebastian Huber2014-03-314-10/+22
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-21166-166/+166
* rtems: Include missing header fileSebastian Huber2014-03-181-1/+2
* score: Add local context to SMP lock APISebastian Huber2014-03-112-6/+6
* POSIX keys now enabled in all configurations.Joel Sherrill2014-03-071-1/+6
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-072-2/+2
* rtems: Add Classic API get and set affinity methods.Jennifer Averett2014-03-072-0/+125
* taskmode: Formatting correctionJoel Sherrill2014-03-051-5/+3
* score: Rename _Internal_error_Occurred()Sebastian Huber2014-02-211-2/+2
* score: Change debug helper functionsSebastian Huber2014-02-121-6/+6
* rtems: Add rtems_status_code_description()Sebastian Huber2014-02-061-0/+69
* rtems/*.c: Remove use of register keywordJoel Sherrill2014-02-0337-73/+73
* tasksetpriority.c: Remove obsolete commentJoel Sherrill2014-01-091-2/+1
* libcsupport: Refactor rtems_deviceio_errnoDaniel Ramirez2014-01-081-2/+52
* cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API.Chris Johns2013-12-241-0/+35
* rtems: classic api to/from core priority conversionsDaniel Ramirez2013-12-213-4/+11
* signalcatch.c: Remove junk commentJoel Sherrill2013-12-091-1/+0
* cpukit/rtems: Remove XXX in commentsJoel Sherrill2013-12-099-18/+42
* Fix leap year calculationNickolay Semyonov-Kolchin2013-12-051-1/+2
* rtemsbuildname.c: Fix missing prototype warningsJoel Sherrill2013-09-221-1/+19
* intrbody.c: Fix missing prototype warningsJoel Sherrill2013-09-221-7/+19
* smp: Add and use _Assert_Owner_of_giant()Sebastian Huber2013-08-301-2/+2
* rtems: Add SMP support for signalsSebastian Huber2013-08-272-9/+3
* score: _Thread_queue_Enqueue_with_handler()Sebastian Huber2013-08-231-1/+5
* score: Per-CPU thread dispatch disable levelSebastian Huber2013-08-092-1/+17
* smp: Support ASR path in rtems_task_mode()Sebastian Huber2013-08-051-0/+14
* score: Use an ISR lock for TODSebastian Huber2013-08-011-7/+7
* score: Move nanoseconds since last tick supportSebastian Huber2013-08-011-19/+3
* score: Add and use _TOD_Is_set()Sebastian Huber2013-08-016-6/+6
* score: Rename tod.h to todimpl.hSebastian Huber2013-08-0116-16/+16
* score: Move _Thread_Dispatch_if_necessary()Sebastian Huber2013-07-301-1/+20
* score: Add and use _Thread_Signal_notification()Sebastian Huber2013-07-301-3/+1
* score: Merge tod implementation into one fileSebastian Huber2013-07-2630-55/+11
* score: Create object implementation headerSebastian Huber2013-07-2679-126/+71
* Include missing <rtems/score/threaddispatch.h>Sebastian Huber2013-07-266-16/+11
* score: Create mpci implementation headerSebastian Huber2013-07-2626-100/+5
* rtems: Create signal implementation headerSebastian Huber2013-07-263-19/+4
* rtems: Fix partition includesSebastian Huber2013-07-262-12/+5
* score: Create threadq implementation headerSebastian Huber2013-07-2620-38/+9