summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* score/aarch64: Size saved SP register for ABIKinsey Moore2020-11-131-1/+4
* sparc: Add SPARC_INTERRUPT_SOURCE_TO_TRAP()Sebastian Huber2020-11-061-0/+12
* sparc: Add SPARC_INTERRUPT_TRAP_TO_SOURCE()Sebastian Huber2020-11-061-0/+17
* sparc: Add SPARC_IS_INTERRUPT_TRAP()Sebastian Huber2020-11-061-0/+17
* sparc: Move SPARC-specific macros to sparc.hSebastian Huber2020-11-062-22/+40
* bsps/arm: Workaround for Errata 845369Sebastian Huber2020-10-161-0/+32
* Remove *_Is_null() inline functionsSebastian Huber2020-10-141-3/+4
* rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber2020-10-1019-62/+28
* score: Add AArch64 portKinsey Moore2020-10-0516-0/+2751
* Decouple the C Program Heap initializationSebastian Huber2020-10-012-0/+91
* rtems: Add rtems_message_queue_construct()Sebastian Huber2020-09-283-9/+68
* score: Simplify CORE_message_queue_BufferSebastian Huber2020-09-284-23/+24
* score: Improve _CORE_message_queue_Initialize()Sebastian Huber2020-09-281-5/+5
* score: Gather message queue control initializationSebastian Huber2020-09-281-16/+11
* score: Fix allocation size calculationSebastian Huber2020-09-281-51/+23
* score: Use RTEMS_ALIGN_UP()Sebastian Huber2020-09-281-3/+4
* or1k: Do not use printk() for _CPU_Fatal_halt()Sebastian Huber2020-09-231-4/+0
* or1k: Remove superfluous includesSebastian Huber2020-09-231-2/+0
* CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber2020-09-171-3/+13
* arm: Fix arm_cp15_set_translation_table_entries()Sebastian Huber2020-09-171-0/+16
* i386/score: fix assembly mnemonicGedare Bloom2020-09-121-1/+1
* score: Fix _Thread_Initialize()Sebastian Huber2020-09-111-5/+6
* score: Add stack free handler to TCBSebastian Huber2020-08-313-17/+60
* score: Move _Stack_Allocator_free to separate fileSebastian Huber2020-08-312-2/+35
* score: Add _Stack_Allocator_do_initialize()Sebastian Huber2020-08-313-21/+63
* score: Use _Freechain_Push()Sebastian Huber2020-08-312-2/+2
* score: Add <rtems/score/freechainimpl.h>Sebastian Huber2020-08-315-1/+5
* score: Add _Freechain_Push()Sebastian Huber2020-08-311-2/+1
* score: Fix debug assertSebastian Huber2020-08-311-4/+12
* score: Optimize _Objects_Name_to_id_u32()Sebastian Huber2020-08-312-3/+2
* rtems: Add _RTEMS_Name_to_id()Sebastian Huber2020-08-311-2/+2
* score: Constify objects name to id functionsSebastian Huber2020-08-312-9/+9
* score: Fix set but not used warningSebastian Huber2020-08-211-1/+1
* sparc: Use RTEMS_XCONCAT()Sebastian Huber2020-08-201-4/+2
* i386: Fix possible race condition on first context restoreJan Sommer2020-07-291-1/+1
* epiphany: Remove support for this targetSebastian Huber2020-07-0513-1882/+0
* i386: Replace fpcr clobber with memory clobberSebastian Huber2020-07-052-3/+3
* score: Clarify CPU_USE_LIBC_INIT_FINI_ARRAY optionSebastian Huber2020-06-301-3/+4
* score: Add CPU_USE_LIBC_INIT_FINI_ARRAYKinsey Moore2020-06-3019-2/+48
* bsp/pc386: Define interrupt stack frame for smpJan Sommer2020-06-112-13/+17
* bsp/pc386: Update context switch and restoreJan Sommer2020-06-112-16/+51
* bsp/pc386: Update GDT to work for SMPJan Sommer2020-06-112-5/+32
* arm: Fix ARMv7-M exception handlerSebastian Huber2020-05-271-8/+15
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-2833-33/+66
* Canonicalize config.h includeSebastian Huber2020-04-16286-331/+331
* score: Check time of day in _TOD_Set()Sebastian Huber2020-04-141-1/+20
* score: Return status in _TOD_Set()Sebastian Huber2020-04-142-19/+23
* Revert "score: Fix _ISR_Stack_area_end"Sebastian Huber2020-04-051-36/+0
* score: Fix _ISR_Stack_area_endSebastian Huber2020-04-031-0/+36
* arm: ARMv7-M statically initialized vector tableSebastian Huber2020-04-032-16/+30