source: rtems/cpukit/score

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @e8fffc2d   04/04/14 07:39:58 Sebastian Huber score: Delete superfluous field 4.115
(edit) @d62b5ac9   04/04/14 07:37:23 Sebastian Huber score: Include missing header file 4.115
(edit) @fc3c759   04/04/14 06:36:19 Sebastian Huber score: Move declaration to end of file 4.115
(edit) @da5b1b9   03/18/14 17:52:43 Jennifer Averett score: Remove affinity element from thread. 4.115
(edit) @56c396b   03/19/14 20:20:01 Jennifer Averett score: Add priority affinity smp scheduler. 4.115
(edit) @cfe457f   03/06/14 14:37:21 Jennifer Averett score: score: Add get/set affinity to Scheduler Framework. 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) @f570b071   04/01/14 08:20:01 Sebastian Huber score: Rename Priority_bit_map_Control Rename … 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) @4994927   04/01/14 08:01:52 Sebastian Huber score: Move log2table to separate file 4.115
(edit) @91e7b0c   03/27/14 08:04:47 Sebastian Huber score: PR2172: _Thread_queue_Extract() Add … 4.115
(edit) @600bb68f   03/27/14 07:30:51 Sebastian Huber score: _Thread_queue_Extract_with_proxy() Drop the return status, … 4.115
(edit) @03e89287   03/27/14 13:46:31 Sebastian Huber score: Delete CORE_mutex_Control::lock The holder field is enough to … 4.115
(edit) @b1ce1161   03/27/14 13:29:00 Sebastian Huber score: Delete CORE_mutex_Control::holder_id We can use the holder … 4.115
(edit) @cb8d3e7   03/27/14 07:04:10 Sebastian Huber score: Delete CORE_mutex_Control::blocked_count 4.115
(edit) @f0b4fd9   03/28/14 08:29:51 Sebastian Huber score: Do not reset resource count during restart This fixes an … 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) @34684573   03/27/14 12:38:04 Sebastian Huber score: Use thread life protection for API mutexes This prevents that … 4.115
(edit) @fb7199d   03/13/14 14:25:06 Sebastian Huber score: Relax Giant lock usage for API mutexes It is no longer … 4.115
(edit) @1b1be254   03/25/14 09:54:49 Sebastian Huber score: Thread life cycle re-implementation The thread deletion is now … 4.115
(edit) @226c731   03/25/14 10:03:21 Sebastian Huber score: Replace _Thread_Reset() Replace _Thread_Reset() with … 4.115
(edit) @8690b53   03/25/14 09:53:28 Sebastian Huber score: Add parameter to _Thread_Restart() The executing thread will … 4.115
(edit) @391ad3e   03/17/14 14:03:22 Sebastian Huber score: Fix thread restart extensions context Run the thread restart … 4.115
(edit) @084c5cc   03/18/14 15:13:23 Sebastian Huber score: Reduce _Thread_Reset() parameters Move thread entry parameters … 4.115
(edit) @dcd5e26   03/18/14 15:11:03 Sebastian Huber score: Move _Thread_Reset() and make static 4.115
(edit) @5c731a83   03/17/14 09:12:14 Sebastian Huber score: Use thread action for thread restart The thread restart is now … 4.115
(edit) @8061f56   03/14/14 10:55:28 Sebastian Huber score: Delete post-switch API extensions Use thread post-switch … 4.115
(edit) @0dd732d   03/14/14 10:50:58 Sebastian Huber score: Add thread actions Thread actions are the building block for … 4.115
(edit) @a5ac9da   03/14/14 09:17:34 Sebastian Huber score: Add and use thread get/set CPU functions 4.115
(edit) @c2225d7   03/28/14 08:24:28 Sebastian Huber score: Add _Scheduler_Change_priority_if_higher() Add … 4.115
(edit) @298d0fd   03/24/14 06:44:00 Sebastian Huber score: Add _Scheduler_Highest_priority_of_two() Use inline functions … 4.115
(edit) @7552e77c   11/18/13 12:25:49 Sebastian Huber score: PR2151: _Thread_queue_Extract_with_proxy() Avoid NULL pointer … 4.115
(edit) @79e2d9b   03/06/14 10:11:59 Sebastian Huber score: Add per-CPU state function Add … 4.115
(edit) @1fac361   03/24/14 07:51:37 Sebastian Huber score: PR2174: Add workaround Add … 4.115
(edit) @9b44339c   03/24/14 06:53:45 Sebastian Huber score: Delete _Watchdog_Report() Delete _Watchdog_Report_chain(). … 4.115
(edit) @5f104ee   03/25/14 07:53:33 Sebastian Huber score: Fix heap protection Partially revert commit … 4.115
(edit) @2a713e3   03/24/14 14:57:29 Sebastian Huber score: _Heap_Protection_set_delayed_free_fraction Add and use … 4.115
(edit) @383b2d3   03/24/14 06:54:16 Sebastian Huber score: Start thread dispatch profiling later We are not interested in … 4.115
(edit) @72d8db9c   03/24/14 06:53:34 Sebastian Huber score: Delete _Thread_Internal_free() 4.115
(edit) @b0efca5   03/20/14 09:00:28 Sebastian Huber score: _Debug_Is_thread_dispatching_allowed() Do not check ISR level … 4.115
(edit) @b3b9600   03/20/14 07:16:20 Sebastian Huber score: Delete unused STATES_ALL_SET 4.115
(edit) @3b5e7dc   03/19/14 09:40:47 Sebastian Huber score: Set name before object is made public 4.115
(edit) @a5385b1   03/20/14 08:22:00 Christian.Mauderer score: Unify pthread and gxx_wrapper once and move to score. 4.115
(edit) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @f31311aa   03/18/14 12:22:54 Sebastian Huber score: Add _Assert_Not_reached() 4.115
(edit) @72f4b98b   03/18/14 11:11:37 Sebastian Huber score: Add _Debug_Is_owner_of_allocator() 4.115
(edit) @a3dd225b   03/18/14 10:56:42 Sebastian Huber score: Delete _Assert_Owner_of_giant() Add … 4.115
(edit) @ff25926   03/18/14 10:49:38 Sebastian Huber score: Delete _Assert_Thread_dispatching_repressed Add … 4.115
(edit) @51f823c9   03/18/14 07:28:14 Sebastian Huber posix: Use interal mutex for once implementation Enable … 4.115
(edit) @fa3993d9   03/18/14 09:56:17 Sebastian Huber score: Make _ISR_Enable_without_giant() available Make … 4.115
(edit) @d6da1b1   03/14/14 12:55:00 Sebastian Huber score: Use only next field for chain on/off It is sufficient to use … 4.115
(edit) @2a37016   03/13/14 14:21:09 cederman score: Add include for uintptr_t definition. 4.115
(edit) @148d6e9   03/06/14 14:51:10 Sebastian Huber arm: Add support for interrupt profiling 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) @28779c7   03/07/14 11:53:41 Sebastian Huber score: Add function to destroy SMP locks 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) @e7d3967   03/06/14 14:16:01 Sebastian Huber arm: Fix stack alignment in interrupt handler According to AAPCS, … 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) @5c332349   03/07/14 15:06:57 Jennifer Averett Remove trailing whitespace in previous patches 4.115
(edit) @9db8705   02/06/14 18:42:24 Jennifer Averett score: Add cpuset support to Score. This new Score Handler provides a … 4.115
(edit) @3ca84d0c   03/06/14 09:53:17 Sebastian Huber score: Fix per-CPU state documentation 4.115
(edit) @825cb1f   03/04/14 12:02:18 Sebastian Huber score: Delete _Thread_Dispatch_set_disable_level() This function was … 4.115
(edit) @8b50a55   03/03/14 08:09:24 Sebastian Huber score: Add _Atomic_Fence() 4.115
(edit) @ba25cc2   02/19/14 10:21:34 Sebastian Huber score: Add and use _Giant_Drop() New test smptests/smpfatal03. 4.115
(edit) @7336be9d   02/18/14 12:40:39 Sebastian Huber score: SMP initialization and shutdown changes Rename … 4.115
(edit) @a4bc90af   02/24/14 11:45:00 Sebastian Huber sparc: Fix CPU counter support The SPARC processors supported by … 4.115
(edit) @95d0c98   02/24/14 09:13:32 Sebastian Huber score: Fix thread TLS area initialization Do not use _TLS_Size here … 4.115
(edit) @47d60134   02/19/14 12:52:41 Sebastian Huber score: _CPU_SMP_Get_current_processor() Remove … 4.115
(edit) @7ee4e72   02/20/14 16:05:44 Sebastian Huber score: _Thread_Start_multitasking() Fix serious race-condition. Read … 4.115
(edit) @83bf105   02/19/14 09:57:46 Sebastian Huber score: Rename _Internal_error_Occurred() Rename … 4.115
(edit) @8a65a960   02/18/14 12:36:35 Sebastian Huber score: _SMP_Inter_processor_interrupt_handler() Inline … 4.115
(edit) @c4ff027   02/18/14 12:30:28 Sebastian Huber score: Wait for per-CPU state changes later Wait for per-CPU changes … 4.115
(edit) @b1d08a58   02/18/14 12:20:08 Sebastian Huber score: Initialize per-CPU locks 4.115
(edit) @282bfd3   02/18/14 12:03:27 Sebastian Huber score: Move _SMP_Handler_initialize() 4.115
(edit) @4d9bd56   02/17/14 14:12:43 Sebastian Huber score: Rename rtems_smp_process_interrupt() Rename … 4.115
(edit) @911b1d2   02/17/14 14:02:54 Sebastian Huber score: Rename rtems_smp_secondary_cpu_initialize() 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) @f8ff2a0   02/17/14 13:31:32 Sebastian Huber score: Delete bsp_smp_broadcast_interrupt() Since the per-CPU SMP … 4.115
(edit) @4627fcd   02/17/14 13:25:29 Sebastian Huber score: Rename bsp_smp_initialize() Rename bsp_smp_initialize() into … 4.115
(edit) @2afe065   02/17/14 13:12:21 Sebastian Huber score: Remove ASM guard 4.115
(edit) @2cb95b5f   02/17/14 12:58:01 Sebastian Huber score: Rename RTEMS_BSP_SMP_SHUTDOWN Rename RTEMS_BSP_SMP_SHUTDOWN in … 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) @38ee758   02/17/14 08:58:43 Sebastian Huber score: Disable ISR in _Internal_error_Occurred() Disable interrupts … 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) @801b5d8   02/17/14 08:23:59 Sebastian Huber powerpc: Change interrupt disable implemetation Instead of SPRG0 (= … 4.115
(edit) @c2934b96   02/17/14 12:24:55 Sebastian Huber score: Move SMP interrupt stack initialization Move SMP interrupt … 4.115
(edit) @ad7292f   02/14/14 11:57:53 Sebastian Huber score: Add SMP barrier 4.115
(edit) @0344ce03   02/13/14 14:43:03 Sebastian Huber score: Use atomic API for SMP lock Use a ticket lock implementation … 4.115
(edit) @8a9568d2   02/14/14 10:18:13 Sebastian Huber Require presence of <stdatomic.h> for SMP support 4.115
(edit) @dcd97c7   02/14/14 11:48:49 Sebastian Huber sparc: Add atomic support for SPARC V8 Use SWAP instruction with one … 4.115
(edit) @ad56361   02/13/14 12:00:00 Sebastian Huber sparc: Add LEON3_ASR17_PROCESSOR_INDEX_SHIFT Add … 4.115
(edit) @945853b7   02/13/14 14:38:52 Sebastian Huber score: Add Atomic_Uint 4.115
(edit) @cd2c655   02/13/14 13:28:50 Sebastian Huber score: Fix warnings, C++ compatibility, fix typos 4.115
Note: See TracRevisionLog for help on using the revision log.