summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-24sparc: Move ISR handler install routinesSebastian Huber2-174/+201
2021-06-24score: Move _ISR_Vector_table[] to separate fileSebastian Huber2-8/+48
2021-06-24score: Remove bogus _ISR_Nest_level settingSebastian Huber1-4/+0
2021-06-24score: Remove _CPU_Initialize_vectors()Sebastian Huber13-76/+0
2021-06-21cpu/armv7m: Fix initialization of MPU regionsChristian Mauderer1-1/+1
2021-06-21cpu/armv7m: Avoid regions with negative sizeChristian Mauderer1-1/+1
2021-06-16arm: Fix parameter use in AARCH32_PMSA_MEM_ATTR()Sebastian Huber1-1/+1
2021-06-15score: Comment _Thread_queue_Surrender_sticky()Sebastian Huber1-1/+7
2021-06-10score: Add PER_CPU_DATA_NEED_INITIALIZATION()Sebastian Huber2-42/+98
2021-06-10score: Fix initialization of thread queue contextSebastian Huber1-2/+2
2021-05-28libcsupport: Added futimens() and utimensat()Ryan Long1-0/+54
2021-05-27bsps/aarch64: Add MMU driver to relax alignmentKinsey Moore1-16/+50
2021-05-27bsps/aarch64: Break out system registersKinsey Moore1-0/+9985
2021-05-26score/aarch64: Align context validation frameKinsey Moore1-11/+18
2021-05-26score: Direct thread dispatch in a self restartSebastian Huber1-5/+11
2021-05-26score: Fix _Thread_Cancel()Sebastian Huber1-26/+22
2021-05-26score: Simplify calling _Thread_Exit()Sebastian Huber1-5/+13
2021-05-18score: Simplify thread queue timeout handlingSebastian Huber2-4/+12
2021-05-18score: Add _CPU_Context_switch_no_return()Sebastian Huber9-5/+56
2021-05-17score: Move _Thread_queue_Queue_get_name_and_id()Sebastian Huber2-36/+76
2021-05-17score: Add and use _Per_CPU_Is_ISR_in_progress()Sebastian Huber1-1/+1
2021-05-17score: Improve parameters in _Thread_Change_life()Sebastian Huber1-12/+17
2021-05-14rtems: Fix task restart within interrupt contextSebastian Huber1-53/+15
2021-05-14rtems: Always set the real priority during restartSebastian Huber1-26/+32
2021-05-14score: Return status in _Thread_Restart_other()Sebastian Huber1-3/+3
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