summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-14Rename CONFIGURE_SMP_MAXIMUM_PROCESSORSSebastian Huber2-2/+2
2017-02-02Remove CONFIGURE_SMP_APPLICATIONSebastian Huber2-4/+0
2016-11-10powerpc: Add _CPU_Get_current_per_CPU_control()Sebastian Huber1-2100/+2100
2016-11-09score: Inline some SMP lock operations by defaultSebastian Huber1-2100/+2100
2016-11-07score: Prevent assignment to _Thread_ExecutingSebastian Huber2-15/+12
2016-11-04score: Optimize self-contained mutexesSebastian Huber1-2100/+2100
2016-11-03rtems: Fix binary semaphore resource countSebastian Huber1-2/+2
2016-11-03tmtests/tmfine01: Update screen fileSebastian Huber2-1800/+2194
2016-11-02score: Introduce Thread_Scheduler_control::homeSebastian Huber2-6/+6
2016-10-10tmfine01: Add self-contained mutex test caseSebastian Huber1-1/+46
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber1-1/+1
2016-05-30score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber1-1/+1
2016-05-25score: Move thread queue MP callout to contextSebastian Huber1-5/+6
2016-05-20Replace *_Get_interrupt_disable() with *_Get()Sebastian Huber1-9/+6
2016-05-20rtems: _Semaphore_Get_interrupt_disable()Sebastian Huber1-3/+0
2016-05-20score: Rename _ISR_Flash() into _ISR_Local_flash()Sebastian Huber1-1/+1
2016-05-20score: Rename _ISR_Disable() and _ISR_Enable()Sebastian Huber1-2/+2
2016-05-20score: Rename _ISR_Disable_without_giant()Sebastian Huber2-8/+8
2016-05-20testsuites: Avoid Giant lockSebastian Huber2-85/+17
2016-05-20testsuites: Replace _Thread_Get()Sebastian Huber1-11/+14
2016-05-20score: Avoid Giant lock for _Thread_Start()Sebastian Huber1-3/+3
2016-05-12score: Use thread state lock for current stateSebastian Huber1-5/+13
2016-05-02rtems: Avoid Giant lock for semaphoresSebastian Huber1-3/+11
2016-04-14Obsolete rtems_clock_get() directive.Joel Sherrill2-6/+5
2016-03-04score: Replace watchdog handler implementationSebastian Huber1-45/+45
2016-03-02tmtests/tmtimer01: New testSebastian Huber7-0/+408
2015-12-24api: Remove deprecated NotepadsAun-Ali Zaidi7-94/+1
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber1-1/+1
2015-10-15Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber1-2/+0
2015-06-22rtems: Add rtems_interrupt_local_disable|enable()Sebastian Huber1-2/+7
2015-06-19tmtests/tm27: Use scheduler lockSebastian Huber1-10/+5
2015-05-29tmtests/tm26: Fix context switch to FP taskSebastian Huber1-3/+0
2015-05-29Revert "tmtests/tm26: Avoid NULL pointer access"Sebastian Huber1-0/+3
2015-05-29tmtests/tm26: Avoid NULL pointer accessSebastian Huber1-3/+0
2015-04-08rtems: Atomically suspend/resume tasksSebastian Huber1-1/+1
2015-03-17tests misc: Disable deprecated method usage warning when intentionalJoel Sherrill1-25/+37
2015-03-17testsupport: Add worker setup handlerSebastian Huber1-1/+1
2015-03-16tmtests/tmfine01: New testSebastian Huber6-0/+2612
2015-03-10cpukit: deprecate notepadsGedare Bloom1-0/+2
2015-03-05score: Add and use _Thread_Do_dispatch()Sebastian Huber1-0/+4
2015-03-05score: Update _Thread_Heir only if necessarySebastian Huber1-0/+3
2015-03-05tests: Fix warningsSebastian Huber1-1/+1
2014-12-05Update bug report URLSebastian Huber1-1/+1
2014-09-11tmtests/tmcontext01: Improve cache dirty functionSebastian Huber1-14/+24
2014-09-08tmtests/tmcontext01: Improve cache dirty functionSebastian Huber1-4/+7
2014-09-05tmtests/tmcontext01: Plot a legendSebastian Huber1-6/+20
2014-07-14Enhance Semaphore Blocking and Readying Time Test CasesJoel Sherrill21-171/+477
2014-05-07score: Implement forced thread migrationSebastian Huber1-2/+0
2014-05-05testsuite: Add a per BSP test check for tests not to build.Chris Johns1-3/+3
2014-04-15score: Static scheduler configurationSebastian Huber2-22/+29