summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-13score/aarch64: Size saved SP register for ABIKinsey Moore1-1/+4
2020-11-06sparc: Add SPARC_INTERRUPT_SOURCE_TO_TRAP()Sebastian Huber1-0/+12
2020-11-06sparc: Add SPARC_INTERRUPT_TRAP_TO_SOURCE()Sebastian Huber1-0/+17
2020-11-06sparc: Add SPARC_IS_INTERRUPT_TRAP()Sebastian Huber1-0/+17
2020-11-06sparc: Move SPARC-specific macros to sparc.hSebastian Huber2-22/+40
2020-10-16bsps/arm: Workaround for Errata 845369Sebastian Huber1-0/+32
2020-10-14Remove *_Is_null() inline functionsSebastian Huber1-3/+4
2020-10-10rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber19-62/+28
2020-10-05score: Add AArch64 portKinsey Moore16-0/+2751
2020-10-01Decouple the C Program Heap initializationSebastian Huber2-0/+91
2020-09-28rtems: Add rtems_message_queue_construct()Sebastian Huber3-9/+68
2020-09-28score: Simplify CORE_message_queue_BufferSebastian Huber4-23/+24
2020-09-28score: Improve _CORE_message_queue_Initialize()Sebastian Huber1-5/+5
2020-09-28score: Gather message queue control initializationSebastian Huber1-16/+11
2020-09-28score: Fix allocation size calculationSebastian Huber1-51/+23
2020-09-28score: Use RTEMS_ALIGN_UP()Sebastian Huber1-3/+4
2020-09-23or1k: Do not use printk() for _CPU_Fatal_halt()Sebastian Huber1-4/+0
2020-09-23or1k: Remove superfluous includesSebastian Huber1-2/+0
2020-09-17CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber1-3/+13
2020-09-17arm: Fix arm_cp15_set_translation_table_entries()Sebastian Huber1-0/+16
2020-09-12i386/score: fix assembly mnemonicGedare Bloom1-1/+1
2020-09-11score: Fix _Thread_Initialize()Sebastian Huber1-5/+6
2020-08-31score: Add stack free handler to TCBSebastian Huber3-17/+60
2020-08-31score: Move _Stack_Allocator_free to separate fileSebastian Huber2-2/+35
2020-08-31score: Add _Stack_Allocator_do_initialize()Sebastian Huber3-21/+63
2020-08-31score: Use _Freechain_Push()Sebastian Huber2-2/+2
2020-08-31score: Add <rtems/score/freechainimpl.h>Sebastian Huber5-1/+5
2020-08-31score: Add _Freechain_Push()Sebastian Huber1-2/+1
2020-08-31score: Fix debug assertSebastian Huber1-4/+12
2020-08-31score: Optimize _Objects_Name_to_id_u32()Sebastian Huber2-3/+2
2020-08-31rtems: Add _RTEMS_Name_to_id()Sebastian Huber1-2/+2
2020-08-31score: Constify objects name to id functionsSebastian Huber2-9/+9
2020-08-21score: Fix set but not used warningSebastian Huber1-1/+1
2020-08-20sparc: Use RTEMS_XCONCAT()Sebastian Huber1-4/+2
2020-07-29i386: Fix possible race condition on first context restoreJan Sommer1-1/+1
2020-07-05epiphany: Remove support for this targetSebastian Huber13-1882/+0
2020-07-05i386: Replace fpcr clobber with memory clobberSebastian Huber2-3/+3
2020-06-30score: Clarify CPU_USE_LIBC_INIT_FINI_ARRAY optionSebastian Huber1-3/+4
2020-06-30score: Add CPU_USE_LIBC_INIT_FINI_ARRAYKinsey Moore19-2/+48
2020-06-11bsp/pc386: Define interrupt stack frame for smpJan Sommer2-13/+17
2020-06-11bsp/pc386: Update context switch and restoreJan Sommer2-16/+51
2020-06-11bsp/pc386: Update GDT to work for SMPJan Sommer2-5/+32
2020-05-27arm: Fix ARMv7-M exception handlerSebastian Huber1-8/+15
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber33-33/+66
2020-04-16Canonicalize config.h includeSebastian Huber286-331/+331
2020-04-14score: Check time of day in _TOD_Set()Sebastian Huber1-1/+20
2020-04-14score: Return status in _TOD_Set()Sebastian Huber2-19/+23
2020-04-05Revert "score: Fix _ISR_Stack_area_end"Sebastian Huber1-36/+0
2020-04-03score: Fix _ISR_Stack_area_endSebastian Huber1-0/+36
2020-04-03arm: ARMv7-M statically initialized vector tableSebastian Huber2-16/+30