summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-16cpukit: occured -> occurredSebastian Huber3-5/+5
2021-07-15sparc: Prefer RTEMS_FATAL_SOURCE_EXCEPTIONSebastian Huber1-14/+0
2021-07-06Fix compiler warnings for schedulerstrongapa.cRichi Dubey1-4/+20
2021-06-29arm: For AArch32 use non-shareable memorySebastian Huber1-2/+2
2021-06-29arm: Fix AARCH32_PMSA_ATTR_XN valueSebastian Huber1-1/+1
2021-06-29arm: Fix AArch32 memory attribute definesSebastian Huber1-4/+4
2021-06-29arm: Disable alignment check in PMSA initSebastian Huber1-1/+1
2021-06-24Update Strong APA SchedulerRichi Dubey1-192/+789
2021-06-24sparc: Simplify trap table initializationSebastian Huber3-54/+638
2021-06-24sparc: Move FP frame offset defines to cpuimpl.hSebastian Huber2-57/+57
2021-06-24sparc: More reliable bad trap handlingSebastian Huber5-1/+513
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