summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-2053-53/+53
* basedefs.h: Improve formattingSebastian Huber2023-05-191-2/+2
* basedefs.h: Add proper brief descriptionSebastian Huber2023-05-191-3/+2
* _TOD_Adjust method is unused. Remove it.Joel Sherrill2023-05-161-15/+0
* score: Simplify _Objects_Is_api_valid()Sebastian Huber2023-04-261-3/+1
* score: Avoid cyclic header file dependenciesSebastian Huber2023-04-252-60/+66
* doxygen: Add files to groups and fix group scopesSebastian Huber2023-03-171-1/+1
* doxygen: Fix group identifiersSebastian Huber2023-03-172-6/+6
* score: Fix Doxygen group identifierSebastian Huber2023-03-151-1/+1
* score: Add file to Doxygen groupSebastian Huber2023-03-151-0/+2
* score: Fix maybe uninitialized warningZhongjie Zhu2023-02-071-3/+4
* score: Remove unused return valueSebastian Huber2023-01-241-11/+4
* score: Fix minor Rhe->The typo in doxygenMartin Erik Werner2023-01-231-1/+1
* score: Fix _Processor_mask_To_uint32_t()Sebastian Huber2022-12-201-2/+2
* score: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALLSebastian Huber2022-10-141-1/+2
* config: Add CONFIGURE_IDLE_TASK_STORAGE_SIZESebastian Huber2022-10-143-11/+57
* score: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILEDSebastian Huber2022-10-141-0/+1
* score: Simplify castsSebastian Huber2022-10-141-8/+4
* score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber2022-10-141-119/+85
* score: Move Thread_Control::Registers memberSebastian Huber2022-10-141-2/+9
* config: Changeable size for IDLE stack allocatorSebastian Huber2022-10-141-5/+12
* 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