source: rtems/cpukit/sapi

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4bc8d2e   04/10/14 08:58:27 Sebastian Huber rtems: Rename rtems_smp_get_processor_count() Rename … 4.115
(edit) @263f4bec   04/07/14 12:50:37 Sebastian Huber score: Statically initialize IO manager This simplifies the RTEMS … 4.115
(edit) @94086a9   04/07/14 12:41:56 Sebastian Huber score: Fix POSIX threads size estimate The POSIX threads are separate … 4.115
(edit) @fb9e98e   04/07/14 12:50:28 Sebastian Huber score: Fix workspace size estimate 4.115
(edit) @d507c037   04/03/14 17:55:43 Joel Sherrill Disable per task variables when SMP is enabled Per task variables are … 4.115
(edit) @439c494   04/03/14 10:02:09 Sebastian Huber score: Add and use Scheduler_simple_Control 4.115
(edit) @3891983   04/03/14 09:53:48 Sebastian Huber score: Add and use Scheduler_EDF_Control 4.115
(edit) @6d24e8b   03/18/14 18:54:01 Jennifer Averett sapi: Add priority affinity smp scheduler. 4.115
(edit) @494c2e3   04/01/14 09:48:59 Sebastian Huber score: Move priority bit map to scheduler instance Delete global … 4.115
(edit) @3f5f2ce   03/28/14 12:44:18 Sebastian Huber score: PR788: Add INTERNAL_ERROR_RESOURCE_IN_USE Issue a fatal error … 4.115
(edit) @23fec9f0   03/27/14 13:16:12 Sebastian Huber score: PR2152: Use allocator mutex for objects Use allocator mutex … 4.115
(edit) @5c0c0cf   03/27/14 13:23:21 Christian.Mauderer privateenv: Use POSIX keys instead of task variables. 4.115
(edit) @1fac361   03/24/14 07:51:37 Sebastian Huber score: PR2174: Add workaround Add … 4.115
(edit) @e72bc923   03/10/14 14:17:27 Sebastian Huber sapi: Add profiling report for tests 4.115
(edit) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @51f823c9   03/18/14 07:28:14 Sebastian Huber posix: Use interal mutex for once implementation Enable … 4.115
(edit) @840ae71   03/10/14 13:39:41 Sebastian Huber sapi: Add <rtems/test.h> Provide support functions to print the … 4.115
(edit) @53ad908   03/07/14 13:36:22 Sebastian Huber score: Add SMP lock profiling support 4.115
(edit) @f980561   03/10/14 09:04:09 Sebastian Huber score: Add per-CPU profiling Add per-CPU profiling stats API. … 4.115
(edit) @350f88dc   03/10/14 09:20:40 Sebastian Huber sapi: Add SMP lock profiling app. level data 4.115
(edit) @29c9eb6   03/10/14 09:03:55 Sebastian Huber sapi: Add per-CPU profiling application level data 4.115
(edit) @4dad4b8   03/10/14 13:39:49 Sebastian Huber sapi: Add profiling application level support 4.115
(edit) @4d3e9334   03/13/14 15:03:09 Sebastian Huber sapi: Typos 4.115
(edit) @d50acdbb   03/10/14 07:25:32 Sebastian Huber score: Add local context to SMP lock API Add a local context … 4.115
(edit) @ae88aa7   03/10/14 07:15:37 Sebastian Huber sapi: Use one SMP lock for all chains This partially reverts commit … 4.115
(edit) @e6c87f7   03/04/14 21:54:12 Joel Sherrill POSIX keys now enabled in all configurations. Formerly POSIX keys … 4.115
(edit) @039a189d   01/27/14 19:55:58 Jennifer Averett sapi: Moved smp initialization and added cpuset initilization. SMP … 4.115
(edit) @7336be9d   02/18/14 12:40:39 Sebastian Huber score: SMP initialization and shutdown changes Rename … 4.115
(edit) @83bf105   02/19/14 09:57:46 Sebastian Huber score: Rename _Internal_error_Occurred() Rename … 4.115
(edit) @6ca4f6a   02/17/14 13:56:51 Sebastian Huber score: Add and use <rtems/score/smpimpl.h> Collect SMP implementation … 4.115
(edit) @9eec2f3   02/17/14 12:46:11 Sebastian Huber score: Add RTEMS_FATAL_SOURCE_SMP Use rtems_fatal() instead of … 4.115
(edit) @33cb8bf   02/17/14 10:40:18 Sebastian Huber score: Add RTEMS_FATAL_SOURCE_BSP Merge … 4.115
(edit) @b39e055   02/17/14 09:17:20 Sebastian Huber score: Delete INTERNAL_ERROR_SHUTDOWN_WHEN_NOT_UP This error case is … 4.115
(edit) @8a6de83   02/17/14 09:10:27 Sebastian Huber score: Move _SMP_Request_other_cores_to_shutdown() Move … 4.115
(edit) @514705d   02/12/14 15:05:35 Sebastian Huber score: Delete _Thread_BSP_context Do not return to BSP context in the … 4.115
(edit) @92f50c3   02/17/14 08:47:12 Sebastian Huber score: Add SYSTEM_STATE_TERMINATED Merge systems states … 4.115
(edit) @24bf11e   02/12/14 09:31:38 Sebastian Huber score: Add CPU counter support Add a CPU counter interface to allow … 4.115
(edit) @bab16de2   02/07/14 08:53:47 Sebastian Huber score: Change debug helper functions Rename … 4.115
(edit) @4ea97d24   11/19/13 15:21:54 Sebastian Huber score/rbtree: Remove "unprotected" from API 4.115
(edit) @833dd90   11/19/13 15:09:39 Sebastian Huber score/rbtree: Delete protected operations The user of the red-black … 4.115
(edit) @3c96bee   09/12/13 13:32:07 Sebastian Huber JFFS2: Add RTEMS support 4.115
(edit) @1215fd4   08/26/13 13:14:33 Sebastian Huber sapi: SMP support for chains Add ISR lock to chain control for proper … 4.115
(edit) @23de794d   08/26/13 12:27:52 Sebastian Huber score: Add and use CHAIN_INITIALIZER_ONE_NODE(). Add and use … 4.115
(edit) @6e4c01e   08/23/13 04:56:36 Chris Johns posix: Update to the pthread_once changes. Implement the reeview … 4.115
(edit) @99b3505   08/07/13 13:35:47 Sebastian Huber smp: Add Deterministic Priority SMP Scheduler 4.115
(edit) @9d83f58a   08/12/13 08:32:32 Sebastian Huber smp: Replace Scheduler_simple_smp_Control Replace … 4.115
(edit) @c1a356e9   08/09/13 12:31:02 Sebastian Huber score: _Priority_bit_map_Handler_initialization() Delete … 4.115
(edit) @03acc59   08/14/13 00:21:41 Chris Johns posix: Change pthread_once to be SMP safe. Change pthread_once from … 4.115
(edit) @6b4e448   08/06/13 14:01:36 Sebastian Huber PR766: Delete RTEMS_INSIDE 4.115
(edit) @2ad250e   08/06/13 12:46:24 Sebastian Huber posix: Create key implementation header Move implementation specific … 4.115
(edit) @b5c9064   08/05/13 13:20:45 ashi08104 Unlimited objects support for POSIX keys This patch enables unlimited … 4.115
(edit) @b4b309c   08/01/13 13:20:17 Sebastian Huber smp: Generalize _Thread_Start_multitasking() Add context parameter to … 4.115
(edit) @2bca05f7   08/01/13 12:55:03 Sebastian Huber score: Delete SYSTEM_STATE_BEGIN_MULTITASKING Nothing happened … 4.115
(edit) @f031df0e   07/31/13 11:42:07 Sebastian Huber score: Rename tod.h to todimpl.h 4.115
(edit) @c236082   07/30/13 13:54:53 Sebastian Huber smp: Provide cache optimized Per_CPU_Control Delete … 4.115
(edit) @a2e3f33   07/24/13 11:50:54 Sebastian Huber score: Create object implementation header Move implementation … 4.115
(edit) @0c3edbf   07/25/13 08:46:15 Sebastian Huber Include missing <rtems/score/threaddispatch.h> 4.115
(edit) @7f04cb18   07/25/13 07:10:38 Sebastian Huber score: Create mpci implementation header Move implementation specific … 4.115
(edit) @6cec745f   07/25/13 08:20:24 Sebastian Huber rtems: Create signal implementation header Move implementation … 4.115
(edit) @5618c37a   07/24/13 13:14:48 Sebastian Huber score: Create thread implementation header Move implementation … 4.115
(edit) @f0bfd7d8   07/24/13 11:25:57 Sebastian Huber score: Create prioritybitmap implementation header Move … 4.115
(edit) @c6e21ee1   07/24/13 11:12:38 Sebastian Huber score: Create scheduler implementation header Move implementation … 4.115
(edit) @39046f7   07/24/13 09:09:23 Sebastian Huber score: Merge sysstate API into one file 4.115
(edit) @c404828   07/23/13 12:56:00 Sebastian Huber rtems: Create tasks implementation header Move implementation … 4.115
(edit) @f6c7c57d   07/23/13 12:38:19 Sebastian Huber rtems: Create region implementation header Move implementation … 4.115
(edit) @8695cae   07/23/13 12:19:58 Sebastian Huber rtems: Create part implementation header Move implementation specific … 4.115
(edit) @e90b1df   07/23/13 11:51:08 Sebastian Huber rtems: Create timer implementation header Move implementation … 4.115
(edit) @ecdcf01   07/23/13 11:13:45 Sebastian Huber rtems: Create ratemon implementation header Move implementation … 4.115
(edit) @562815c   07/23/13 11:00:31 Sebastian Huber rtems: Create dpmem implementation header Move implementation … 4.115
(edit) @e151eb1   07/23/13 10:47:35 Sebastian Huber rtems: Create event implementation header Move implementation … 4.115
(edit) @faa2f8c4   07/23/13 08:54:37 Sebastian Huber rtems: Create status implementation header Move implementation … 4.115
(edit) @ac252bdc   07/23/13 08:04:19 Sebastian Huber sapi: Create extension implementation header Move implementation … 4.115
(edit) @2445bda   07/23/13 07:50:22 Sebastian Huber sapi: Merge rbtree API into one file 4.115
(edit) @98c7eaca   07/23/13 07:48:38 Sebastian Huber sapi: Merge timespec API into one file 4.115
(edit) @b5ffa5e   07/23/13 07:44:47 Sebastian Huber sapi: Merge CBS API into one file 4.115
(edit) @b1564cc   07/22/13 14:27:30 Sebastian Huber sapi: Merge chain implementation into one file 4.115
(edit) @4b48ece0   07/22/13 08:21:03 Sebastian Huber score: Create watchdog implementation header Move implementation … 4.115
(edit) @6e93dc4a   07/22/13 08:49:19 Sebastian Huber score: Create chain implementation header Move implementation … 4.115
(edit) @eb448eec   07/19/13 13:18:08 Sebastian Huber posix: Create spinlock implementation header Move implementation … 4.115
(edit) @f17c779   07/19/13 13:08:53 Sebastian Huber posix: Create timer implementation header Move implementation … 4.115
(edit) @0e8656b4   07/19/13 12:39:45 Sebastian Huber posix: Create rwlock implementation header Move implementation … 4.115
(edit) @0c5317d   07/19/13 12:33:56 Sebastian Huber posix: Create pthread implementation header Move implementation … 4.115
(edit) @97552c98   07/19/13 12:15:59 Sebastian Huber posix: Create priority implementation header Move implementation … 4.115
(edit) @35210b12   07/19/13 10:08:02 Sebastian Huber posix: Create condition variable impl header Move implementation … 4.115
(edit) @6b4a3770   07/19/13 08:51:44 Sebastian Huber posix: Create barrier implementation header Move implementation … 4.115
(edit) @0b32bb8   07/19/13 08:42:39 Sebastian Huber rtems: Create barrier implementation header Move implementation … 4.115
(edit) @972a5c5f   07/18/13 13:12:05 Sebastian Huber posix: Create message queue implementation header Move implementation … 4.115
(edit) @993a888   07/18/13 13:05:37 Sebastian Huber rtems: Create message queue implementation header Move implementation … 4.115
(edit) @9c743e8e   07/18/13 11:50:25 Sebastian Huber posix: Create semaphore implementation header Move implementation … 4.115
(edit) @05e82bd7   07/18/13 09:53:48 Sebastian Huber score: Error for non-preemptible tasks on SMP A common use case for … 4.115
(edit) @f913c79   07/18/13 09:27:39 Sebastian Huber sapi: Add rtems_configuration_is_smp_enabled() Add a configuration … 4.115
(edit) @f9d533a5   07/17/13 12:34:05 Sebastian Huber posix: Create mutex implementation header Move implementation … 4.115
(edit) @2bbea657   07/17/13 11:52:00 Sebastian Huber rtems: Create semaphore implementation header Move implementation … 4.115
(edit) @9c9b62d8   07/17/13 09:44:55 Sebastian Huber score: Changes due to Newlib DYNAMIC_REENT Delete … 4.115
(edit) @a936aa49   06/06/13 13:41:00 Sebastian Huber scheduler: New simple SMP scheduler implementation The new Simple SMP … 4.115
(edit) @2d2352b   06/05/13 09:48:57 Sebastian Huber score: Add and use _Objects_Put() Add and use … 4.115
(edit) @e3be6915   05/27/13 15:31:46 Sebastian Huber score: Remove idle field of Per_CPU_Control This field is unused … 4.115
(edit) @e071c183   05/16/13 09:08:40 Sebastian Huber smp: Move secondary CPU initialization request Do not assume that the … 4.115
(edit) @baf8f4d   05/14/13 08:12:52 Sebastian Huber smp: Simplify main CPU initialization Call _SMP_Handler_initialize() … 4.115
(edit) @6c2eedc   05/13/13 11:37:06 Sebastian Huber smp: Add maximum_processors field to config Delete … 4.115
Note: See TracRevisionLog for help on using the revision log.