summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-01-13score: Add and use _Thread_Get_name()Sebastian Huber3-1/+45
2017-01-13score: Add Thread_queue_Queue::nameSebastian Huber7-21/+46
2017-01-13score: Add and use _Objects_Name_to_string()Sebastian Huber2-27/+79
2017-01-12score: Remove unused _States_Is_*()Sebastian Huber1-153/+0
2017-01-12score: Replace STATES_DELAYINGSebastian Huber1-37/+6
2017-01-11Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill8-75/+49
2017-01-11score: Improve SMP lock debug supportSebastian Huber4-7/+18
2017-01-11score: Optimize thread state valuesSebastian Huber1-48/+73
2017-01-11score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber13-33/+26
2017-01-11score: Delete STATES_WAITING_FOR_BUFFERSebastian Huber1-19/+1
2017-01-11score: Format thread state definesSebastian Huber1-27/+27
2016-12-23score: Relax <sys/lock.h> static assertionsSebastian Huber5-9/+9
2016-12-12score: Prevent thread_dispatch_disable_level < 0.Christian Mauderer1-0/+2
2016-12-12Add INTERNAL_ERROR_LIBIO_STDERR_FD_OPEN_FAILEDSebastian Huber1-1/+2
2016-12-12Add INTERNAL_ERROR_LIBIO_STDOUT_FD_OPEN_FAILEDSebastian Huber1-1/+2
2016-12-12Add INTERNAL_ERROR_LIBIO_SEM_CREATE_FAILEDSebastian Huber1-1/+2
2016-12-12INTERNAL_ERROR_LIBIO_USER_ENV_KEY_CREATE_FAILEDSebastian Huber1-1/+2