summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests (follow)
Commit message (Expand)AuthorAgeFilesLines
* smptests/smpload01: Use test extensionSebastian Huber2014-03-171-0/+2
* tests/smptests: Use <rtems/test.h>Sebastian Huber2014-03-1727-83/+152
* smptests/smpload01: New testSebastian Huber2014-03-146-0/+344
* score: Add SMP lock profiling supportSebastian Huber2014-03-141-3/+3
* score: Add function to destroy SMP locksSebastian Huber2014-03-111-2/+10
* score: Add local context to SMP lock APISebastian Huber2014-03-111-10/+15
* smptests/smppsxaffinity02: Fix end of test messageSebastian Huber2014-03-101-1/+1
* Remove trailing whitespace in previous patchesJennifer Averett2014-03-076-45/+45
* smptests: Add smppsxaffinity02.Jennifer Averett2014-03-076-0/+304
* smptests: Add smppsxaffinity01.Jennifer Averett2014-03-076-0/+232
* smptests: Add smpaffinity01Jennifer Averett2014-03-076-0/+307
* smptests: Delete config.h.inSebastian Huber2014-03-061-19/+0
* score: Add _Atomic_Fence()Sebastian Huber2014-03-062-19/+70
* score: Add and use _Giant_Drop()Sebastian Huber2014-03-066-0/+177
* score: SMP initialization and shutdown changesSebastian Huber2014-03-0610-0/+335
* score: _CPU_SMP_Get_current_processor()Sebastian Huber2014-02-212-18/+64
* smptests: Add check for affinity support in newlib.Jennifer Averett2014-02-171-0/+21
* score: Add SMP barrierSebastian Huber2014-02-172-98/+16
* smptests/smplock01: Use atomic operationsSebastian Huber2014-02-171-57/+41
* Require presence of <stdatomic.h> for SMP supportSebastian Huber2014-02-172-4/+0
* score: Add Atomic_UintSebastian Huber2014-02-141-0/+54
* smptests/smp06: Delete testSebastian Huber2013-11-116-187/+0
* rename smpatomic08 to smpatomic01WeiY2013-10-087-26/+32
* delete smpatomic0-7 test casesWeiY2013-10-0844-1938/+0
* add simple atomic test cases into smpatomic08WeiY2013-10-081-0/+108
* smptests/smpatomic08: Add initialization test caseSebastian Huber2013-09-032-0/+43
* score: Use unsigned long for atomic integersSebastian Huber2013-09-038-62/+62
* smptests/smpatomic08: Avoid copy and pasteSebastian Huber2013-09-012-163/+86
* smptests/smpatomic08: Simplify or/and test caseSebastian Huber2013-09-011-38/+52
* smptests/smpatomic08: Fix compare and exchangeSebastian Huber2013-09-011-9/+17
* add atomic sub, and, or, compare_exchange test cases into smpatomic08WeiY2013-09-012-1/+175
* smptests/smpatomic08: Fix race conditionsSebastian Huber2013-08-292-55/+54
* smptests/smpatomic08: New testSebastian Huber2013-08-286-0/+382
* smptests: Move ATOMIC conditional to top-levelSebastian Huber2013-08-288-28/+2
* smp: Disable restart of threads other than selfSebastian Huber2013-08-201-0/+23
* smp: Add Deterministic Priority SMP SchedulerSebastian Huber2013-08-201-12/+12
* smp: Optimize Simple SMP schedulerSebastian Huber2013-08-201-12/+12
* correct memory model in smpatomic test caseWeiY2013-08-196-13/+13
* smptests/smpswitchextension01: Fix start sequenceSebastian Huber2013-08-091-0/+2
* score: Per-CPU thread dispatch disable levelSebastian Huber2013-08-091-2/+0
* smptests/smpmigration01: Fix start sequenceSebastian Huber2013-08-081-0/+2
* smptests/smp07: Use suspend instead of deleteSebastian Huber2013-08-061-1/+2
* smptests/smpswitchextension01: New testSebastian Huber2013-08-056-0/+298
* smptests/smpmigration01: New testSebastian Huber2013-08-056-0/+262
* smptests/smppsxsignal01: New testSebastian Huber2013-07-306-0/+227
* smptests/smpsignal01: New testSebastian Huber2013-07-306-0/+226
* smp: Add and use _Per_CPU_Get()Sebastian Huber2013-07-301-2/+2
* smptests/smp08: Print missing newlineSebastian Huber2013-07-221-1/+1
* score: Error for non-preemptible tasks on SMPSebastian Huber2013-07-228-266/+16
* rtems: Error for task variables on SMPSebastian Huber2013-07-221-0/+9