source: rtems/cpukit/score/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @155ea78   07/09/13 16:15:34 Joel Sherrill threadhandler.c: Add comments 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) @4f1da72   06/21/13 07:16:19 Sebastian Huber score: _Heap_Protection_free_all_delayed_blocks() Add and use … 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) @49cdf40   06/12/13 07:25:39 Sebastian Huber score: Add and use _Thread_Dispatch_is_enabled() Delete … 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) @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) @17ce103   06/05/13 10:00:02 Sebastian Huber score: Simplify _Thread_Create_idle_helper() The _Thread_Initialize() … 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) @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) @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) @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) @c4946cd0   02/26/13 15:26:13 Andreas Heinig PR2090: Fix warning in threadqdequeuepriority.c 4.115
(edit) @9bd26e9   02/12/13 15:22:52 Gedare Bloom score: use new alignment routine in object extend information. 4.115
(edit) @d5ec2573   02/11/13 19:12:08 Gedare Bloom PR1560: _Objects_Extend_information improper alignment … 4.115
(edit) @b41f2e2   01/03/13 16:07:14 Sebastian Huber score: Fix _Objects_Shrink_information() The chain iteration was … 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) @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) @04b5d17   11/28/12 09:45:38 Sebastian Huber score: Add API extensions post switch list Move post switch hook from … 4.115
(edit) @038bc6e7   12/05/12 16:56:19 Sebastian Huber score: Critical fix for timer server Under certain conditions it is … 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) @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) @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
(edit) @3be0c9a   11/22/12 13:51:25 Sebastian Huber score: Add and use <rtems/score/userextimpl.h> This file contains the … 4.115
(edit) @1906a36   11/18/12 18:51:10 Sebastian Huber score: Change _Internal_error_Occurred() Call the fatal handlers of … 4.115
(edit) @e5a2249a   11/18/12 18:19:18 Sebastian Huber score: Delete nest level from internal error state This reverts … 4.115
(edit) @62181b21   11/16/12 12:59:27 Sebastian Huber score: Add and use _TOD_Get_with_nanoseconds() Delete … 4.115
(edit) @154721c4   11/16/12 12:39:55 Sebastian Huber score: Add _Timestamp_To_timeval() 4.115
(edit) @7d0bdca   11/14/12 08:27:43 Sebastian Huber score: Add nest level to interal error state Add … 4.115
(edit) @ecf9858   11/07/12 11:33:48 Sebastian Huber score: Move global variables definition Define _System_state_Current … 4.115
(edit) @466cf31d   11/07/12 12:59:19 Sebastian Huber score: Statically initialize user extensions The initial extensions … 4.115
(edit) @e5ae7c92   11/07/12 09:11:17 Sebastian Huber score: Add and use _User_extensions_Iterate() Replace the separate … 4.115
(edit) @2195fd27   11/07/12 10:23:03 Sebastian Huber sapi: Make initial user extensions table read-only 4.115
(edit) @3954767   11/06/12 10:57:51 Sebastian Huber sapi: Use rtems_configuration_get_idle_task 4.115
(edit) @0da4ecd   11/06/12 10:57:02 Sebastian Huber sapi: Use rtems_*_get_number_of_initial_extensions 4.115
(edit) @e8814e1   11/06/12 10:42:31 Sebastian Huber sapi: Use rtems_config*_get_user_extension_table 4.115
(edit) @8a331a5e   11/06/12 10:41:34 Sebastian Huber sapi: Use rtems_config*_get_idle_task_stack_size 4.115
(edit) @75524a5e   11/06/12 10:26:58 Sebastian Huber sapi: Use rtems_config*_get_interrupt_stack_size 4.115
(edit) @47a3cd8   08/09/12 14:48:00 Sebastian Huber score: Work area initialization API change The work areas (RTEMS work … 4.115
(edit) @e4278f2   10/12/12 15:02:30 Sebastian Huber score: Append to free list in _Heap_Extend() 4.115
(edit) @6ccfe72   08/09/12 08:17:42 Sebastian Huber score: Change _Heap_Extend() API The _Heap_Extend() has now the same … 4.115
(edit) @8d4faf9   08/24/12 13:56:49 Sebastian Huber score: Use _Workspace_Allocate_or_fatal_error() Use … 4.115
(edit) @b8fa5013   10/10/12 21:44:14 Joel Sherrill threadqextractwithproxy.c: Doxygen header and spacing 4.115
(edit) @9b83a66   10/02/12 14:13:00 Sebastian Huber score: Critical fix for thread dispatching The changes in … 4.115
(edit) @8896c97   10/02/12 18:28:08 Joel Sherrill threaddispatch.c: Fix typo 4.115
(edit) @d658a9b   08/31/12 14:58:42 Joel Sherrill coremsg.c: Clean up and comment improvement This code was reviewed as … 4.115
(edit) @2aff1f08   08/06/12 17:53:38 Andreas Heinig PR2069: Similar. Forgot to add missing file. 4.115
(edit) @317ee8d   07/17/12 08:19:16 Sebastian Huber score: Change greedy allocation API 4.115
(edit) @c34bb0d   06/13/12 09:39:43 Sebastian Huber score: Fix performance issue for 64-bit timestamps The 64-bit … 4.115
(edit) @3246b0f8   06/13/12 09:29:53 Sebastian Huber score: New structure TOD_Control Group the global TOD variables … 4.115
(edit) @61baacce   06/11/12 17:27:31 Joel Sherrill isr.c: Do not call _CPU_Initialize_vectors() if PIC Interrupt Model 4.115
(edit) @97bda25   06/11/12 17:26:21 Joel Sherrill threadhandler.c: Fix spelling of main() in prototype 4.115
(edit) @721fe34   05/31/12 20:34:36 Joel Sherrill Fix C files which had two semi-colons at EOL 4.115
(edit) @2b36355b   05/13/12 14:40:10 Gedare Bloom PR2065: RBTree: Insert function (protected) does not enable interrupts … 4.115
(edit) @65c6425   05/03/12 17:24:46 Joel Sherrill Remove CVS Id Strings (manual edits after script) These modifications … 4.115
(edit) @9b4422a2   05/03/12 15:09:24 Joel Sherrill Remove All CVS Id Strings Possible Using a Script Script does what is … 4.115
(edit) @f53aa8d   05/03/12 16:43:29 Gedare Bloom rbtree: API changes. Remove rbtree control node from RBTree_Next. The … 4.115
(edit) @a41950dd   05/02/12 19:23:30 Gedare Bloom PR2061: RBTree: updating min and max on insert with duplicates When … 4.115
(edit) @3d74da6   05/02/12 19:04:58 Gedare Bloom PR2060: RBTree: updating min and max on extract path During node … 4.115
(edit) @0f31ec5d   05/02/12 16:15:55 Gedare Bloom score/rbtree: eliminate unused function _RBTree_Peek. 4.115
(edit) @8572752   05/02/12 16:10:34 Gedare Bloom rbtree: API Changes Make default for rtems_rbtree functions be … 4.115
(edit) @8712622   05/02/12 15:13:22 Gedare Bloom score/rbtree: replace _RBTree_Peek_unprotected with _RBTree_First. 4.115
(edit) @bc96bad6   05/02/12 15:06:29 Gedare Bloom score/scheduling: Use RBTree_First instead of Peek in EDF scheduler. 4.115
(edit) @32815a2   04/24/12 21:08:16 Joel Sherrill Simple SMP Scheduler - Fix typo which likely broke scheduling 4.115
Note: See TracRevisionLog for help on using the revision log.