summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-01score: Fix _Objects_Get_information() indentationSebastian Huber1-7/+8
2021-02-01score: Add _Thread_Get_objects_information()Sebastian Huber1-6/+6
2021-02-01score: Rename _Thread_Get_objects_information()Sebastian Huber1-1/+1
2020-12-23Update header.amSebastian Huber1-0/+2
2020-12-22arm: Add support for Arm PMSAv8-32Sebastian Huber3-0/+568
2020-12-22arm: Add header file for AArch32 System RegistersSebastian Huber1-0/+14657
2020-12-16arm: Optimize arm_interrupt_disable()Sebastian Huber1-2/+11
2020-12-14cpu/armv7m: Fix table based init for ARMV7M_MPUChristian Mauderer1-1/+7
2020-12-10cpukit/aarch64: Add explanation of exception flowKinsey Moore2-3/+18
2020-12-10cpukit/aarch64: Use hex consistently for offsetsKinsey Moore5-116/+116
2020-12-10arm: Support Armv8 in <rtems/score/arm.h>Sebastian Huber1-11/+10
2020-12-03score: Fix discard 'const' qualifier warningSebastian Huber1-1/+1
2020-12-03score: Free old name in _Objects_Set_name()Sebastian Huber1-0/+1
2020-12-03score: Return a status in _Objects_Set_name()Sebastian Huber1-3/+3
2020-12-02score: Canonicalize Doxygen @file commentsSebastian Huber242-381/+1292
2020-12-02score: Delete empty pheapinit.cSebastian Huber1-24/+0
2020-11-24score/aarch64: Resolve warning in exception dumpKinsey Moore1-2/+2
2020-11-20cpu/armv7m: Add table based init for ARMV7M_MPUChristian Mauderer1-0/+103
2020-11-19config: Initialize task stack allocator on demandSebastian Huber1-4/+1
2020-11-19config: Simplify task stack allocator initSebastian Huber1-8/+0
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