summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-12score: Add _ISR_lock_Set_name()Sebastian Huber1-5/+17
2019-04-11score: Rename _SMP_Get_processor_count()Sebastian Huber1-1/+1
2019-04-09spmisc01: Use RTEMS_CONSTSebastian Huber2-0/+7
2019-04-09rtems: Add rtems_scheduler_get_processor_maximum()Sebastian Huber1-3/+15
2019-03-14Remove superfluous <rtems/system.h> includesSebastian Huber1-1/+0
2019-03-14Add rtems_board_support_package()Sebastian Huber1-0/+1
2019-03-07testsuite: Make the OPERATION_COUNT a test configuration parameter.Chris Johns1-2/+4
2019-03-01score: Fix _Scheduler_EDF_Cancel_job()Sebastian Huber2-0/+19
2019-02-18score: Avoid some deadlocks in _Once()Sebastian Huber2-3/+20
2019-01-30build: Do not install test programsSebastian Huber1-3/+1
2019-01-18score: Remove unused _ISR_lock_Flash()Sebastian Huber1-2/+0
2019-01-18score: Improve debug support for ISR locksSebastian Huber1-0/+12
2019-01-14build: Remove bogus spqreslib_LDADDSebastian Huber1-1/+0
2019-01-14build: Add missing $(LDADD) for dependenciesSebastian Huber1-2/+2
2019-01-09Adjust interrupt mode tests for some CPU portsSebastian Huber2-4/+29
2019-01-09tests: Remove bogus RTEMS_INTERRUPT_LEVEL(31)Sebastian Huber5-5/+5
2018-12-21spcxx01: Add test caseSebastian Huber1-0/+10
2018-12-21Add aligned_alloc() and memalign()Sebastian Huber5-0/+99
2018-12-18score: Fix per-CPU data allocationSebastian Huber2-1/+15
2018-12-14score: Static Objects_Information initializationSebastian Huber9-105/+324
2018-12-07score: Remove Objects_Information::maximumSebastian Huber1-34/+38
2018-12-07score: Optimize object lookupSebastian Huber1-20/+218
2018-12-07rtems: Add rtems_scheduler_get_maximum_priority()Sebastian Huber1-1/+25
2018-12-07tests: Fix rtems_test_spin_until_next_tick()Sebastian Huber1-0/+2
2018-12-04Capitalize Rtems to RTEMSMarçal Comajoan Cara1-1/+1
2018-12-03Convert CPU counter ticks to/from sbintime_tSebastian Huber1-2/+13
2018-11-12rtems: Remove Modes_ControlSebastian Huber2-4/+2
2018-11-12m32c: Remove this targetSebastian Huber2-26/+11
2018-11-07spconfig02: Check object methods in default configSebastian Huber5-0/+328
2018-10-29posix: Enable more sptests test cases by defaultSebastian Huber4-96/+35
2018-10-24config: Modify CONFIGURE_INTERRUPT_STACK_SIZESebastian Huber1-0/+32
2018-10-10build: Remove local.amSebastian Huber1-1/+0
2018-10-05tests: Use rtems_task_exit()Sebastian Huber82-167/+97
2018-10-05spthreadlife01: A task exit must not returnSebastian Huber1-3/+3
2018-10-01rtems: Add rtems_task_exit()Sebastian Huber1-3/+27
2018-10-01spthreadlife01: Remove superfluous restart caseSebastian Huber1-3/+0
2018-09-21Remove INTERNAL_ERROR_INTERRUPT_STACK_TOO_SMALLSebastian Huber5-58/+0
2018-09-10score: Fix PER_CPU_DATA_GET_BY_OFFSET()Sebastian Huber1-0/+10
2018-09-10score: Add flexible per-CPU dataSebastian Huber7-0/+371
2018-09-06sptests/spconfig01: New testSebastian Huber5-0/+150
2018-08-24spglobalcon01: LLVM optimization makes variable i always 1Daniel Hellstrom1-2/+2
2018-08-07tests: Remove CONFIGURE_MAXIMUM_DRIVERSSebastian Huber3-3/+0
2018-07-25score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE()Sebastian Huber1-0/+25
2018-07-24sptests/sp20: Remove unused variableSebastian Huber1-1/+0
2018-07-23score: Add _CPU_Instruction_illegal()Sebastian Huber1-34/+6
2018-07-20score: Add _CPU_Instruction_no_operation()Sebastian Huber1-5/+2
2018-07-20score: Move context validation declarationsSebastian Huber1-1/+3
2018-07-16linux: Add rbtree_postorder_for_each_entry_safe()Sebastian Huber1-0/+22
2018-07-16score: Add postorder tree iteration supportSebastian Huber1-0/+182
2018-06-27Rework initialization and interrupt stack supportSebastian Huber2-37/+2