summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-17tests/samples: Use <rtems/test.h>Sebastian Huber26-25/+95
2014-03-17sapi: Add <rtems/test.h>Sebastian Huber2-0/+17
2014-03-14smptests/smpload01: New testSebastian Huber6-0/+344
2014-03-14score: Add SMP lock profiling supportSebastian Huber6-13/+101
2014-03-14sapi: Add per-CPU profiling application level dataSebastian Huber1-1/+9
2014-03-14sapi: Add profiling application level supportSebastian Huber6-0/+100
2014-03-12psxtests/psxkey07: Do not allocate task IDsSebastian Huber1-5/+4
2014-03-12psxtests/psxkey07: Limit workspace sizeSebastian Huber1-0/+8
2014-03-12psxtests/psxkey07: Account for RTEMS_TOO_MANYSebastian Huber1-2/+3
2014-03-12psxtests/psxkey08: Limit workspace sizeSebastian Huber1-3/+9
2014-03-12psxtests/psxkey08: Do not allocate task IDsSebastian Huber1-4/+3
2014-03-11score: Add function to destroy SMP locksSebastian Huber5-3/+23
2014-03-11score: Add local context to SMP lock APISebastian Huber5-49/+58
2014-03-11sapi: Use one SMP lock for all chainsSebastian Huber2-4/+4
2014-03-11printk: Add support for long longSebastian Huber2-0/+49
2014-03-10smptests/smppsxaffinity02: Fix end of test messageSebastian Huber1-1/+1
2014-03-07POSIX keys now enabled in all configurations.Joel Sherrill23-355/+378
2014-03-07Remove trailing whitespace in previous patchesJennifer Averett10-61/+61
2014-03-07smptests: Add smppsxaffinity02.Jennifer Averett6-0/+304
2014-03-07smptests: Add smppsxaffinity01.Jennifer Averett6-0/+232
2014-03-07smptests: Add smpaffinity01Jennifer Averett6-0/+307
2014-03-07psxtests: Added test for pthread_getattr_np().Jennifer Averett6-1/+261
2014-03-07spcpuset01: Add check for sys/cpuset.h.Jennifer Averett3-10/+29
2014-03-06smptests: Delete config.h.inSebastian Huber1-19/+0
2014-03-06score: Delete _Thread_Dispatch_set_disable_level()Sebastian Huber3-10/+5
2014-03-06tmtests/tm26: Fix deadlock for SMP configurationsSebastian Huber1-1/+2
2014-03-06score: Add _Atomic_Fence()Sebastian Huber2-19/+70
2014-03-06libnetworking: TypoSebastian Huber1-1/+21
2014-03-06score: Add and use _Giant_Drop()Sebastian Huber6-0/+177
2014-03-06score: SMP initialization and shutdown changesSebastian Huber10-0/+335
2014-02-28tmtests/tmcontext01: New testSebastian Huber7-0/+598
2014-02-28rtems: Add cache size functionsSebastian Huber2-4/+40
2014-02-28rtems: Use size_t for cache line sizeSebastian Huber1-2/+2
2014-02-28sptests/spcache01: Detect write-through cacheSebastian Huber2-3/+15
2014-02-24sptests/spcache01: New testSebastian Huber6-0/+426
2014-02-24score: Fix thread TLS area initializationSebastian Huber8-24/+127
2014-02-24sptests/spcpucounter01: Adjust testSebastian Huber2-9/+29
2014-02-21score: _CPU_SMP_Get_current_processor()Sebastian Huber2-18/+64
2014-02-21score: Rename _Internal_error_Occurred()Sebastian Huber2-3/+3
2014-02-19score: Add RTEMS_FATAL_SOURCE_SMPSebastian Huber2-1/+2
2014-02-19score: Add RTEMS_FATAL_SOURCE_BSPSebastian Huber1-2/+1
2014-02-19score: Delete INTERNAL_ERROR_SHUTDOWN_WHEN_NOT_UPSebastian Huber7-71/+2
2014-02-19score: Delete _Thread_BSP_contextSebastian Huber1-2/+1
2014-02-19score: Add SYSTEM_STATE_TERMINATEDSebastian Huber2-2/+2
2014-02-17smptests: Add check for affinity support in newlib.Jennifer Averett1-0/+21
2014-02-17psxtests: Correct bug in check of affinity support in newlib.Jennifer Averett1-6/+16
2014-02-17score: Add SMP barrierSebastian Huber2-98/+16
2014-02-17smptests/smplock01: Use atomic operationsSebastian Huber1-57/+41
2014-02-17Require presence of <stdatomic.h> for SMP supportSebastian Huber2-4/+0
2014-02-14score: Add Atomic_UintSebastian Huber1-0/+54