summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* score: Avoid clash with <strings.h> provided fls()Sebastian Huber2017-07-051-1/+2
* arm: Fix ARMv7-M interrupt processingSebastian Huber2017-07-042-30/+48
* score: Add assert to _Thread_Dispatch()Sebastian Huber2017-07-041-0/+1
* score: Add RTEMS_NO_INLINESebastian Huber2017-06-291-1/+11
* score: Add SMP EDF schedulerSebastian Huber2017-06-296-16/+658
* score: Add red-black tree node to Scheduler_NodeSebastian Huber2017-06-297-39/+47
* powerpc: Fix PPC_CONTEXT_VOLATILE_SIZESebastian Huber2017-06-201-0/+4
* powerpc: Fix TLS supportSebastian Huber2017-06-201-10/+11
* score: Remove rtems_ada_selfSebastian Huber2017-06-142-12/+0
* i386: Support thread-local storage (TLS)Sebastian Huber2017-06-124-11/+62
* i386: Move _CPU_Context_Initialize()Sebastian Huber2017-06-092-46/+65
* Simplify TLS support in context switchSebastian Huber2017-06-091-11/+2
* Fix CPU_COPY() usageSebastian Huber2017-06-072-3/+3
* build-system: Parallel build all subdirs.Chris Johns2017-05-242-2/+2
* arm: Fix profiling support of Thumb-1 targetsSebastian Huber2017-05-231-1/+3
* score/cpu/or1k/rtems/score/cpu.h: Fix printf() format warningJoel Sherrill2017-04-251-1/+3
* score/cpu/or1k/or1k-exception-frame-print.c: Fix printf() format warningJoel Sherrill2017-04-251-2/+4
* moxie/rtems/score/cpu.h: Fix printf() format warningJoel Sherrill2017-04-251-1/+1
* epiphany/rtems/score/cpu.h: Fix printf() format warningJoel Sherrill2017-04-251-1/+3
* epiphany/cpu.c: Fix typo to eliminate warningJoel Sherrill2017-04-251-2/+2
* epiphany/cpu.c: Fix not a prototype warningJoel Sherrill2017-04-241-2/+2
* cpukit/../i386/cpu.c: Use inttypes.h to fix 1 warning.Cillian O'Donnell2017-04-141-1/+2
* SMP: Simplify SMP multicast actionsSebastian Huber2017-04-054-63/+85
* arm: Optimize context switchSebastian Huber2017-03-283-78/+55
* arm: Fix CPU context validation for Cortex-R4Sebastian Huber2017-03-092-7/+3
* arm: Remove legacy execption supportSebastian Huber2017-03-084-301/+0
* score: Fix scheduler yield in SMP configurationsSebastian Huber2017-03-074-20/+46
* powerpc: Fix PPC_CONTEXT_VOLATILE_SIZESebastian Huber2017-03-061-1/+1
* score: Add RTEMS_WEAK_ALIAS()Sebastian Huber2017-02-231-0/+10
* score: Fix warningSebastian Huber2017-02-151-0/+2
* score: Fix warning in _Thread_Set_name()Sebastian Huber2017-02-141-1/+1
* score: Move _Thread_Scheduler_ask_for_help()Sebastian Huber2017-02-033-36/+34
* score: Improve scheduler helping protocolSebastian Huber2017-02-0322-169/+88
* sparc: Fix volatile clobberSebastian Huber2017-02-031-1/+1
* score: Add _Thread_queue_Object_nameSebastian Huber2017-01-3118-56/+130
* score: Fix _Thread_Initialize()Sebastian Huber2017-01-312-2/+5
* score: Fix unused parameter warningSebastian Huber2017-01-301-0/+2
* bsps/arm: Fix Cortex-M DWT CPU counter.Christian Mauderer2017-01-301-1/+45
* score: Clarify _Heap_Extend()Sebastian Huber2017-01-271-5/+6
* score: Fix typoSebastian Huber2017-01-271-1/+1
* score: Fix user extensions orderSebastian Huber2017-01-263-15/+26
* score: Delete _CPU_Context_Fp_start()Sebastian Huber2017-01-2618-288/+14
* Adding ARM VFP V2 supportKevin Kirspel2017-01-241-0/+6
* sparc: Relax CPU_STACK_ALIGNMENTSebastian Huber2017-01-241-12/+3
* Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIANSebastian Huber2017-01-2417-310/+0
* posix: shared memory supportGedare Bloom2017-01-132-2/+4
* configure: Remove HAVE_STRUCT__THREAD_QUEUE_QUEUESebastian Huber2017-01-136-24/+0
* score: Add _Thread_Set_name()Sebastian Huber2017-01-134-0/+35
* score: Add and use _Thread_Get_name()Sebastian Huber2017-01-133-1/+45
* score: Add Thread_queue_Queue::nameSebastian Huber2017-01-137-21/+46