summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-07score: Fix default set affinitySebastian Huber1-3/+4
2017-07-07score: Introduce _SMP_Get_online_processors()Sebastian Huber1-2/+2
2017-07-07score: Use processor mask for set affinitySebastian Huber2-2/+2
2017-07-07score: Move processor affinity to Thread_ControlSebastian Huber3-7/+16
2017-07-06score: Use <sys/bitset.h> for Processor_maskSebastian Huber1-2/+2
2017-06-29smptests/smpschededf01: New testSebastian Huber6-0/+215
2017-06-29score: Add SMP EDF schedulerSebastian Huber7-0/+90
2017-06-29smptests: Split smpscheduler03Sebastian Huber15-659/+761
2017-06-07Fix CPU_COPY() usageSebastian Huber2-4/+4
2017-04-05smpcache01: Fix test to run on QorIQ T4240Sebastian Huber1-31/+70
2017-04-04testsuite: Add a common test configuration. Fix configure.ac and Makefile.am ...Chris Johns2-53/+53
2017-02-14Rename CONFIGURE_SMP_MAXIMUM_PROCESSORSSebastian Huber46-54/+54
2017-02-03smptests: Fix warningsSebastian Huber4-28/+27
2017-02-03score: Improve scheduler helping protocolSebastian Huber1-20/+6
2017-02-02Remove CONFIGURE_SMP_APPLICATIONSebastian Huber47-89/+2
2017-01-24smptests/smpsignal01: Check signal ISR levelSebastian Huber2-7/+68
2017-01-11Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill2-16/+0
2016-12-12Rename is_internal to always_set_to_falseSebastian Huber7-14/+14
2016-12-07smplock01: Fix plot scriptsSebastian Huber2-2/+4
2016-12-05smplock01: Fix fairness plot scriptSebastian Huber1-1/+1
2016-12-02smpthreadlife01: Fix due to robust thread dispatchSebastian Huber1-13/+19
2016-12-02score: Initialize thread queue context earlySebastian Huber1-1/+2
2016-11-28score: Fix thread queue context initializationSebastian Huber1-1/+1
2016-11-23smptests/smpfatal03: Use timer to provoke errorSebastian Huber1-31/+21
2016-11-23score: Robust thread dispatchSebastian Huber6-0/+105
2016-11-23smptests/smplock01: Test TAS and TTAS locksSebastian Huber4-1560/+2508
2016-11-23smptests/smpscheduler02: Fix task initializationSebastian Huber1-2/+2
2016-11-18score: Restrict task interrupt level to 0 on SMPSebastian Huber1-1/+17
2016-11-10powerpc: Add _CPU_Get_current_per_CPU_control()Sebastian Huber1-460/+460
2016-11-10rtems: Add scheduler processor add/removeSebastian Huber7-0/+467
2016-11-09score: Simplify _Scheduler_Get_by_id()Sebastian Huber1-4/+7
2016-11-09score: Inline some SMP lock operations by defaultSebastian Huber1-468/+468
2016-11-03score: Relax _Scheduler_Set() restrictionsSebastian Huber1-18/+42
2016-11-03smptests/smplock01: Update screen fileSebastian Huber2-1555/+1555
2016-11-02score: Simplify yield and unblock scheduler opsSebastian Huber1-22/+18
2016-11-02score: Introduce Thread_Scheduler_control::homeSebastian Huber1-4/+4
2016-11-02score: Second part of new MrsP implementationSebastian Huber1-5/+0
2016-11-02score: Simplify update priority scheduler opSebastian Huber1-11/+5
2016-11-02score: First part of new MrsP implementationSebastian Huber7-55/+206
2016-11-02score: Yield support for new SMP helping protocolSebastian Huber1-0/+52
2016-11-02score: Add new SMP scheduler helping protocolSebastian Huber1-2/+191
2016-11-02score: Pass scheduler node to unblock operationSebastian Huber1-3/+10
2016-11-02score: Pass scheduler node to block operationSebastian Huber1-3/+6
2016-11-02score: Pass scheduler node to yield operationSebastian Huber1-3/+10
2016-11-02score: Pass scheduler node to update priority opSebastian Huber1-12/+22
2016-10-31smptests/smplock01: Use test supportSebastian Huber3-533/+2189
2016-10-12smpschedaffinity05: Fix configurationSebastian Huber1-0/+2
2016-09-21score: Scheduler node awareness for thread queuesSebastian Huber1-24/+349
2016-09-21rtems: Add rtems_task_get_priority()Sebastian Huber1-0/+16
2016-09-21smptests/smpmutex01: Use test case functionsSebastian Huber1-2/+24