source: rtems/cpukit/score

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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) @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) @02f73d4   07/18/13 10:43:49 Sebastian Huber score: Use _Thread_Get_executing() 4.115
(edit) @1e4f08b4   07/18/13 12:30:17 Sebastian Huber score: Include missing header files 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) @cbfe05c   07/18/13 07:50:43 Sebastian Huber score: Update due to API changes 4.115
(edit) @f7740e97   06/13/13 14:05:20 Sebastian Huber smp: Rename _CPU_Processor_event_receive() Rename to … 4.115
(edit) @07f6e419   06/13/13 14:00:54 Sebastian Huber smp: Rename _CPU_Processor_event_broadcast() Rename to … 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) @2e7f5798   07/15/13 15:31:13 wei.a.yang stdatomic.h support check when configure 4.115
(edit) @d61e54c2   07/15/13 15:31:10 wei.a.yang update-all-architectures-to-new-atomic-implementation 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) @4e5608dd   07/16/13 06:25:41 Sebastian Huber arm: Fix exception frame information Use the right stack pointer … 4.115
(edit) @818d4b0   07/13/13 20:52:06 Ric Claus bsps/arm: Fix printk args to match format 4.115
(edit) @155ea78   07/09/13 16:15:34 Joel Sherrill threadhandler.c: Add comments 4.115
(edit) @56435e6   06/26/13 08:25:42 Sebastian Huber powerpc: Fix Altivec support Use the right context. 4.115
(edit) @d0d357ed   06/25/13 10:09:50 Sebastian Huber heap: Add _Heap_Greedy_allocate_all_except_largest Add … 4.115
(edit) @c497657   06/25/13 12:31:47 Sebastian Huber heap: Free all delayed blocks during resize 4.115
(edit) @cc0cb7c   06/25/13 09:11:40 Sebastian Huber heap: Free all delayed blocks during extend 4.115
(edit) @1d48e25d   06/24/13 14:48:17 Sebastian Huber heap: Workaround for workspace protection 4.115
(edit) @1ebffa89   06/21/13 07:18:01 Chris Johns arm: Fix default exception prologues 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) @8f420927   06/12/13 09:39:49 Sebastian Huber scheduler: Simplify simple scheduler Add and use … 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) @477259c   06/12/13 15:06:51 Sebastian Huber score: Simplify _Thread_Create_idle() 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) @5c78940d   06/12/13 08:08:58 Sebastian Huber score: Add and use _Thread_Dispatch_if_necessary() Delete … 4.115
(edit) @49cdf40   06/12/13 07:25:39 Sebastian Huber score: Add and use _Thread_Dispatch_is_enabled() Delete … 4.115
(edit) @ec978d9   06/12/13 09:29:12 Sebastian Huber score: Add _Chain_Insert_ordered_unprotected() 4.115
(edit) @aabfcd0   06/12/13 13:11:57 Sebastian Huber smp: Fix _Thread_Dispatch_decrement_disable_level We must obtain the … 4.115
(edit) @df244cfc   06/12/13 07:16:30 Sebastian Huber smp: Protect decrement operation 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) @7cf2ec6f   06/06/13 13:42:47 Sebastian Huber smp: Set state PER_CPU_STATE_UP on main processor 4.115
(edit) @2d2352b   06/05/13 09:48:57 Sebastian Huber score: Add and use _Objects_Put() Add and use … 4.115
(edit) @54e9216   06/05/13 09:48:28 Sebastian Huber score: Add _Objects_Put_for_get_isr_disable() Provide SMP support. … 4.115
(edit) @c398c66   06/05/13 08:34:05 Sebastian Huber score: Align _Objects_Get_isr_disable() Align ISR disable/enable … 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) @dcb4daf8   06/05/13 09:39:31 Sebastian Huber score: Simplify _CORE_semaphore_Seize_isr_disable 4.115
(edit) @17ce103   06/05/13 10:00:02 Sebastian Huber score: Simplify _Thread_Create_idle_helper() The _Thread_Initialize() … 4.115
(edit) @f2f211c5   05/31/13 11:59:34 Sebastian Huber smp: Add ARM support 4.115
(edit) @ffbeb6f   01/18/13 08:42:49 Sebastian Huber smp: Add PowerPC support 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) @e071c183   05/16/13 09:08:40 Sebastian Huber smp: Move secondary CPU initialization request Do not assume that the … 4.115
(edit) @3148438   05/21/13 15:11:38 Sebastian Huber smp: Use _CPU_Fatal_halt() 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) @a29704eb   05/13/13 13:39:51 Sebastian Huber smp: Rely on BSS initialization The _Per_CPU_Information is part of … 4.115
(edit) @e70a14ad   01/18/13 08:44:42 Sebastian Huber smp: Include missing header 4.115
(edit) @d9bd5cd6   05/22/13 07:54:34 Sebastian Huber arm: Add CPU specific idle thread for ARMv7 4.115
(edit) @18e1e5b   05/23/13 07:04:19 Sebastian Huber arm: Fix CPSR and SPSR access The GNU assembler translates for … 4.115
(edit) @36a6f58a   05/18/13 18:38:02 Gedare Bloom score: use reference with strict mutex 4.115
(edit) @6c2eedc   05/13/13 11:37:06 Sebastian Huber smp: Add maximum_processors field to config Delete … 4.115
(edit) @cfd8d7a   05/08/13 07:30:31 Sebastian Huber arm: Support VFP-D32 and Neon 4.115
(edit) @9dcc683   05/07/13 10:05:43 Sebastian Huber arm: Simplify architecture selection 4.115
(edit) @39993d6   05/07/13 08:14:55 Sebastian Huber score: Add CPU context validation 4.115
(edit) @aedeb57   05/07/13 09:22:38 Sebastian Huber arm: Add FUNCTION_THUMB_ENTRY(), etc. Add FUNCTION_THUMB_ENTRY(), … 4.115
(edit) @3806e01a   05/10/13 08:33:11 Chris Johns Revert bootstrap whitespace changes. 4.115
(edit) @ad4ef3c   05/07/13 09:24:29 Sebastian Huber sparc: Fix problem with assembler files 4.115
Note: See TracRevisionLog for help on using the revision log.