summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-11rtems: Use _Objects_Free_nothing() for msg queuesSebastian Huber1-5/+3
2021-05-11score: Rename _Stack_Free_nothing()Sebastian Huber1-5/+5
2021-05-04score: Make _Once_Lock() and _Once_Unlock() staticSebastian Huber1-16/+16
2021-05-02score: Add _Thread_Dispatch_direct_no_return()Sebastian Huber2-2/+5
2021-04-30Use alias for rtems_task_self() and pthread_self()Sebastian Huber1-0/+53
2021-04-29objectextendinformation.c: Ensure information->object_blocks is not NULLRyan Long1-0/+11
2021-04-27Return status code for _Thread_Start()Sebastian Huber1-3/+3
2021-04-27Return status code for _Scheduler_Set_affinity()Sebastian Huber4-18/+18
2021-04-27rtems: Change rtems_task_get_affinity() statusSebastian Huber1-1/+1
2021-04-27Return status code for _Scheduler_Get_affinity()Sebastian Huber1-2/+7
2021-04-20Remove superfluous <rtems/score/wkspace.h> includesSebastian Huber15-15/+0
2021-04-20score: Remove unused _Thread_queue_Dequeue()Sebastian Huber1-32/+0
2021-04-19cpukit/aarch64: Restore ISR cookie bit maskKinsey Moore1-13/+13
2021-04-07score: Replace Objects_Name_or_id_lookup_errorsSebastian Huber3-17/+17
2021-04-06cpukit/aarch64: Add ESR register decodingAlex White1-10/+125
2021-03-27score: Add an assert to _Workspace_Free()Sebastian Huber1-1/+5
2021-03-27score: Fix task stack initializationSebastian Huber1-1/+0
2021-03-16score: Add Thread_Configuration::cpu_time_budgetSebastian Huber1-17/+1
2021-03-11leon,tn-0018: work around GRLIB-TN-0018 errataDaniel Hellstrom6-1/+105
2021-03-11sparc,leon: avoid triggering LEON3FT errata TN-0009Daniel Hellstrom1-2/+3
2021-03-11sparc,leon: avoid triggering TN-0009 bad sequenceDaniel Hellstrom1-1/+2
2021-03-11sparc: fix bad register alignment for 64 bit storeDaniel Hellstrom1-1/+3
2021-03-11sparc: Remove sequences that the B2BST scan script warns aboutDaniel Cederman2-3/+6
2021-03-05bsps/aarch64: RTEMS_DEBUG stack alignment faultsKinsey Moore1-2/+8
2021-03-05score/aarch64: Fix interrupt level readsAlex White2-3/+7
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