summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-05tests: Fix warningsSebastian Huber2-3/+3
2015-03-04score: ISR lock C/C++ compatiblity issueSebastian Huber1-2/+2
2015-02-26sptests/sp76: Check that the right task executesSebastian Huber1-8/+11
2015-02-19sptests: Add missing test extensionSebastian Huber3-0/+6
2015-02-19score: Make <rtems/score/atomic.h> availableSebastian Huber6-0/+321
2015-02-12IMFS: Add fine grained configurationSebastian Huber2-4/+0
2015-02-09Filesystem: Simplify FIFO and pipe configurationSebastian Huber4-6/+0
2015-02-04Filesystem: Statically initialize rtems_libio_iopsSebastian Huber6-70/+1
2015-01-09powerpc: Delete _CPU_IRQ_infoSebastian Huber1-2/+1
2014-12-16Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber17-30/+0
2014-12-05Update bug report URLSebastian Huber1-1/+1
2014-12-03sptests: Add get_one_tick_busy_value()Sebastian Huber1-29/+38
2014-12-02spcpuset01: fix test commentsDaniel Hellstrom3-70/+70
2014-11-27rtems: Add rtems_cache_coherent_allocate()Sebastian Huber3-0/+51
2014-11-25rtems: Move rtems_cache_aligned_malloc()Sebastian Huber3-0/+33
2014-11-25sptest/spcache01: New test casesSebastian Huber1-0/+4
2014-11-21Delete or rename MIN/MAX macros and definesSebastian Huber2-6/+5
2014-10-14testsuites: Avoid clock driverSebastian Huber1-1/+1
2014-10-13score: Rework global constructionSebastian Huber7-1/+101
2014-09-19sptests/spintrcritical22: New testSebastian Huber6-0/+176
2014-09-16sptests/sp07: Minimize thread dispatch latencySebastian Huber11-157/+71
2014-09-12sptests/spintrcritical_support: Optimize busy loopSebastian Huber1-3/+4
2014-09-12sptests/spintrcritical10: Avoid undefined memorySebastian Huber1-0/+3
2014-09-10sptests/spfatal07: Fix end of test messageSebastian Huber1-1/+1
2014-09-10sptests/sp39: Convert to sptests/spintrcritical21Sebastian Huber8-105/+83
2014-09-10tests: Rework interrupt critical testsSebastian Huber13-267/+485
2014-09-08sptests/spcontext01: Fix warningSebastian Huber1-1/+1
2014-09-04spcpuset01: Use %zd for size_t to eliminate warningJoel Sherrill2-6/+6
2014-09-04spfreechain01/init.c: Use %zd for size_t to eliminate warningJoel Sherrill1-2/+2
2014-09-04sp19: Eliminate warningsJoel Sherrill2-39/+16
2014-09-04raspberrypi: Use shared bspreset.cJoel Sherrill1-33/+32
2014-09-01tests: Add documentationSebastian Huber2-3/+16
2014-08-26rtems: Add more clock tick functionsSebastian Huber3-0/+64
2014-08-25sptests/spcache01: Make inline assembly conditional to account for OpenRISC l...Hesham ALMatary1-1/+5
2014-08-20score: PR2179: Fix initially locked PI mutexSebastian Huber2-0/+39
2014-08-08sptests/sprbtree01: Add random ops test caseSebastian Huber2-1/+832
2014-08-07rbtree: Simplify insert and extractSebastian Huber1-10/+4
2014-08-07rbtree: Simplify _RBTree_Rotate()Sebastian Huber1-1/+0
2014-08-05sptests/sprbtree01: Check tree layoutSebastian Huber1-0/+620
2014-08-05sptests/sprbtree01: Reduce stack usageSebastian Huber1-1/+2
2014-08-05rbtree: Add and use RBTree_Compare_resultSebastian Huber1-1/+1
2014-08-05Add and use RTEMS_CONTAINER_OF()Sebastian Huber1-22/+22
2014-07-29rbtree: Rename find header in find controlSebastian Huber2-8/+3
2014-07-29rbtree: Simplify off-tree handlingSebastian Huber1-4/+4
2014-07-26rbtree: Update maximum node in LIFO orderSebastian Huber2-9/+107
2014-07-22rbtree: Do not set node off-tree in extractSebastian Huber1-4/+5
2014-07-22rbtree: Remove superfluous NULL pointer checksSebastian Huber1-3/+0
2014-07-15rbtree: Reduce RBTree_Control sizeSebastian Huber1-43/+65
2014-07-14sp59: Fix typosJoel Sherrill2-3/+3
2014-07-01sptests/spcontext01: Avoid NULL pointer accessSebastian Huber1-1/+15