summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-22cpukit/include: Fixes for C++Chris Johns2-3/+3
2022-08-19schedulerpriority.h: Fix gcc 12 warningRyan Long1-1/+1
2022-08-19percpu.h: Add pragma for gcc 12 warningRyan Long1-0/+8
2022-08-19interr.h: Fix gcc 12 warningRyan Long1-1/+3
2022-07-28score: Allow linker garbage collectionSebastian Huber2-3/+3
2022-07-28score: Use PTHREAD_CANCELED for _Thread_Cancel()Sebastian Huber1-4/+1
2022-07-28score: Use priority inheritance for thread joinSebastian Huber1-24/+57
2022-07-27score: Fix objects local table initializationSebastian Huber2-4/+2
2022-07-26score: Remove PRIORITY_PSEUDO_ISR thread prioritySebastian Huber6-122/+242
2022-07-21Support _REENT_THREAD_LOCAL Newlib configurationMatt Joyce1-0/+4
2022-07-18score: Fix unlimited objects supportSebastian Huber1-4/+25
2022-07-15score: Extend memory dirty/zero actionsSebastian Huber1-1/+13
2022-07-15score: Place object controls into .noinit sectionsSebastian Huber2-5/+11
2022-07-07score: Conditional _Thread_Priority_replace()Sebastian Huber1-0/+2
2022-07-04gcov: Add functions to dump the gcov informationSebastian Huber1-0/+87
2022-06-23score: Account for <sys/bitset.h> API changesSebastian Huber1-17/+73
2022-06-23score: Remove unused _Processor_mask_Nand()Sebastian Huber1-16/+0
2022-06-23score: Make SMP only code explicitSebastian Huber1-28/+5
2022-05-23timecounter.h: Add _Timecounter_Discipline()Gabriel Moyano1-0/+17
2022-05-23score: Rename tc_getfrequency()Gabriel Moyano1-0/+8
2022-05-12score: Add SMP priority affinity scheduler yieldTian Ye1-1/+7
2022-04-28heap: Fix heap statistics with protection enabledSebastian Huber1-9/+1
2022-03-24smp: Add fatal errorSebastian Huber1-1/+2
2022-03-24score: Add _IO_Relax()Sebastian Huber1-0/+8
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill24-144/+0
2022-02-28cpukit/include/rtems/score/[s-z]*.h: Change license to BSD-2Joel Sherrill53-159/+1166
2022-02-28cpukit/include/rtems/score/[a-r]*.h: Change license to BSD-2Joel Sherrill50-150/+1100
2022-02-21kern_ntptime.c: Port to RTEMSSebastian Huber1-0/+9
2022-01-27Remove obsolete rtems_gxx_*() implementationSebastian Huber1-2/+2
2021-12-09Avoid ISR_LOCK_MEMBER() since it confuses DoxygenSebastian Huber4-5/+11
2021-12-07score: Fix _Workspace_Initialize_for_one_area()Sebastian Huber1-14/+20
2021-12-07score: Fix atomic stores for C++Sebastian Huber1-3/+3
2021-11-30score: Optimize Workspace Handler initializationSebastian Huber3-10/+244
2021-11-23score: Properly continue the thread during restartSebastian Huber2-2/+7
2021-11-23score: Move _Thread_queue_Extract()Sebastian Huber1-1/+6
2021-11-23score: Simplify thread wait state handlingSebastian Huber2-12/+9
2021-11-23score: Add _Thread_MP_Extract_proxy()Sebastian Huber4-19/+41
2021-11-23rtems: Fix rtems_scheduler_remove_processor()Sebastian Huber1-9/+7
2021-11-23score: Fix assertion in SMP scheduler frameworkSebastian Huber1-6/+9
2021-11-23score: Rework ask for help requestsSebastian Huber4-83/+100
2021-11-23score: _Scheduler_SMP_Schedule_highest_ready()Sebastian Huber1-48/+49
2021-11-23score: Remove victim thread from CPU allocationSebastian Huber1-60/+53
2021-11-23score: Move _Scheduler_Unblock_node()Sebastian Huber2-71/+35
2021-11-23score: Move _Scheduler_Block_node()Sebastian Huber2-81/+46
2021-11-23score: Simplify _Scheduler_SMP_Yield()Sebastian Huber1-10/+1
2021-11-23score: Add node to insert to Chain_Node_orderSebastian Huber3-16/+44
2021-11-23score: Rework idle handling in SMP schedulersSebastian Huber5-466/+427
2021-11-23score: Add SMP scheduler make/clean stickySebastian Huber10-77/+378
2021-11-23score: Add SMP scheduler idle exchange callbackSebastian Huber1-0/+19
2021-11-23score: Rework affine ready queue handlingSebastian Huber1-2/+11