summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename CONFIGURE_SMP_MAXIMUM_PROCESSORSSebastian Huber2017-02-1446-54/+54
* smptests: Fix warningsSebastian Huber2017-02-034-28/+27
* score: Improve scheduler helping protocolSebastian Huber2017-02-031-20/+6
* Remove CONFIGURE_SMP_APPLICATIONSebastian Huber2017-02-0247-89/+2
* smptests/smpsignal01: Check signal ISR levelSebastian Huber2017-01-242-7/+68
* Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__Joel Sherrill2017-01-112-16/+0
* Rename is_internal to always_set_to_falseSebastian Huber2016-12-127-14/+14
* smplock01: Fix plot scriptsSebastian Huber2016-12-072-2/+4
* smplock01: Fix fairness plot scriptSebastian Huber2016-12-051-1/+1
* smpthreadlife01: Fix due to robust thread dispatchSebastian Huber2016-12-021-13/+19
* score: Initialize thread queue context earlySebastian Huber2016-12-021-1/+2
* score: Fix thread queue context initializationSebastian Huber2016-11-281-1/+1
* smptests/smpfatal03: Use timer to provoke errorSebastian Huber2016-11-231-31/+21
* score: Robust thread dispatchSebastian Huber2016-11-236-0/+105
* smptests/smplock01: Test TAS and TTAS locksSebastian Huber2016-11-234-1560/+2508
* smptests/smpscheduler02: Fix task initializationSebastian Huber2016-11-231-2/+2
* score: Restrict task interrupt level to 0 on SMPSebastian Huber2016-11-181-1/+17
* powerpc: Add _CPU_Get_current_per_CPU_control()Sebastian Huber2016-11-101-460/+460
* rtems: Add scheduler processor add/removeSebastian Huber2016-11-107-0/+467
* score: Simplify _Scheduler_Get_by_id()Sebastian Huber2016-11-091-4/+7
* score: Inline some SMP lock operations by defaultSebastian Huber2016-11-091-468/+468
* score: Relax _Scheduler_Set() restrictionsSebastian Huber2016-11-031-18/+42
* smptests/smplock01: Update screen fileSebastian Huber2016-11-032-1555/+1555
* score: Simplify yield and unblock scheduler opsSebastian Huber2016-11-021-22/+18
* score: Introduce Thread_Scheduler_control::homeSebastian Huber2016-11-021-4/+4
* score: Second part of new MrsP implementationSebastian Huber2016-11-021-5/+0
* score: Simplify update priority scheduler opSebastian Huber2016-11-021-11/+5
* score: First part of new MrsP implementationSebastian Huber2016-11-027-55/+206
* score: Yield support for new SMP helping protocolSebastian Huber2016-11-021-0/+52
* score: Add new SMP scheduler helping protocolSebastian Huber2016-11-021-2/+191
* score: Pass scheduler node to unblock operationSebastian Huber2016-11-021-3/+10
* score: Pass scheduler node to block operationSebastian Huber2016-11-021-3/+6
* score: Pass scheduler node to yield operationSebastian Huber2016-11-021-3/+10
* score: Pass scheduler node to update priority opSebastian Huber2016-11-021-12/+22
* smptests/smplock01: Use test supportSebastian Huber2016-10-313-533/+2189
* smpschedaffinity05: Fix configurationSebastian Huber2016-10-121-0/+2
* score: Scheduler node awareness for thread queuesSebastian Huber2016-09-211-24/+349
* rtems: Add rtems_task_get_priority()Sebastian Huber2016-09-211-0/+16
* smptests/smpmutex01: Use test case functionsSebastian Huber2016-09-211-2/+24
* score: Rework thread priority managementSebastian Huber2016-09-212-21/+25
* score: Introduce _Thread_Get_priority()Sebastian Huber2016-09-081-1/+1
* libmisc/capture: Remove the reserved _t in the types.Chris Johns2016-09-012-15/+15
* libmisc/capture: Fix the capture engine on SMP.Chris Johns2016-09-011-77/+95
* smptests/smpmutex02: New testSebastian Huber2016-07-256-0/+1052
* score: Postpone SMP shutdown in _Terminate()Sebastian Huber2016-07-061-21/+17
* rtems: Fix rtems_task_set_scheduler() APISebastian Huber2016-07-018-36/+62
* smptests/smpstrongapa01: SimplifySebastian Huber2016-06-301-5/+1
* smptests/smpstrongapa01: Add test casesSebastian Huber2016-06-301-3/+300
* score: Change Priority_Control to 64-bitSebastian Huber2016-06-241-1/+1
* smptests/smpmrsp01: Fix due to API changesSebastian Huber2016-06-231-168/+60