summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-05score: Fix watchdog insertSebastian Huber1-4/+44
2015-12-21score: Fix watchdog removalSebastian Huber1-5/+57
2015-09-01rbtree: Delete rtems_rbtree_find_control()Sebastian Huber1-7/+0
2015-07-13score: TypoSebastian Huber1-1/+1
2015-07-01score: Accept NULL pointer in _Freechain_Put()Sebastian Huber1-0/+2
2015-07-01score: Freechain handler API changesSebastian Huber2-152/+19
2015-06-26score: Hide SMP lock profiling impl if disabledSebastian Huber1-2/+2
2015-06-22rtems: Add rtems_interrupt_local_disable|enable()Sebastian Huber2-77/+87
2015-06-19sptests/sp37: Fix type and simplifySebastian Huber1-15/+7
2015-06-15Remove use ticks for statistics configure option.Joel Sherrill1-42/+22
2015-06-13score: Add _Watchdog_Preinitialize()Sebastian Huber1-4/+4
2015-06-12sptests/sptasknopreempt01: New testSebastian Huber6-0/+130
2015-06-09sptests/sptimecounter03: New testSebastian Huber6-0/+144
2015-06-09sptests/spcontext01: Add second volatile clobberSebastian Huber1-1/+10
2015-06-03sptests/spcontext01: Improve outputSebastian Huber2-10/+20
2015-05-26sptests/spcontext01: Test deferred FP contextAlexander Krutwig2-20/+47
2015-05-20timecounter: Use in RTEMSAlexander Krutwig8-11/+348
2015-05-20timecounter: Port to RTEMSAlexander Krutwig6-0/+185
2015-05-19score: Add static initializers for thread queuesSebastian Huber1-0/+14
2015-05-19score: Remove Giant lock in rtems_clock_tick()Sebastian Huber1-4/+0
2015-05-19score: New thread queue implementationSebastian Huber5-67/+54
2015-05-19score: Add Thread_queue_OperationsSebastian Huber1-2/+2
2015-05-19score: Generalize _Event_Timeout()Sebastian Huber1-3/+3
2015-05-19score: Reduce thread wait statesSebastian Huber1-3/+3
2015-05-19score: New timer server implementationSebastian Huber2-110/+59
2015-05-19score: Add Watchdog_IteratorSebastian Huber2-3/+115
2015-05-19score: Add header to _Watchdog_Remove()Sebastian Huber2-2/+2
2015-05-19score: _Thread_queue_Extract()Sebastian Huber1-25/+4
2015-05-07sptests/spcontext01: Check FPU task combinationsAlexander Krutwig2-12/+43
2015-04-27sptests/spstkalloc02: Fix namespace issueSebastian Huber1-3/+3
2015-04-23sp13/system.h: Account for all message buffersJoel Sherrill1-2/+2
2015-04-23score: Delete Thread_queue_Control::stateSebastian Huber1-1/+1
2015-04-21score: Add _Thread_Get_interrupt_disable()Sebastian Huber1-6/+6
2015-04-20score: Add _ISR_lock_ISR_disable/enable()Sebastian Huber1-0/+6
2015-04-17sp13: Document message buffer usage and adjust configurationJoel Sherrill1-5/+26
2015-04-17sptests/sp52: Reduce clock tick intervalSebastian Huber1-0/+2
2015-04-17score: Fix _TOD_Set_with_timestamp()Sebastian Huber1-15/+20
2015-04-16sptests/sp68: Avoid use of internal variablesSebastian Huber1-10/+12
2015-04-16score: Add _ISR_lock_Flash()Sebastian Huber1-0/+2
2015-04-14spcpuset01: Reduce output to reduce run-timeJoel Sherrill4-4045/+12
2015-04-14sp13: Update configuration to account for messages on fourth message queueJoel Sherrill2-1/+6
2015-04-13score: Add Watchdog_HeaderSebastian Huber3-8/+8
2015-03-24score: Add thread priority change handlerSebastian Huber1-2/+2
2015-03-24testsuites/sptests/sp54/init.c: Add cast to avoid warningJoel Sherrill1-1/+1
2015-03-24sptls03/init.c: Make type and constants uint32_t to avoid overflow warningsJoel Sherrill1-4/+4
2015-03-24sptls01/init.c: Use larger data types for valuesJoel Sherrill1-5/+5
2015-03-24sptests/spwatchdog/init.c: Avoid integer overflowJoel Sherrill1-2/+8
2015-03-24sptests/spedfsched02: Reduce stack space usage to fix on smaller targetsJoel Sherrill2-3/+1
2015-03-24sptests/spatomic01/init.c: Avoid integer overflowJoel Sherrill1-8/+11
2015-03-24sptests/sp34/changepri.c: Correct printf() warningJoel Sherrill1-4/+5