summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-06score: Use <sys/bitset.h> for Processor_maskSebastian Huber4-63/+56
2017-07-05score: Fix formatSebastian Huber1-14/+7
2017-07-05score: Avoid clash with <strings.h> provided fls()Sebastian Huber1-1/+2
2017-07-04arm: Fix ARMv7-M interrupt processingSebastian Huber2-30/+48
2017-07-04score: Add assert to _Thread_Dispatch()Sebastian Huber1-0/+1
2017-06-29score: Add RTEMS_NO_INLINESebastian Huber1-1/+11
2017-06-29score: Add SMP EDF schedulerSebastian Huber6-16/+658
2017-06-29score: Add red-black tree node to Scheduler_NodeSebastian Huber7-39/+47
2017-06-20powerpc: Fix PPC_CONTEXT_VOLATILE_SIZESebastian Huber1-0/+4
2017-06-20powerpc: Fix TLS supportSebastian Huber1-10/+11
2017-06-14score: Remove rtems_ada_selfSebastian Huber2-12/+0
2017-06-12i386: Support thread-local storage (TLS)Sebastian Huber4-11/+62
2017-06-09i386: Move _CPU_Context_Initialize()Sebastian Huber2-46/+65
2017-06-09Simplify TLS support in context switchSebastian Huber1-11/+2
2017-06-07Fix CPU_COPY() usageSebastian Huber2-3/+3
2017-05-24build-system: Parallel build all subdirs.Chris Johns2-2/+2
2017-05-23arm: Fix profiling support of Thumb-1 targetsSebastian Huber1-1/+3
2017-04-25score/cpu/or1k/rtems/score/cpu.h: Fix printf() format warningJoel Sherrill1-1/+3
2017-04-25score/cpu/or1k/or1k-exception-frame-print.c: Fix printf() format warningJoel Sherrill1-2/+4
2017-04-25moxie/rtems/score/cpu.h: Fix printf() format warningJoel Sherrill1-1/+1
2017-04-25epiphany/rtems/score/cpu.h: Fix printf() format warningJoel Sherrill1-1/+3
2017-04-25epiphany/cpu.c: Fix typo to eliminate warningJoel Sherrill1-2/+2
2017-04-24epiphany/cpu.c: Fix not a prototype warningJoel Sherrill1-2/+2
2017-04-14cpukit/../i386/cpu.c: Use inttypes.h to fix 1 warning.Cillian O'Donnell1-1/+2
2017-04-05SMP: Simplify SMP multicast actionsSebastian Huber4-63/+85
2017-03-28arm: Optimize context switchSebastian Huber3-78/+55
2017-03-09arm: Fix CPU context validation for Cortex-R4Sebastian Huber2-7/+3
2017-03-08arm: Remove legacy execption supportSebastian Huber4-301/+0
2017-03-07score: Fix scheduler yield in SMP configurationsSebastian Huber4-20/+46
2017-03-06powerpc: Fix PPC_CONTEXT_VOLATILE_SIZESebastian Huber1-1/+1
2017-02-23score: Add RTEMS_WEAK_ALIAS()Sebastian Huber1-0/+10
2017-02-15score: Fix warningSebastian Huber1-0/+2
2017-02-14score: Fix warning in _Thread_Set_name()Sebastian Huber1-1/+1
2017-02-03score: Move _Thread_Scheduler_ask_for_help()Sebastian Huber3-36/+34
2017-02-03score: Improve scheduler helping protocolSebastian Huber22-169/+88
2017-02-03sparc: Fix volatile clobberSebastian Huber1-1/+1
2017-01-31score: Add _Thread_queue_Object_nameSebastian Huber18-56/+130
2017-01-31score: Fix _Thread_Initialize()Sebastian Huber2-2/+5
2017-01-30score: Fix unused parameter warningSebastian Huber1-0/+2
2017-01-30bsps/arm: Fix Cortex-M DWT CPU counter.Christian Mauderer1-1/+45
2017-01-27score: Clarify _Heap_Extend()Sebastian Huber1-5/+6
2017-01-27score: Fix typoSebastian Huber1-1/+1
2017-01-26score: Fix user extensions orderSebastian Huber3-15/+26
2017-01-26score: Delete _CPU_Context_Fp_start()Sebastian Huber18-288/+14
2017-01-24Adding ARM VFP V2 supportKevin Kirspel1-0/+6
2017-01-24sparc: Relax CPU_STACK_ALIGNMENTSebastian Huber1-12/+3
2017-01-24Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIANSebastian Huber17-310/+0
2017-01-13posix: shared memory supportGedare Bloom2-2/+4
2017-01-13configure: Remove HAVE_STRUCT__THREAD_QUEUE_QUEUESebastian Huber6-24/+0
2017-01-13score: Add _Thread_Set_name()Sebastian Huber4-0/+35