source: rtems/cpukit/score/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @e6f7f81   07/23/13 14:50:51 Sebastian Huber score: Create heap implementation header Move implementation specific … 4.115
(edit) @965ef82   07/23/13 14:45:54 Sebastian Huber score: PR1782: CPU_USE_DEFERRED_FP_SWITCH Do not redefine … 4.115
(edit) @1cb75cc   07/23/13 13:32:50 Sebastian Huber score: Merge wkspace API into one file 4.115
(edit) @f26f5fc1   07/23/13 13:30:16 Sebastian Huber score: Merge address API into one file 4.115
(edit) @d19c5352   07/23/13 11:34:21 Sebastian Huber score: Include <string.h> in basedefs.h 4.115
(edit) @93fb3cb0   07/23/13 08:38:11 Sebastian Huber score: Create rbtree implementation header Move implementation … 4.115
(edit) @2a3cff8   07/22/13 13:13:29 Sebastian Huber score: _CORE_mutex_Check_dispatch_for_seize() Add SMP version of this … 4.115
(edit) @0eae7ba9   07/22/13 09:10:43 Sebastian Huber score: Add WATCHDOG_INITIALIZER() 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) @16243a2   07/19/13 13:32:51 Sebastian Huber score: Avoid direct usage of _Thread_Executing Pass the executing … 4.115
(edit) @c71b596   07/19/13 13:24:04 Sebastian Huber score: Create spinlock implementation header Move implementation … 4.115
(edit) @982e9746   07/19/13 13:00:11 Sebastian Huber score: Avoid direct usage of _Thread_Executing Pass the executing … 4.115
(edit) @cbdabc8   07/19/13 12:48:57 Sebastian Huber score: Create rwlock implementation header Move implementation … 4.115
(edit) @0444947e   07/19/13 09:07:37 Sebastian Huber score: Avoid direct usage of _Thread_Executing Pass the executing … 4.115
(edit) @bb2d9f9   07/19/13 09:00:19 Sebastian Huber score: Create barrier implementation header Move implementation … 4.115
(edit) @e64f164   07/19/13 06:51:52 Sebastian Huber score: Include <limits.h> in basedefs.h 4.115
(edit) @33a4a56   07/18/13 14:00:54 Sebastian Huber score: Avoid direct usage of _Thread_Executing Pass the executing … 4.115
(edit) @b5d514f   07/18/13 13:35:23 Sebastian Huber score: Create message queue implementation header Move implementation … 4.115
(edit) @e36f2b8   07/18/13 12:27:30 Sebastian Huber score: Avoid direct usage of _Thread_Executing Pass the executing … 4.115
(edit) @570045ed   07/18/13 12:26:58 Sebastian Huber score: Add const qualifier 4.115
(edit) @c4f58558   07/18/13 12:14:04 Sebastian Huber score: Create semaphore implementation header Move implementation … 4.115
(edit) @0bbd8fdc   07/18/13 07:02:53 Sebastian Huber score: Add and use _ISR_Get_nest_level() 4.115
(edit) @d0a97f2   07/18/13 09:04:23 Sebastian Huber score: Move ISR catch support functions Delete now unused file … 4.115
(edit) @45b572f   07/18/13 09:03:10 Sebastian Huber score: Move ISR level content to single file 4.115
(edit) @95e09afa   07/17/13 13:53:17 Sebastian Huber score: Avoid direct usage of _Thread_Executing Pass the executing … 4.115
(edit) @ac15b07   07/17/13 13:20:03 Sebastian Huber score: Convert to inline function 4.115
(edit) @20e239c2   07/17/13 12:23:14 Sebastian Huber score: Create mutex implementation header Move implementation … 4.115
(edit) @ca63ae2   06/13/13 13:41:21 Sebastian Huber smp: Add and use _CPU_SMP_Send_interrupt() Delete bsp_smp_interrupt_cpu(). 4.115
(edit) @39e51758   06/14/13 12:00:38 Sebastian Huber smp: Add and use _CPU_SMP_Get_current_processor() Add and use … 4.115
(edit) @a7ce0ce   06/13/13 08:34:12 Sebastian Huber smp: Delete RTEMS_BSP_SMP_CONTEXT_SWITCH_NECESSARY The thread … 4.115
(edit) @9c9b62d8   07/17/13 09:44:55 Sebastian Huber score: Changes due to Newlib DYNAMIC_REENT Delete … 4.115
(edit) @f74d9496   07/17/13 09:03:02 Sebastian Huber score: Add _Thread_Get_executing() 4.115
(edit) @a04182c   07/15/13 15:31:14 wei.a.yang clean up old atomic related files 4.115
(edit) @34229d5   07/15/13 15:31:09 wei.a.yang A generic atomic implementation for smp architectures 4.115
(edit) @1180099   07/15/13 15:31:08 wei.a.yang New atomic API definition based on C11 atomic 4.115
(edit) @d0d357ed   06/25/13 10:09:50 Sebastian Huber heap: Add _Heap_Greedy_allocate_all_except_largest Add … 4.115
(edit) @4f1da72   06/21/13 07:16:19 Sebastian Huber score: _Heap_Protection_free_all_delayed_blocks() Add and use … 4.115
(edit) @ade27c6   06/20/13 09:44:04 Sebastian Huber bsps: Move bsp_generic_fatal_code to new file Add bsp_generic_fatal(). 4.115
(edit) @961669d   06/14/13 13:30:37 Sebastian Huber documentation: Fix Doxygen comments 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) @a344308   06/06/13 13:32:22 Sebastian Huber scheduler: Add and use _Scheduler_default_Tick() Delete … 4.115
(edit) @6eba7c85   06/10/13 14:15:46 Sebastian Huber scheduler: Specify thread of yield operation The yielding thread of … 4.115
(edit) @1ccb64e1   06/06/13 13:28:41 Sebastian Huber scheduler: Add start idle thread operation Add and use … 4.115
(edit) @edde99b   06/14/13 12:26:34 Sebastian Huber score: Rename rtems_smp_get_number_of_processors() Rename in … 4.115
(edit) @49cdf40   06/12/13 07:25:39 Sebastian Huber score: Add and use _Thread_Dispatch_is_enabled() Delete … 4.115
(edit) @a8ef3bf0   06/11/13 07:29:45 Sebastian Huber smp: Add and use _Per_CPU_Lock_acquire() Add and use … 4.115
(edit) @f70526a7   06/11/13 07:26:30 Sebastian Huber score: Avoid cyclic include dependency 4.115
(edit) @1270440   06/11/13 07:23:35 Sebastian Huber score: Add missing include 4.115
(edit) @3ccce23   06/10/13 09:12:39 Sebastian Huber score: Always provide <rtems/score/smplock.h> 4.115
(edit) @4fc370e   06/05/13 10:08:23 Sebastian Huber score: Move thread dispatch content to new file Move thread dispatch … 4.115
(edit) @4f5baff   06/05/13 15:13:14 Sebastian Huber score: Simplify _CORE_mutex_Seize_interrupt_try* 4.115
(edit) @e358088   05/28/13 08:54:46 Sebastian Huber smp: New SMP lock API Move the SMP lock implementation to the CPU … 4.115
(edit) @7c5ceea5   05/31/13 08:35:44 Sebastian Huber score: Mark as no return Mark rtems_smp_secondary_cpu_initialize() as … 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) @2f6108f9   05/28/13 08:58:19 Sebastian Huber smp: Simplify SMP initialization sequence Delete bsp_smp_wait_for(). … 4.115
(edit) @8cacceb   05/14/13 11:23:10 Sebastian Huber smp: Delete bsp_smp_secondary_cpu_initialize() Do not call … 4.115
(edit) @42eee51   05/14/13 10:26:47 Sebastian Huber smp: Delete rtems_smp_send_message() 4.115
(edit) @9f703b46   05/14/13 10:25:08 Sebastian Huber smp: Delete rtems_smp_initialize_per_cpu() 4.115
(edit) @baf8f4d   05/14/13 08:12:52 Sebastian Huber smp: Simplify main CPU initialization Call _SMP_Handler_initialize() … 4.115
(edit) @10643e9   05/13/13 13:44:02 Sebastian Huber smp: Make CPU_ALLOCATE_INTERRUPT_STACK optional 4.115
(edit) @e70a14ad   01/18/13 08:44:42 Sebastian Huber smp: Include missing header 4.115
(edit) @6c2eedc   05/13/13 11:37:06 Sebastian Huber smp: Add maximum_processors field to config Delete … 4.115
(edit) @f6db560   04/23/13 16:34:15 wei.a.yang Implement a generic atomic ops for all UP mode architectures with … 4.115
(edit) @91de38f8   02/14/13 16:27:15 Ralf Corsepius Include <stdint.h> 4.115
(edit) @68f36d14   01/27/13 13:02:50 Sebastian Huber score: Add and use rtems_assert_context 4.115
(edit) @2f0a0936   01/25/13 15:55:25 wei.a.yang score: atomic support for RTEMS. Generic atomic operations API definition. 4.115
(edit) @e858f70   01/10/13 23:06:06 Joel Sherrill cpukit: Fix many Doxygen warnings 4.115
(edit) @b697bc6   01/10/13 21:06:42 Joel Sherrill cpukit: Use Consistent Beginning of Doxygen Group Notation This is … 4.115
(edit) @b10825c   01/10/13 19:29:41 Joel Sherrill cpukit: Add EOL on files missing EOL at EOF 4.115
(edit) @a15eaaf   01/10/13 19:20:34 Joel Sherrill cpukit: Doxygen group fixes and many warnings addressed The output of … 4.115
(edit) @a1f9934a   01/04/13 15:01:21 matkallada score: Doxygen Clean Up Task #3 4.115
(edit) @0ca61727   12/22/12 16:58:50 Sebastian Huber score: Add const qualifier 4.115
(edit) @53afcfd2   12/22/12 16:57:07 Sebastian Huber score: Do not inline _RBTree_Find_unprotected() This function is to … 4.115
(edit) @1dbbc0c   12/29/12 16:27:48 matkallada score: Doxygen Clean Up Task #1 4.115
(edit) @319cb20   12/29/12 00:04:01 matkallada score: Doxygen Clean Up Task #2 4.115
(edit) @3cf4031   12/28/12 23:48:12 alexivanov97 Header File Doxygen Enhancement Task #1 4.115
(edit) @c5782a2   12/28/12 17:16:29 matkallada Header File Doxygen Enhancement Task #7 4.115
(edit) @fe1dc22   12/21/12 09:17:34 Sebastian Huber score: Add _Objects_Active_count() 4.115
(edit) @cbd07e4   12/21/12 08:50:15 Sebastian Huber score: Add rtems_chain_node_count_unprotected() 4.115
(edit) @d0b9295f   12/14/12 09:17:04 Sebastian Huber Fix spelling 4.115
(edit) @c2ae79e   12/12/12 20:57:49 matkallada misc: Header File Doxygen Enhancement Task #34.115
(edit) @4c98a3e   12/07/12 14:49:54 Christopher Kerl sapi misc: Clean up Doxygen GCI task #14.115
(edit) @04b5d17   11/28/12 09:45:38 Sebastian Huber score: Add API extensions post switch list Move post switch hook from … 4.115
(edit) @5a58b1e   12/01/12 14:53:45 daniel.georgiev95 score misc: Score misc: Clean up Doxygen #11 (GCI 2012) This patch is … 4.115
(edit) @f839bf5a   12/01/12 14:47:07 Christopher Kerl score misc: Score misc: Clean up Doxygen #10 (GCI 2012) This patch is … 4.115
(edit) @e0f91da   11/30/12 21:34:17 alexivanov97 score misc: Score misc: Clean up Doxygen #9 (GCI 2012) This patch is … 4.115
(edit) @8396c18e   11/30/12 02:01:26 matkallada Score misc: Clean up Doxygen #8 (GCI 2012) This patch is a task … 4.115
(edit) @f2f63d1   11/29/12 23:14:28 alexivanov97 score misc: Score misc: Clean up Doxygen #7 (GCI 2012) This patch … 4.115
(edit) @1b475860   11/29/12 19:39:17 Christopher Kerl score misc: Score misc: Clean up Doxygen #6 (GCI 2012) This patch is … 4.115
(edit) @e655f7e   11/29/12 18:39:19 alexivanov97 score misc: Score misc: Clean up Doxygen #5 4.115
(edit) @f8ac52f2   11/29/12 14:07:12 Sebastian Huber score: Documentation 4.115
(edit) @bf54252   11/28/12 20:14:50 deviennealexandre Score misc: Clean up Doxygen #4 (GCI 2012) This patch is a task from … 4.115
(edit) @355ee7d   11/28/12 19:57:31 alexivanov97 score misc: Clean up Doxygen #3 (GCI 2012) This patch is a task from … 4.115
(edit) @d4d7899   11/28/12 19:31:53 Christopher Kerl score misc: Clean up Doxygen #2 (GCI 2012) This patch is a task from … 4.115
(edit) @f7f1d77   11/28/12 14:11:31 alexivanov97 score misc: Clean up Doxygen (GCI 2012) This patch is a task from GCI … 4.115
(edit) @815994f   11/25/12 16:48:11 Sebastian Huber score: Add CPU_Exception_frame Add CPU port type CPU_Exception_frame … 4.115
(edit) @f1738ed   11/04/12 20:04:39 Sebastian Huber score: PR1607: Add and use CPU_SIZEOF_POINTER Add and use new CPU … 4.115
(edit) @74d22fd1   11/22/12 12:03:09 Sebastian Huber score: Inline _API_extensions_Run_postswitch() The … 4.115
(edit) @32b2c83   11/22/12 14:00:21 Sebastian Huber score: Inline _User_extensions_Thread_switch() The … 4.115
Note: See TracRevisionLog for help on using the revision log.