summaryrefslogtreecommitdiff
path: root/cpukit/score (follow)
AgeCommit message (Expand)Author
2021-03-09build FIXME No libc.a for pre-qualified onlySebastian Huber
2021-03-09score: Optimize Workspace Handler initializationSebastian Huber
2021-03-09score: Split wkspace.cSebastian Huber
2021-03-09wkspace.c: Change license to BSD-2-ClauseSebastian Huber
2021-03-05bsps/aarch64: RTEMS_DEBUG stack alignment faultsKinsey Moore
2021-03-05score/aarch64: Fix interrupt level readsAlex White
2021-03-05aarch64: Fix context switchSebastian Huber
2021-03-05score: Ensure stack alignment requirementSebastian Huber
2021-03-04score: Enforce CPU_STACK_ALIGNMENT requirementsSebastian Huber
2021-03-01score: Simplify _Objects_Name_to_id_u32()Sebastian Huber
2021-02-26score: Fix thread initializationSebastian Huber
2021-02-26score: Add Hash HandlerSebastian Huber
2021-02-25score: Add _IO_Base64url()Sebastian Huber
2021-02-24score: Remove _CORE_barrier_Do_flush()Sebastian Huber
2021-02-24score: Simplify core barrierSebastian Huber
2021-02-24score: Remove _Objects_Open()Sebastian Huber
2021-02-20score: Change thread action lockingSebastian Huber
2021-02-16score: Fix warning in thread queue opsChris Johns
2021-02-06score: Add barrier thread queue operationsSebastian Huber
2021-02-06score: Make FIFO thread queue ops publicSebastian Huber
2021-02-06score: Constify Thread_queue_First_operationSebastian Huber
2021-02-01nios2: Allow ISR nesting in dispatch variantSebastian Huber
2021-02-01nios2: Optimize ISR dispatch variantSebastian Huber
2021-02-01nios2: Use Per_CPU_Control::isr_dispatch_disableSebastian Huber
2021-02-01nios2: Add TLS supportSebastian Huber
2021-02-01nios2: Make _ISR_Is_in_progress() weakSebastian Huber
2021-02-01nios2: Fix ISR dispatch variantsSebastian Huber
2021-02-01score: Remove double assignmentSebastian Huber
2021-02-01score: Simplify _CORE_message_queue_Broadcast()Sebastian Huber
2021-02-01kern_tc.c: Remove unused codeSebastian Huber
2021-02-01score: Fix _CORE_message_queue_Submit() indentationSebastian Huber
2021-02-01score: Fix _Objects_Get_information() indentationSebastian Huber
2021-02-01score: Add _Thread_Get_objects_information()Sebastian Huber
2021-02-01score: Rename _Thread_Get_objects_information()Sebastian Huber
2020-12-23Update header.amSebastian Huber
2020-12-22arm: Add support for Arm PMSAv8-32Sebastian Huber
2020-12-22arm: Add header file for AArch32 System RegistersSebastian Huber
2020-12-16arm: Optimize arm_interrupt_disable()Sebastian Huber
2020-12-14cpu/armv7m: Fix table based init for ARMV7M_MPUChristian Mauderer
2020-12-10cpukit/aarch64: Add explanation of exception flowKinsey Moore
2020-12-10cpukit/aarch64: Use hex consistently for offsetsKinsey Moore
2020-12-10arm: Support Armv8 in <rtems/score/arm.h>Sebastian Huber
2020-12-03score: Fix discard 'const' qualifier warningSebastian Huber
2020-12-03score: Free old name in _Objects_Set_name()Sebastian Huber
2020-12-03score: Return a status in _Objects_Set_name()Sebastian Huber
2020-12-02score: Canonicalize Doxygen @file commentsSebastian Huber
2020-12-02score: Delete empty pheapinit.cSebastian Huber
2020-11-24score/aarch64: Resolve warning in exception dumpKinsey Moore
2020-11-20cpu/armv7m: Add table based init for ARMV7M_MPUChristian Mauderer
2020-11-19config: Initialize task stack allocator on demandSebastian Huber