summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-11score: Rename _SMP_Get_processor_count()Sebastian Huber2-4/+4
2019-04-11score: Rename _SMP_Processor_countSebastian Huber1-2/+2
2019-04-09score: Add RTEMS_CONSTSebastian Huber1-0/+11
2019-04-05doxygen: Update _Objects_Build_name()Sebastian Huber1-8/+6
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber94-198/+198
2019-04-04doxygen: Rework some Doxygen commentsSebastian Huber2-12/+9
2019-04-02doxygen: score: Added ScoreRWLock to Score groupAndreas Dachsberger1-5/+9
2019-04-02doxygen: Reviewed cpukit/include/rtems/scoreAndreas Dachsberger6-35/+25
2019-03-26score: Rename ScoreCPU Doxygen groupSebastian Huber1-1/+1
2019-03-26score: Add implementation top-level groupSebastian Huber1-0/+2
2019-03-22score: Update Objects_Information documentationSebastian Huber1-36/+115
2019-03-14Remove superfluous <rtems/system.h> includesSebastian Huber1-4/+1
2019-02-28Remove explicit file names from @fileSebastian Huber29-29/+29
2019-02-18score: Avoid some deadlocks in _Once()Sebastian Huber1-4/+6
2019-02-08score: Fix _User_extensions_Thread_switch() (SMP)Sebastian Huber1-3/+11
2019-01-29Add low level event recording supportSebastian Huber1-0/+4
2019-01-18score: Remove unused _ISR_lock_Flash()Sebastian Huber1-31/+0
2019-01-18score: Improve debug support for ISR locksSebastian Huber1-13/+19
2019-01-18score: Simplify _Addresses_Is_aligned()Sebastian Huber1-6/+2
2019-01-07score: Remove superfluous include from chainimpl.hSebastian Huber1-1/+0
2018-12-18score: Fix per-CPU data allocationSebastian Huber1-1/+2
2018-12-14score: Static Objects_Information initializationSebastian Huber8-239/+322
2018-12-14score: Remove Objects_Information::auto_extendSebastian Huber1-4/+23
2018-12-07score: Remove Objects_Information::the_apiSebastian Huber1-4/+0
2018-12-07score: Remove Objects_Information::maximumSebastian Huber1-3/+15
2018-12-07score: Optimize object lookupSebastian Huber1-3/+23
2018-12-07score: Rename Objects_Information::allocation_sizeSebastian Huber1-2/+2
2018-12-07score: Rename Objects_Information::sizeSebastian Huber1-8/+8
2018-12-07score: Remove Objects_Information::is_stringSebastian Huber1-11/+22
2018-12-07score: Avoid sbintime_t in API headersSebastian Huber5-267/+306
2018-12-06score: Use __typeof__ for strict ISO C compatSebastian Huber1-3/+3
2018-11-26score: <rtems/score/smplockstats.h>Sebastian Huber1-17/+17
2018-11-26score: Introduce <rtems/score/heapinfo.h>Sebastian Huber2-118/+159
2018-11-21score: Remove support for RTEMS_USE_16_BIT_OBJECTSebastian Huber1-49/+2
2018-11-12score: Add and use malloc() family attributesSebastian Huber1-0/+50
2018-11-12score: Deprecate proc_ptrSebastian Huber1-1/+1
2018-11-12score: Move internal structures to userextdata.hSebastian Huber3-24/+64
2018-11-12score: Includes in <rtems/score/smplockstats.h>Sebastian Huber1-0/+2
2018-11-12score: Move internal structures to objectdata.hSebastian Huber4-60/+100
2018-11-12score: Avoid complex include in heap.hSebastian Huber1-2/+3
2018-11-12score: Introduce <rtems/score/watchdogticks.h>Sebastian Huber5-38/+81
2018-11-12score: Avoid include of <rtems/score/thread.h>Sebastian Huber2-15/+17
2018-11-12score: Remove empty <rtems/score/tod.h>Sebastian Huber2-33/+0
2018-11-08small typoMalte Münch1-1/+1
2018-11-08score: Use RTEMS_DEPRECATED for deprecated typesSebastian Huber1-3/+3
2018-11-08score: Remove _ISR_Dispatch()Sebastian Huber1-15/+0
2018-11-08score: Rename interrupt stack symbolsSebastian Huber1-0/+26
2018-11-06score: Optimize Objects_InformationSebastian Huber1-14/+14
2018-10-29posix: Provide threads by defaultSebastian Huber1-8/+2
2018-10-29posix: Provide message queues by defaultSebastian Huber1-15/+11