summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-05score: Add SMP test message handlerSebastian Huber6-0/+245
2014-05-05score: SMP_FATAL_SCHEDULER_WITHOUT_PROCESSORSSebastian Huber7-122/+51
2014-04-16smptests/smpload01: Reduce timeout valueSebastian Huber1-7/+3
2014-04-15score: Add clustered/partitioned schedulingSebastian Huber26-3/+879
2014-04-11rtems: Rename rtems_smp_get_current_processor()Sebastian Huber17-29/+29
2014-04-11rtems: Rename rtems_smp_get_processor_count()Sebastian Huber22-33/+33
2014-04-09smptests/smpschedule01: Rename in smpscheduler01Sebastian Huber7-23/+23
2014-04-04Disable per task variables when SMP is enabledJoel Sherrill1-9/+1
2014-04-03smpaffinity01: Use Priority Affinity SMP scheduler.Jennifer Averett1-1/+2
2014-04-03smppsxaffinity01: Use Priority Affinity SMP scheduler.Jennifer Averett1-0/+1
2014-04-03smppsxaffinity02: Use Priority Affinity SMP scheduler.Jennifer Averett1-0/+1
2014-04-01smptests/smpthreadlife01: Avoid bad profiling statSebastian Huber1-1/+5
2014-03-31smptests/smpthreadlife01: TypoSebastian Huber1-5/+0
2014-03-31smptests/smpthreadlife01: Add test casesSebastian Huber2-11/+159
2014-03-31score: Thread life cycle re-implementationSebastian Huber2-4/+71
2014-03-31score: Use thread action for thread restartSebastian Huber7-24/+157
2014-03-31smptests/smpfatal03: Fix end of test outputSebastian Huber1-5/+12
2014-03-21smptests/smpload01: Improve testSebastian Huber2-122/+512
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns41-41/+41
2014-03-17smptests/smpload01: Use test extensionSebastian Huber1-0/+2
2014-03-17tests/smptests: Use <rtems/test.h>Sebastian Huber27-83/+152
2014-03-14smptests/smpload01: New testSebastian Huber6-0/+344
2014-03-14score: Add SMP lock profiling supportSebastian Huber1-3/+3
2014-03-11score: Add function to destroy SMP locksSebastian Huber1-2/+10
2014-03-11score: Add local context to SMP lock APISebastian Huber1-10/+15
2014-03-10smptests/smppsxaffinity02: Fix end of test messageSebastian Huber1-1/+1
2014-03-07Remove trailing whitespace in previous patchesJennifer Averett6-45/+45
2014-03-07smptests: Add smppsxaffinity02.Jennifer Averett6-0/+304
2014-03-07smptests: Add smppsxaffinity01.Jennifer Averett6-0/+232
2014-03-07smptests: Add smpaffinity01Jennifer Averett6-0/+307
2014-03-06smptests: Delete config.h.inSebastian Huber1-19/+0
2014-03-06score: Add _Atomic_Fence()Sebastian Huber2-19/+70
2014-03-06score: Add and use _Giant_Drop()Sebastian Huber6-0/+177
2014-03-06score: SMP initialization and shutdown changesSebastian Huber10-0/+335
2014-02-21score: _CPU_SMP_Get_current_processor()Sebastian Huber2-18/+64
2014-02-17smptests: Add check for affinity support in newlib.Jennifer Averett1-0/+21
2014-02-17score: Add SMP barrierSebastian Huber2-98/+16
2014-02-17smptests/smplock01: Use atomic operationsSebastian Huber1-57/+41
2014-02-17Require presence of <stdatomic.h> for SMP supportSebastian Huber2-4/+0
2014-02-14score: Add Atomic_UintSebastian Huber1-0/+54
2013-11-11smptests/smp06: Delete testSebastian Huber6-187/+0
2013-10-08rename smpatomic08 to smpatomic01WeiY7-26/+32
2013-10-08delete smpatomic0-7 test casesWeiY44-1938/+0
2013-10-08add simple atomic test cases into smpatomic08WeiY1-0/+108
2013-09-03smptests/smpatomic08: Add initialization test caseSebastian Huber2-0/+43
2013-09-03score: Use unsigned long for atomic integersSebastian Huber8-62/+62
2013-09-01smptests/smpatomic08: Avoid copy and pasteSebastian Huber2-163/+86
2013-09-01smptests/smpatomic08: Simplify or/and test caseSebastian Huber1-38/+52
2013-09-01smptests/smpatomic08: Fix compare and exchangeSebastian Huber1-9/+17
2013-09-01add atomic sub, and, or, compare_exchange test cases into smpatomic08WeiY2-1/+175