summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Remove SMP message multicast/broadcastSebastian Huber2021-07-281-39/+1
* score: Simplify SMP processor state handlingSebastian Huber2021-07-284-190/+143
* score: Remove processor event broadcast/receiveSebastian Huber2021-07-283-21/+17
* score: Remove _Internal_errors_What_happenedSebastian Huber2021-07-281-10/+1
* cpukit: occured -> occurredSebastian Huber2021-07-161-1/+1
* Fix compiler warnings for schedulerstrongapa.cRichi Dubey2021-07-061-4/+20
* Update Strong APA SchedulerRichi Dubey2021-06-241-192/+789
* 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-241-4/+0
* 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
* 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-181-1/+1
* 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-207-7/+0
* score: Remove unused _Thread_queue_Dequeue()Sebastian Huber2021-04-201-32/+0
* score: Replace Objects_Name_or_id_lookup_errorsSebastian Huber2021-04-073-17/+17
* 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
* score: Ensure stack alignment requirementSebastian Huber2021-03-052-11/+24
* score: Enforce CPU_STACK_ALIGNMENT requirementsSebastian Huber2021-03-041-16/+14
* score: Simplify _Objects_Name_to_id_u32()Sebastian Huber2021-03-011-20/+21
* score: Fix thread initializationSebastian Huber2021-02-264-107/+125
* score: Add Hash HandlerSebastian Huber2021-02-261-0/+76
* score: Add _IO_Base64url()Sebastian Huber2021-02-251-18/+38
* score: Remove _CORE_barrier_Do_flush()Sebastian Huber2021-02-241-37/+0
* score: Simplify core barrierSebastian Huber2021-02-242-12/+12
* score: Remove _Objects_Open()Sebastian Huber2021-02-243-6/+3