summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-12score: Use an ISR lock for Per_CPU_Control::LockSebastian Huber5-22/+23
2019-04-12score: Add _ISR_lock_Set_name()Sebastian Huber1-2/+3
2019-04-11score: Rename _SMP_Get_processor_count()Sebastian Huber5-29/+39
2019-04-11score: Rename _SMP_Processor_countSebastian Huber1-2/+2
2019-04-09Remove superfluous run-time checkSebastian Huber1-4/+1
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber156-156/+156
2019-03-26score: Rename ScoreCPU Doxygen groupSebastian Huber1-1/+0
2019-03-14Remove superfluous <rtems/system.h> includesSebastian Huber21-21/+0
2019-03-12coremsgseize.c: Fix spelling errorJoel Sherrill1-1/+1
2019-03-01score: Fix _Scheduler_EDF_Cancel_job()Sebastian Huber1-2/+4
2019-02-28Remove explicit file names from @fileSebastian Huber4-4/+4
2019-02-18score: Avoid some deadlocks in _Once()Sebastian Huber1-43/+74
2019-02-07score: Fix plain priority thread queues (SMP)Sebastian Huber1-0/+8
2019-01-18score: Avoid internal API and use ISR lockSebastian Huber1-9/+9
2019-01-09Adjust interrupt mode tests for some CPU portsSebastian Huber2-2/+4
2019-01-09Separate task mode checksSebastian Huber1-8/+11
2019-01-07score: Remove superfluous include from chainimpl.hSebastian Huber1-0/+1
2018-12-18score: Fix per-CPU data allocationSebastian Huber1-26/+44
2018-12-14score: Static Objects_Information initializationSebastian Huber13-190/+98
2018-12-14score: Remove Objects_Information::auto_extendSebastian Huber4-25/+29
2018-12-07score: Remove Objects_Information::the_apiSebastian Huber2-14/+12
2018-12-07score: Remove Objects_Information::maximumSebastian Huber9-50/+50
2018-12-07score: Optimize object lookupSebastian Huber11-65/+44
2018-12-07score: Rename Objects_Information::allocation_sizeSebastian Huber5-33/+45
2018-12-07score: Rename Objects_Information::sizeSebastian Huber4-6/+6
2018-12-07score: Remove Objects_Information::is_stringSebastian Huber7-31/+29
2018-12-07score: Remove dead codeSebastian Huber1-16/+0
2018-11-26score: <rtems/score/smplockstats.h>Sebastian Huber1-7/+16
2018-11-21score: Simplify _Workspace_String_duplicate()Sebastian Huber1-6/+7
2018-11-14or1k: Support GCC 9Sebastian Huber1-1/+2
2018-11-12score: Introduce <rtems/score/watchdogticks.h>Sebastian Huber1-1/+1
2018-11-08score: Rename interrupt stack symbolsSebastian Huber1-1/+1
2018-11-06score: Optimize Objects_InformationSebastian Huber1-64/+52
2018-10-29posix: Provide threads by defaultSebastian Huber3-20/+0
2018-10-29posix: Split posix_api_configuration_tableSebastian Huber1-1/+2
2018-10-29Remove RTEMS_SCORE_OBJECT_ENABLE_STRING_NAMESSebastian Huber7-49/+32
2018-10-29score: Remove bogus thread object name supportSebastian Huber1-8/+4
2018-09-21Remove INTERNAL_ERROR_INTERRUPT_STACK_TOO_SMALLSebastian Huber1-4/+0
2018-09-19score: Allocate per-CPU data only if necessarySebastian Huber1-13/+17
2018-09-10score: Add thread pin/unpin supportSebastian Huber5-27/+266
2018-09-10score: Add flexible per-CPU dataSebastian Huber1-21/+107
2018-09-03score: Fix EDF SMP schedulerSebastian Huber1-1/+24
2018-09-03score: Generalize SMP scheduler block supportSebastian Huber5-1/+6
2018-08-23Update FreeBSD kernel timespec supportSebastian Huber1-1/+1
2018-08-23score: Do not inline _Thread_Dispatch_enable()Sebastian Huber1-0/+27
2018-07-25score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE()Sebastian Huber4-15/+17
2018-07-25_SMP_Start_multitasking_on_secondary_processor()Sebastian Huber1-9/+17
2018-07-18score: Add a FALLTHROUGH comment to kvprintf()Sebastian Huber1-1/+4
2018-07-18score: Fix _Scheduler_EDF_SMP_Set_affinity()Sebastian Huber1-7/+5
2018-07-16score: Add postorder tree iteration supportSebastian Huber1-0/+81