summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-09-21score: Rework thread priority managementSebastian Huber2-21/+25
2016-09-08score: Introduce _Thread_Get_priority()Sebastian Huber1-1/+1
2016-09-01libmisc/capture: Remove the reserved _t in the types.Chris Johns2-15/+15
2016-09-01libmisc/capture: Fix the capture engine on SMP.Chris Johns1-77/+95
2016-07-25smptests/smpmutex02: New testSebastian Huber6-0/+1052
2016-07-06score: Postpone SMP shutdown in _Terminate()Sebastian Huber1-21/+17
2016-07-01rtems: Fix rtems_task_set_scheduler() APISebastian Huber8-36/+62
2016-06-30smptests/smpstrongapa01: SimplifySebastian Huber1-5/+1
2016-06-30smptests/smpstrongapa01: Add test casesSebastian Huber1-3/+300
2016-06-24score: Change Priority_Control to 64-bitSebastian Huber1-1/+1
2016-06-23smptests/smpmrsp01: Fix due to API changesSebastian Huber1-168/+60