summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* sparc: Move ISR handler install routinesSebastian Huber2021-06-242-174/+201
* score: Move _ISR_Vector_table[] to separate fileSebastian Huber2021-06-242-8/+48
* score: Remove bogus _ISR_Nest_level settingSebastian Huber2021-06-241-4/+0
* score: Remove _CPU_Initialize_vectors()Sebastian Huber2021-06-2413-76/+0
* cpu/armv7m: Fix initialization of MPU regionsChristian Mauderer2021-06-211-1/+1
* cpu/armv7m: Avoid regions with negative sizeChristian Mauderer2021-06-211-1/+1
* arm: Fix parameter use in AARCH32_PMSA_MEM_ATTR()Sebastian Huber2021-06-161-1/+1
* score: Comment _Thread_queue_Surrender_sticky()Sebastian Huber2021-06-151-1/+7
* score: Add PER_CPU_DATA_NEED_INITIALIZATION()Sebastian Huber2021-06-102-42/+98
* score: Fix initialization of thread queue contextSebastian Huber2021-06-101-2/+2
* libcsupport: Added futimens() and utimensat()Ryan Long2021-05-281-0/+54
* bsps/aarch64: Add MMU driver to relax alignmentKinsey Moore2021-05-271-16/+50
* bsps/aarch64: Break out system registersKinsey Moore2021-05-271-0/+9985
* score/aarch64: Align context validation frameKinsey Moore2021-05-261-11/+18
* score: Direct thread dispatch in a self restartSebastian Huber2021-05-261-5/+11
* score: Fix _Thread_Cancel()Sebastian Huber2021-05-261-26/+22
* score: Simplify calling _Thread_Exit()Sebastian Huber2021-05-261-5/+13
* score: Simplify thread queue timeout handlingSebastian Huber2021-05-182-4/+12
* score: Add _CPU_Context_switch_no_return()Sebastian Huber2021-05-189-5/+56
* score: Move _Thread_queue_Queue_get_name_and_id()Sebastian Huber2021-05-172-36/+76
* score: Add and use _Per_CPU_Is_ISR_in_progress()Sebastian Huber2021-05-171-1/+1
* score: Improve parameters in _Thread_Change_life()Sebastian Huber2021-05-171-12/+17
* rtems: Fix task restart within interrupt contextSebastian Huber2021-05-141-53/+15
* rtems: Always set the real priority during restartSebastian Huber2021-05-141-26/+32
* score: Return status in _Thread_Restart_other()Sebastian Huber2021-05-141-3/+3
* rtems: Use _Objects_Free_nothing() for msg queuesSebastian Huber2021-05-111-5/+3
* score: Rename _Stack_Free_nothing()Sebastian Huber2021-05-111-5/+5
* score: Make _Once_Lock() and _Once_Unlock() staticSebastian Huber2021-05-041-16/+16
* score: Add _Thread_Dispatch_direct_no_return()Sebastian Huber2021-05-022-2/+5
* Use alias for rtems_task_self() and pthread_self()Sebastian Huber2021-04-301-0/+53
* objectextendinformation.c: Ensure information->object_blocks is not NULLRyan Long2021-04-291-0/+11
* Return status code for _Thread_Start()Sebastian Huber2021-04-271-3/+3
* Return status code for _Scheduler_Set_affinity()Sebastian Huber2021-04-274-18/+18
* rtems: Change rtems_task_get_affinity() statusSebastian Huber2021-04-271-1/+1
* Return status code for _Scheduler_Get_affinity()Sebastian Huber2021-04-271-2/+7
* Remove superfluous <rtems/score/wkspace.h> includesSebastian Huber2021-04-2015-15/+0
* score: Remove unused _Thread_queue_Dequeue()Sebastian Huber2021-04-201-32/+0
* cpukit/aarch64: Restore ISR cookie bit maskKinsey Moore2021-04-191-13/+13
* score: Replace Objects_Name_or_id_lookup_errorsSebastian Huber2021-04-073-17/+17
* cpukit/aarch64: Add ESR register decodingAlex White2021-04-061-10/+125
* score: Add an assert to _Workspace_Free()Sebastian Huber2021-03-271-1/+5
* score: Fix task stack initializationSebastian Huber2021-03-271-1/+0
* score: Add Thread_Configuration::cpu_time_budgetSebastian Huber2021-03-161-17/+1
* leon,tn-0018: work around GRLIB-TN-0018 errataDaniel Hellstrom2021-03-116-1/+105
* sparc,leon: avoid triggering LEON3FT errata TN-0009Daniel Hellstrom2021-03-111-2/+3
* sparc,leon: avoid triggering TN-0009 bad sequenceDaniel Hellstrom2021-03-111-1/+2
* sparc: fix bad register alignment for 64 bit storeDaniel Hellstrom2021-03-111-1/+3
* sparc: Remove sequences that the B2BST scan script warns aboutDaniel Cederman2021-03-112-3/+6
* bsps/aarch64: RTEMS_DEBUG stack alignment faultsKinsey Moore2021-03-051-2/+8
* score/aarch64: Fix interrupt level readsAlex White2021-03-052-3/+7