summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Split up rbtreenext.cSebastian Huber2021-09-064-28/+177
* score: Limit the CLOCK_REALTIME settingSebastian Huber2021-09-061-1/+1
* score: Add _TOD_Is_valid_new_time_of_day()Sebastian Huber2021-09-063-21/+67
* score: Remove TOD_TICKS_PER_SECOND_method()Sebastian Huber2021-09-061-30/+0
* score: Return status in _TOD_Adjust()Sebastian Huber2021-09-061-2/+5
* score: Move _Thread_Dispatch()Sebastian Huber2021-09-032-20/+61
* score: Document thread queue operationsSebastian Huber2021-09-031-2/+2
* score: Update priority only if necessarySebastian Huber2021-09-012-10/+14
* score: Remove _Thread_queue_Unblock_critical()Sebastian Huber2021-09-011-32/+6
* score: Remove _Thread_queue_First_locked()Sebastian Huber2021-09-011-1/+9
* score: Fix blocking message queue receiveSebastian Huber2021-09-012-28/+37
* score: Fix priority discipline handlingSebastian Huber2021-09-012-20/+117
* score: Document Futex HandlerSebastian Huber2021-09-011-2/+40
* score: Make zombie registry observableSebastian Huber2021-08-181-16/+13
* score: Simplify _Thread_Kill_zombies()Sebastian Huber2021-08-181-8/+11
* score: Simplify _Per_CPU_Wait_for_job()Sebastian Huber2021-08-181-1/+0
* score: Simplify _Thread_Create_idle_for_CPU()Sebastian Huber2021-08-181-7/+1
* score: Replace the single use of a sequence lockSebastian Huber2021-08-121-2/+2
* score: Replace priority prepend it with an enumSebastian Huber2021-08-124-27/+36
* score: Disable interrupts in SMP shutdownSebastian Huber2021-08-031-0/+5
* score: Change _SMP_Send_message() parameter typeSebastian Huber2021-07-292-5/+3
* score: Assert job properties in _Per_CPU_Add_job()Sebastian Huber2021-07-291-0/+2
* score: Add _Per_CPU_Submit_job()Sebastian Huber2021-07-293-5/+10
* score: Split SMP multicast action moduleSebastian Huber2021-07-294-32/+154
* score: Return value in _SMP_Process_message()Sebastian Huber2021-07-281-0/+2
* score: Canonicalize _CPU_Fatal_halt()Sebastian Huber2021-07-281-3/+1
* score: Move per-CPU jobs supportSebastian Huber2021-07-282-86/+127
* 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