summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* cpukit/include: Fixes for C++Chris Johns2022-08-222-3/+3
* schedulerpriority.h: Fix gcc 12 warningRyan Long2022-08-191-1/+1
* percpu.h: Add pragma for gcc 12 warningRyan Long2022-08-191-0/+8
* interr.h: Fix gcc 12 warningRyan Long2022-08-191-1/+3
* score: Allow linker garbage collectionSebastian Huber2022-07-282-3/+3
* score: Use PTHREAD_CANCELED for _Thread_Cancel()Sebastian Huber2022-07-281-4/+1
* score: Use priority inheritance for thread joinSebastian Huber2022-07-281-24/+57
* score: Fix objects local table initializationSebastian Huber2022-07-272-4/+2
* score: Remove PRIORITY_PSEUDO_ISR thread prioritySebastian Huber2022-07-266-122/+242
* Support _REENT_THREAD_LOCAL Newlib configurationMatt Joyce2022-07-211-0/+4
* score: Fix unlimited objects supportSebastian Huber2022-07-181-4/+25
* score: Extend memory dirty/zero actionsSebastian Huber2022-07-151-1/+13
* score: Place object controls into .noinit sectionsSebastian Huber2022-07-152-5/+11
* score: Conditional _Thread_Priority_replace()Sebastian Huber2022-07-071-0/+2
* gcov: Add functions to dump the gcov informationSebastian Huber2022-07-041-0/+87
* score: Account for <sys/bitset.h> API changesSebastian Huber2022-06-231-17/+73
* score: Remove unused _Processor_mask_Nand()Sebastian Huber2022-06-231-16/+0
* score: Make SMP only code explicitSebastian Huber2022-06-231-28/+5
* timecounter.h: Add _Timecounter_Discipline()Gabriel Moyano2022-05-231-0/+17
* score: Rename tc_getfrequency()Gabriel Moyano2022-05-231-0/+8
* score: Add SMP priority affinity scheduler yieldTian Ye2022-05-121-1/+7
* heap: Fix heap statistics with protection enabledSebastian Huber2022-04-281-9/+1
* smp: Add fatal errorSebastian Huber2022-03-241-1/+2
* score: Add _IO_Relax()Sebastian Huber2022-03-241-0/+8
* cpukit/: Scripted embedded brains header file clean upJoel Sherrill2022-03-1024-144/+0
* cpukit/include/rtems/score/[s-z]*.h: Change license to BSD-2Joel Sherrill2022-02-2853-159/+1166
* cpukit/include/rtems/score/[a-r]*.h: Change license to BSD-2Joel Sherrill2022-02-2850-150/+1100
* kern_ntptime.c: Port to RTEMSSebastian Huber2022-02-211-0/+9
* Remove obsolete rtems_gxx_*() implementationSebastian Huber2022-01-271-2/+2
* Avoid ISR_LOCK_MEMBER() since it confuses DoxygenSebastian Huber2021-12-094-5/+11
* score: Fix _Workspace_Initialize_for_one_area()Sebastian Huber2021-12-071-14/+20
* score: Fix atomic stores for C++Sebastian Huber2021-12-071-3/+3
* score: Optimize Workspace Handler initializationSebastian Huber2021-11-303-10/+244
* score: Properly continue the thread during restartSebastian Huber2021-11-232-2/+7
* score: Move _Thread_queue_Extract()Sebastian Huber2021-11-231-1/+6
* score: Simplify thread wait state handlingSebastian Huber2021-11-232-12/+9
* score: Add _Thread_MP_Extract_proxy()Sebastian Huber2021-11-234-19/+41
* rtems: Fix rtems_scheduler_remove_processor()Sebastian Huber2021-11-231-9/+7
* score: Fix assertion in SMP scheduler frameworkSebastian Huber2021-11-231-6/+9
* score: Rework ask for help requestsSebastian Huber2021-11-234-83/+100
* score: _Scheduler_SMP_Schedule_highest_ready()Sebastian Huber2021-11-231-48/+49
* score: Remove victim thread from CPU allocationSebastian Huber2021-11-231-60/+53
* score: Move _Scheduler_Unblock_node()Sebastian Huber2021-11-232-71/+35
* score: Move _Scheduler_Block_node()Sebastian Huber2021-11-232-81/+46
* score: Simplify _Scheduler_SMP_Yield()Sebastian Huber2021-11-231-10/+1
* score: Add node to insert to Chain_Node_orderSebastian Huber2021-11-233-16/+44
* score: Rework idle handling in SMP schedulersSebastian Huber2021-11-235-466/+427
* score: Add SMP scheduler make/clean stickySebastian Huber2021-11-2310-77/+378
* score: Add SMP scheduler idle exchange callbackSebastian Huber2021-11-231-0/+19
* score: Rework affine ready queue handlingSebastian Huber2021-11-231-2/+11