summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-05aarch64: Fix context switchSebastian Huber1-2/+2
2021-03-05score: Ensure stack alignment requirementSebastian Huber2-11/+24
2021-03-04score: Enforce CPU_STACK_ALIGNMENT requirementsSebastian Huber12-114/+22
2021-03-01score: Simplify _Objects_Name_to_id_u32()Sebastian Huber1-20/+21
2021-02-26score: Fix thread initializationSebastian Huber4-107/+125
2021-02-26score: Add Hash HandlerSebastian Huber1-0/+76
2021-02-25score: Add _IO_Base64url()Sebastian Huber1-18/+38
2021-02-24score: Remove _CORE_barrier_Do_flush()Sebastian Huber1-37/+0
2021-02-24score: Simplify core barrierSebastian Huber2-12/+12
2021-02-24score: Remove _Objects_Open()Sebastian Huber3-6/+3
2021-02-20score: Change thread action lockingSebastian Huber1-3/+0
2021-02-16score: Fix warning in thread queue opsChris Johns1-3/+3
2021-02-06score: Add barrier thread queue operationsSebastian Huber2-3/+32
2021-02-06score: Make FIFO thread queue ops publicSebastian Huber1-8/+9
2021-02-06score: Constify Thread_queue_First_operationSebastian Huber1-6/+6
2021-02-01nios2: Allow ISR nesting in dispatch variantSebastian Huber2-173/+16
2021-02-01nios2: Optimize ISR dispatch variantSebastian Huber1-42/+60
2021-02-01nios2: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber5-35/+23
2021-02-01nios2: Add TLS supportSebastian Huber1-4/+15
2021-02-01nios2: Make _ISR_Is_in_progress() weakSebastian Huber1-1/+1
2021-02-01nios2: Fix ISR dispatch variantsSebastian Huber2-9/+7
2021-02-01score: Remove double assignmentSebastian Huber1-2/+1
2021-02-01score: Simplify _CORE_message_queue_Broadcast()Sebastian Huber1-11/+8
2021-02-01kern_tc.c: Remove unused codeSebastian Huber1-6/+0
2021-02-01score: Fix _CORE_message_queue_Submit() indentationSebastian Huber1-40/+40
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