summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-06score: Split up rbtreenext.cSebastian Huber4-28/+177
2021-09-06score: Limit the CLOCK_REALTIME settingSebastian Huber1-1/+1
2021-09-06score: Add _TOD_Is_valid_new_time_of_day()Sebastian Huber3-21/+67
2021-09-06score: Remove TOD_TICKS_PER_SECOND_method()Sebastian Huber1-30/+0
2021-09-06score: Return status in _TOD_Adjust()Sebastian Huber1-2/+5
2021-09-03score: Move _Thread_Dispatch()Sebastian Huber2-20/+61
2021-09-03score: Document thread queue operationsSebastian Huber1-2/+2
2021-09-01score: Update priority only if necessarySebastian Huber2-10/+14
2021-09-01score: Remove _Thread_queue_Unblock_critical()Sebastian Huber1-32/+6
2021-09-01score: Remove _Thread_queue_First_locked()Sebastian Huber1-1/+9
2021-09-01score: Fix blocking message queue receiveSebastian Huber2-28/+37
2021-09-01score: Fix priority discipline handlingSebastian Huber2-20/+117
2021-09-01score: Document Futex HandlerSebastian Huber1-2/+40
2021-08-18score: Make zombie registry observableSebastian Huber1-16/+13
2021-08-18score: Simplify _Thread_Kill_zombies()Sebastian Huber1-8/+11
2021-08-18score: Simplify _Per_CPU_Wait_for_job()Sebastian Huber1-1/+0
2021-08-18score: Simplify _Thread_Create_idle_for_CPU()Sebastian Huber1-7/+1
2021-08-12score: Replace the single use of a sequence lockSebastian Huber1-2/+2
2021-08-12score: Replace priority prepend it with an enumSebastian Huber4-27/+36
2021-08-09Turn off executable permissions for a number of source filesJoel Sherrill1-0/+0
2021-08-03score: Disable interrupts in SMP shutdownSebastian Huber1-0/+5
2021-07-29score: Change _SMP_Send_message() parameter typeSebastian Huber2-5/+3
2021-07-29score: Assert job properties in _Per_CPU_Add_job()Sebastian Huber1-0/+2
2021-07-29score: Add _Per_CPU_Submit_job()Sebastian Huber3-5/+10
2021-07-29score: Split SMP multicast action moduleSebastian Huber4-32/+154
2021-07-28score: Return value in _SMP_Process_message()Sebastian Huber1-0/+2
2021-07-28score: Canonicalize _CPU_Fatal_halt()Sebastian Huber51-287/+225
2021-07-28score: Move per-CPU jobs supportSebastian Huber2-86/+127
2021-07-28score: Remove SMP message multicast/broadcastSebastian Huber1-39/+1
2021-07-28score: Simplify SMP processor state handlingSebastian Huber4-190/+143
2021-07-28score: Remove processor event broadcast/receiveSebastian Huber11-124/+17
2021-07-28score: Remove _Internal_errors_What_happenedSebastian Huber1-10/+1
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