summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Simplify Chain_Node definitionSebastian Huber2022-09-231-16/+6
* Do not use RTEMS_INLINE_ROUTINESebastian Huber2022-09-1944-548/+548
* score: Remove _CPU_Counter_difference()Sebastian Huber2022-09-092-6/+3
* score: Improve formattingSebastian Huber2022-09-081-4/+10
* score: Regenerate <rtems/score/basedefs.h>Sebastian Huber2022-09-051-2/+2
* Add items to Doxygen groupsSebastian Huber2022-09-051-0/+6
* Fix pedanic warnings without a storage increaseSebastian Huber2022-08-311-1/+1
* score: Do not expose <limits.h> to <rtems.h>Sebastian Huber2022-08-301-3/+1
* score: Fix formatSebastian Huber2022-08-291-1/+1
* score: Fix formatSebastian Huber2022-08-292-3/+3
* cpukit/include: Fix including in C++Chris Johns2022-08-222-3/+3
* 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