summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-14score: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALLSebastian Huber1-1/+2
2022-10-14config: Add CONFIGURE_IDLE_TASK_STORAGE_SIZESebastian Huber3-11/+57
2022-10-14score: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILEDSebastian Huber1-0/+1
2022-10-14score: Simplify castsSebastian Huber1-8/+4
2022-10-14score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber1-119/+85
2022-10-14score: Move Thread_Control::Registers memberSebastian Huber1-2/+9
2022-10-14config: Changeable size for IDLE stack allocatorSebastian Huber1-5/+12
2022-09-23score: Simplify Chain_Node definitionSebastian Huber1-16/+6
2022-09-19Do not use RTEMS_INLINE_ROUTINESebastian Huber44-548/+548
2022-09-09score: Remove _CPU_Counter_difference()Sebastian Huber2-6/+3
2022-09-08score: Improve formattingSebastian Huber1-4/+10
2022-09-05score: Regenerate <rtems/score/basedefs.h>Sebastian Huber1-2/+2
2022-09-05Add items to Doxygen groupsSebastian Huber1-0/+6
2022-08-31Fix pedanic warnings without a storage increaseSebastian Huber1-1/+1
2022-08-30score: Do not expose <limits.h> to <rtems.h>Sebastian Huber1-3/+1
2022-08-29score: Fix formatSebastian Huber1-1/+1
2022-08-29score: Fix formatSebastian Huber2-3/+3
2022-08-22cpukit/include: Fix including in C++Chris Johns2-3/+3
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