source: rtems/testsuites/smptests

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @ea02782a   06/14/16 09:12:19 Sebastian Huber posix: sched_get_priority_min() Enable for all configurations since … 5
(edit) @05b7eec   06/08/16 13:18:14 Sebastian Huber score: Add an SMP sequence lock implementation 5
(edit) @4c19e59b   06/08/16 08:01:44 Sebastian Huber smptests/smpatomic01: Fix seqlock write 5
(edit) @cc8bb9e3   06/07/16 13:26:52 Sebastian Huber smptests/smpatomic01: Add seqlock test case 5
(edit) @a9cc6a84   06/01/16 07:50:44 Sebastian Huber smptests/smpatomic01: New test cases Demonstrate that a … 5
(edit) @24d0ee57   05/20/16 08:39:50 Chris Johns cpukit, testsuite: Add rtems_printf and rtems_printer support. This … 5
(edit) @e266d13   05/20/16 13:10:27 Sebastian Huber Replace *_Get_interrupt_disable() with *_Get() Uniformly use *_Get() … 5
(edit) @ceb0f659   05/17/16 14:03:46 Sebastian Huber score: Remove the Giant lock Update #2555. 5
(edit) @4b04cb61   05/18/16 06:03:05 Sebastian Huber score: Rename _ISR_Disable_without_giant() Rename … 5
(edit) @dab902d5   05/17/16 13:43:31 Sebastian Huber testsuites: Avoid Giant lock Replace _Thread_Disable_dispatch() with … 5
(edit) @5eac9676   05/17/16 12:54:48 Sebastian Huber testsuites: Replace _Thread_Get() Replace _Thread_Get() with … 5
(edit) @9949d8a7   05/12/16 14:32:27 Sebastian Huber score: Add Thread_Change_life() Add _Thread_Change_life_locked() as a … 5
(edit) @41ce30a   05/18/16 12:34:26 Sebastian Huber SMP: Add Mellor-Crummey and Scott (MCS) lock Added only for … 5
(edit) @1379d84   05/12/16 08:57:15 Sebastian Huber smptests/smpcapture02: Adjust for clock changes Fix overall clock … 5
(edit) @bd12dda   05/11/16 09:54:49 Sebastian Huber score: Use thread state lock for current state In addition protect … 5
(edit) @981eed2   04/29/16 10:09:32 Sebastian Huber score: Add dummy Strong APA scheduler Start with a copy of the … 5
(edit) @03b900d   02/18/16 07:36:26 Sebastian Huber score: Replace watchdog handler implementation Use a red-black tree … 5
(edit) @b3a4c48e   02/17/16 13:27:09 Sebastian Huber score: Add _SMP_Online_processors 5
(edit) @eead8f7   03/02/16 14:28:29 Sebastian Huber smptests/smpmrsp01: Fix test context 5
(edit) @10f28914   02/17/16 10:33:27 Sebastian Huber smptests/smpwakeafter01: Add scheduler config Update #2554. 5
(edit) @3d1becf   01/11/16 06:57:12 Sebastian Huber smptests/README: Delete obsolete information 5
(edit) @54406d9   10/15/15 09:56:15 Sebastian Huber Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM This define accidentally … 5
(edit) @258ad71   09/25/15 12:34:24 Sebastian Huber SMP: Fix and optimize thread dispatching According to the C11 and … 5
(edit) @8d296cd5   09/26/15 11:03:16 Sebastian Huber score: Use uintptr_t for atomic pointer operations Do not obfuscate … 5
(edit) @dafa5d88   09/03/15 08:27:16 Sebastian Huber score: Implement priority boosting 5
(edit) @3995e6d   09/02/15 09:58:54 Sebastian Huber score: Implement SMP-specific priority queue 5
(edit) @43d7005   06/02/15 12:32:58 Sebastian Huber smptests/smpscheduler02: Reduce required CPU count 4.115
(edit) @2c14e67   06/02/15 12:22:03 Sebastian Huber smptests/smpmrsp01: Reduce required CPU count 4.115
(edit) @f48b73de   06/02/15 12:10:05 Sebastian Huber smptests/smpscheduler03: Use proper lock 4.115
(edit) @33e30f39   05/12/15 08:15:21 Sebastian Huber smptests/smpscheduler03: Restructure Restructure to avoid large … 4.115
(edit) @900d337f   05/05/15 11:05:54 Sebastian Huber score: Rework _Thread_Change_priority() Move the writes to … 4.115
(edit) @b1b5ddf0   05/15/15 11:17:16 Sebastian Huber smptests/smpcache01: Restructure Restructure to avoid large maximum … 4.115
(edit) @be0366b   05/10/15 19:30:26 Sebastian Huber score: Fix scheduler helping protocol Account for priority changes of … 4.115
(edit) @36413201   04/22/15 07:22:27 cederman smptests/smpcache01: Enable interrupts before waiting for other CPUs … 4.115
(edit) @26c142e5   04/17/15 10:05:16 Sebastian Huber score: Refactor SMP cache manager support 4.115
(edit) @e7e86ba   03/25/15 08:50:59 Sebastian Huber smpmigration01: Delete timing dependent assert The cycles per runner … 4.115
(edit) @4f10ed6   03/24/15 12:42:08 Sebastian Huber smptests/smpfatal08: Workaround for QorIQ BSPs 4.115
(edit) @8c7eb00   03/17/15 09:32:20 Sebastian Huber testsupport: Add worker setup handler Add … 4.115
(edit) @33b72fd   03/06/15 15:13:40 alexander.krutwig testsupport: Add cascade option to parallel test 4.115
(edit) @7f577d3   03/05/15 08:06:44 alexander.krutwig tests: Refactor parallel test execution 4.115
(edit) @c5436ff4   03/04/15 10:56:25 Sebastian Huber smptests/smpcapture01: Avoid livelock condition 4.115
(edit) @0324410   02/26/15 09:26:49 Sebastian Huber smptests: Do not use Giant directly This ensures that thread … 4.115
(edit) @4e3d9a4d   02/18/15 16:46:37 Sebastian Huber score: Make <rtems/score/atomic.h> available Make … 4.115
(edit) @c34f94f7   02/16/15 10:55:03 Sebastian Huber score: Add _CPU_SMP_Prepare_start_multitasking() Update #2268. 4.115
(edit) @8d8573ac   02/04/15 09:04:05 cederman smpcapture02: Add test of functionality to add custom entries to … 4.115
(edit) @77c5ddd4   01/14/15 06:34:44 Sebastian Huber smptests/smpmrsp01: Fix task delete race condition Do not supsend … 4.115
(edit) @e7d175af   01/08/15 09:43:56 Sebastian Huber smptests/smpwakeafter01: Fix task count 4.115
(edit) @ad0743db   12/22/14 14:10:32 Sebastian Huber smptests/smpmrsp01: Update run indicator only once On the Freescale … 4.115
(edit) @864d3475   12/17/14 14:11:00 Sebastian Huber smp: Fix timeout for MrsP semaphores The previous timeout handling … 4.115
(edit) @12072880   12/04/14 09:03:50 Sebastian Huber Update bug report URL 4.115
(edit) @0ff1c29   11/27/14 07:45:10 Sebastian Huber smptests/smpmrsp01: Use busy waits Use busy waits instead of sleeps … 4.115
(edit) @5bd822a7   11/26/14 10:51:34 Sebastian Huber smp: Fix scheduler helping protocol Ensure that scheduler nodes in … 4.115
(edit) @39af57c3   11/24/14 20:49:28 Jennifer Averett smp09: Resolve missing prototype warning. 4.115
(edit) @6291e962   11/24/14 20:48:58 Jennifer Averett smp07: Resolve missing prototype warning. 4.115
(edit) @2c474a0   11/24/14 20:48:31 Jennifer Averett smp05: Resolve missing prototype warning. 4.115
(edit) @441dc1c   10/22/14 18:47:25 Jennifer Averett smp02: Resolve unused method warnings. 4.115
(edit) @4375b3b6   10/22/14 18:45:38 Jennifer Averett smp03: Remove set but not used warning. Added status validation. 4.115
(edit) @689cba2   10/22/14 18:44:02 Jennifer Averett smpschedsem01: Remove unused variable warning. 4.115
(edit) @15e371f   10/22/14 13:42:59 Jennifer Averett smpschedaffinity02: Remove unused prototype. 4.115
(edit) @44da98f   10/24/14 19:37:24 Jennifer Averett smpcapture01: New test. 4.115
(edit) @cceb19f4   11/21/14 10:01:34 lohathe smp: Fix scheduler helping protocol New test case for … 4.115
(edit) @db44590c   11/11/14 16:21:02 Jennifer Averett smpschedaffinity05: Change semaphore attributes. Change semaphore … 4.115
(edit) @1960dcb9   11/12/14 14:42:13 Jennifer Averett smpschedaffinity04: Change semaphore attributes. Change semaphore … 4.115
(edit) @bc95f816   11/12/14 14:42:48 Jennifer Averett smpschedaffinity02: Change semaphore attributes. Change semaphore … 4.115
(edit) @d412e2f   10/24/14 07:18:38 Sebastian Huber smptests/smpfatal03: Wait for end of test msg 4.115
(edit) @092b8c5   10/24/14 05:21:51 Sebastian Huber tests/smptests: Normal use of test extension 4.115
(edit) @17889b2   10/23/14 15:15:47 Sebastian Huber tests/smptests: Use barriers in smpfatal0{12} Call the test extension … 4.115
(edit) @8f0a2c9   09/17/14 08:28:13 Sebastian Huber smptests/smpload01: Report profiling only once Rely on test extension … 4.115
(edit) @6e1206a   09/11/14 15:55:34 cederman smptests/smpcache01: Remove invalidation of data cache lines from test … 4.115
(edit) @5689d72   09/01/14 14:12:42 Sebastian Huber smptests/smplock01: Update screen file 4.115
(edit) @4030ccc   09/01/14 09:01:04 Sebastian Huber tests: Add documentation 4.115
(edit) @c147a139   09/01/14 06:45:23 Sebastian Huber smptests/smpfatal08: Fix link error 4.115
(edit) @9a9ab85   07/03/14 14:42:24 cederman smptests/smpcache01: Test the SMP cache manager Invokes SMP cache … 4.115
(edit) @247118bf   07/10/14 16:55:04 Jennifer Averett smpschedsem01: new test. This test verifies priority is inherited … 4.115
(edit) @7eb3fd47   07/10/14 16:45:58 Jennifer Averett smpschedaffinity05: Add test for worst case migration for affintiy … 4.115
(edit) @61d26f93   07/10/14 16:36:40 Jennifer Averett smpschedaffinity04: New test. This test walks a secondary high … 4.115
(edit) @28d66749   07/10/14 16:18:02 Jennifer Averett smpschedaffinity03: New test. This task walks the affinity of self … 4.115
(edit) @09293069   07/10/14 15:19:06 Jennifer Averett smpschedaffinity02: New test. This test checks setting the affinity … 4.115
(edit) @d88b0e7f   05/22/14 14:00:14 Jennifer Averett smpschedaffinity01: New test. This test verifies that affinity is … 4.115
(edit) @27783f6   07/10/14 12:27:42 Sebastian Huber score: Fix scheduler helping implementation Do not extract the idle … 4.115
(edit) @9f228bea   06/24/14 08:00:06 Sebastian Huber smptests/smpmrsp01: Add and update test cases 4.115
(edit) @8568341   06/11/14 12:31:03 Sebastian Huber score: Need for help indicator for scheduler ops Return a thread in … 4.115
(edit) @08d9760   07/08/14 12:25:55 Sebastian Huber score: Rename *_Node_get() to *_Thread_get_node() This emphasizes … 4.115
(edit) @0b4ec4d   06/30/14 10:30:12 Sebastian Huber smptests/smpfatal08: Support RTEMS_PARAVIRT 4.115
(edit) @b42e148   06/24/14 07:53:11 Sebastian Huber smptests/smpmigration02: PR2183: Add test case 4.115
(edit) @a92989a   06/18/14 13:16:02 Sebastian Huber score: Fix thread deletion on SMP Close the thread object in … 4.115
(edit) @2d36931   06/11/14 09:03:25 Sebastian Huber score: Collect scheduler related fields in TCB Add … 4.115
(edit) @bd56356b   06/18/14 08:54:04 Sebastian Huber smptests/smpwakeafter01: New test 4.115
(edit) @11947299   06/13/14 14:06:20 Sebastian Huber smptests: Avoid use of uninitialized data 4.115
(edit) @4962d24d   06/11/14 14:34:51 Sebastian Huber smptests/smpscheduler03: Test all SMP schedulers 4.115
(edit) @2a2a1695   06/10/14 09:42:19 Sebastian Huber smptest/smpfatal03: Update due to API changes 4.115
(edit) @5abe5a8   06/02/14 14:15:15 Christian.Mauderer smptests/smpthreadlife01: Fix for debug enabled 4.115
(edit) @1ee0d5f   06/02/14 14:15:14 Christian.Mauderer smptests/smpmrsp01: Fix scheduler ids 4.115
(edit) @9553e7a6   05/26/14 14:02:58 Sebastian Huber score: Use Resource Handler for MrsP semaphores This enables proper … 4.115
(edit) @25f5730f   05/28/14 16:11:51 Sebastian Huber score: _Scheduler_Set_affinity() Do not change the scheduler with … 4.115
(edit) @8fcafdd5   05/21/14 08:33:43 Sebastian Huber score: Multiprocessor Resource Sharing Protocol Add basic support for … 4.115
(edit) @d134adeb   05/23/14 13:32:32 Sebastian Huber score: Fix race condition in SMP startup Do not use the … 4.115
(edit) @82f90743   05/21/14 08:30:34 Sebastian Huber score: _Thread_Set_life_protection() Enable usage of … 4.115
(edit) @c0bff5e   05/15/14 08:31:22 Sebastian Huber score: Split SMP scheduler enqueue function Extract code from … 4.115
(edit) @6c5c2f3   05/12/14 07:23:51 Sebastian Huber bsps: Use bsp_start_on_secondary_processor() Use a standard function … 4.115
Note: See TracRevisionLog for help on using the revision log.