Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

source: rtems/cpukit/score/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4c8a0ac   03/04/15 07:02:09 Sebastian Huber score: Add thread wait flags Update #2273. 4.115
(edit) @5b393fa5   03/01/15 12:50:55 Sebastian Huber score: Add thread acquire Update #2273. 4.115
(edit) @43e1573c   02/28/15 17:06:37 Sebastian Huber score: Add ISR lock to Objects_Control This enables per-object SMP … 4.115
(edit) @1512761   02/28/15 16:24:52 Sebastian Huber score: Thread dispatch dis/enable without Giant Update #2273. 4.115
(edit) @222dc775   02/26/15 09:32:08 Sebastian Huber score: Add and use _Thread_Do_dispatch() The _Thread_Dispatch() … 4.115
(edit) @6157743   02/23/15 15:54:54 Sebastian Huber score: Simplify and fix signal delivery Deliver the POSIX signals … 4.115
(edit) @b8a5abf   02/26/15 09:33:36 Sebastian Huber score: Update _Thread_Heir only if necessary Previously, the … 4.115
(edit) @81b03c6   03/05/15 07:11:27 Sebastian Huber score: Add and use PRIORITY_PSEUDO_ISR 4.115
(edit) @b8aa1c1   03/05/15 08:53:09 Sebastian Huber score: C/C++ compatibility macros for ISR locks Update #2273. 4.115
(edit) @51acbdc   03/04/15 12:07:02 alexander.krutwig score: Documentation 4.115
(edit) @e50297e   03/04/15 09:15:02 Sebastian Huber score: ISR lock C/C++ compatiblity issue Empty structures are … 4.115
(edit) @d2ffb7dc   02/26/15 10:35:28 Sebastian Huber score: Add and use _Thread_Enable_dispatch_body() Update #2273. 4.115
(edit) @b99be6e   02/26/15 10:32:45 Sebastian Huber score: Inline _Thread_Disable_dispatch() for SMP 4.115
(edit) @2b7fe356   02/26/15 09:29:02 Sebastian Huber score: Add parameter to Giant acquire/release Update #2273. 4.115
(edit) @4ccb79bc   03/02/15 11:23:20 Sebastian Huber score: Enable SMP barriers for all configurations 4.115
(edit) @4e3d9a4d   02/18/15 16:46:37 Sebastian Huber score: Make <rtems/score/atomic.h> available Make … 4.115
(edit) @8d6e6eeb   02/17/15 09:00:43 Sebastian Huber score: Fix FP context restore via _Thread_Handler After a context … 4.115
(edit) @50a50313   01/21/15 14:22:46 Sebastian Huber score: Delete superfluous Heap_Statistics::instance This value … 4.115
(edit) @2a4f9d7   12/23/14 07:28:24 Sebastian Huber smp: Add and use _SMP_Should_start_processor() 4.115
(edit) @864d3475   12/17/14 14:11:00 Sebastian Huber smp: Fix timeout for MrsP semaphores The previous timeout handling … 4.115
(edit) @d006b46d   11/28/14 10:53:55 Sebastian Huber score: Add heap statistics Add lifetime bytes allocated and freed … 4.115
(edit) @2c3c657   11/27/14 12:25:22 Sebastian Huber score: Return heap stats via _Heap_Get_information Print out heap … 4.115
(edit) @5bd822a7   11/26/14 10:51:34 Sebastian Huber smp: Fix scheduler helping protocol Ensure that scheduler nodes in … 4.115
(edit) @79569ae   11/26/14 09:00:13 Sebastian Huber smp: Fix scheduler helping protocol assertions 4.115
(edit) @c562d0c   11/19/14 20:47:57 josh.oguin objectimpl.h: Add _Assert() to _Objects_Invalidate_Id() CodeSonar?4.115
(edit) @fbafb8f2   11/19/14 20:46:43 josh.oguin chainimpl.h: Add _Assert() to _Chain_Initialize_empty() CodeSonar?4.115
(edit) @26f4cdd   11/24/14 07:35:45 Sebastian Huber _Scheduler_FIXME_thread_priority_queues_are_broken Delete this … 4.115
(edit) @cceb19f4   11/21/14 10:01:34 lohathe smp: Fix scheduler helping protocol New test case for … 4.115
(edit) @89be4e7   11/23/14 00:25:12 Santosh Vattam rtems/score/object.h: Correct types on _Objects_Build_id close 1423 4.115
(edit) @b2db1f5c   11/20/14 14:00:29 dolezj21 cpukit: basedefs: macro for packed attribute 4.115
(edit) @f9b19d9   09/19/14 19:04:49 Jennifer Averett score: Move is_executing_on_a_core from cpuusagereport.c to threadimpl.h 4.115
(edit) @134a181   09/08/14 14:46:43 Jennifer Averett score: Add capture data to tcb. 4.115
(edit) @8237b2d   10/15/14 14:15:07 Joel Sherrill rtems/score/object.h: Include <rtems/score/cpu.h> to honor 16-bit Ids … 4.115
(edit) @a38ced2   10/10/14 07:09:19 Sebastian Huber score: Rework global construction Ensure that the global construction … 4.115
(edit) @dadd7cd   09/22/14 10:01:49 Sebastian Huber score: Delete Thread_Wait_information::Block2n This field is no … 4.115
(edit) @80ad7090   09/08/14 12:13:31 pisa score: More strict RTEMS_DEQUALIFY implementation. This … 4.115
(edit) @a72f16e   09/05/14 06:32:28 Sebastian Huber score: Add RTEMS_DECONST|DEVOLATILE|DEQUALIFY() 4.115
(edit) @3bff410   09/02/14 23:07:36 Joel Sherrill rtems/score/assert.h: Rework to allow use of NDEBUG 4.115
(edit) @f553c6e   08/22/14 14:39:47 Sebastian Huber rtems: Inline rtems_clock_get_ticks_since_boot() Update documentation. 4.115
(edit) @ddbc3f8d   07/11/14 14:37:56 cederman score: Add SMP support to the cache manager Adds functions that … 4.115
(edit) @aed38189   07/08/14 09:35:14 cederman score: Rename SMP broadcast message function Change message type to … 4.115
(edit) @a68cc1b   07/08/14 09:33:55 cederman score: Add function to send a SMP message to a set of CPUs 4.115
(edit) @993f5ac   07/23/14 11:03:54 Sebastian Huber rbtree: Simplify insert and extract Simplify _RBTree_Insert() and … 4.115
(edit) @4752550f   07/23/14 11:19:09 Sebastian Huber rbtree: Simplify _RBTree_Rotate() Add and use _RBTree_Direction(). 4.115
(edit) @60fe374   08/03/14 11:02:58 Sebastian Huber rbtree: Add and use RBTree_Compare_result 4.115
(edit) @40dcafa   08/02/14 14:22:31 Sebastian Huber Add and use RTEMS_CONTAINER_OF() 4.115
(edit) @b767683a   07/22/14 20:49:09 Sebastian Huber rbtree: Rename find header in find control Simplify … 4.115
(edit) @6e93c836   07/22/14 17:42:54 Sebastian Huber rbtree: Simplify off-tree handling Only use the parent pointer, since … 4.115
(edit) @4cd55724   07/26/14 10:52:22 Sebastian Huber Delete unused *_Is_null() functions 4.115
(edit) @639117f   07/22/14 12:50:07 Sebastian Huber rbtree: Update maximum node in LIFO order The test sptests/sp35 … 4.115
(edit) @9113798c   07/23/14 20:39:17 Joel Sherrill todimpl.h: Add missing Doxygen 4.115
(edit) @875fff0a   07/23/14 20:35:35 Joel Sherrill Add _TOD_Adjust to SCORE TOD Handler. This lays the proper structure … 4.115
(edit) @8abbbdde   07/21/14 16:29:00 Sebastian Huber rbtree: Do not set node off-tree in extract 4.115
(edit) @d7a94693   07/21/14 16:16:47 Sebastian Huber rbtree: Remove superfluous NULL pointer checks 4.115
(edit) @0ea6d07   07/09/14 18:22:28 Joel Sherrill Use Shared Method for Thread Unblock Cleanup When a thread is removed … 4.115
(edit) @3250664   07/15/14 17:37:36 Joel Sherrill Thread Queue: Merge discipline subroutines into main methods There … 4.115
(edit) @ed7a028   07/07/14 19:26:13 Joel Sherrill Thread Queue Priority Discipline Reimplemented with RBTree 4.115
(edit) @64939bc   07/12/14 19:22:22 Sebastian Huber rbtree: Reduce RBTree_Control size Remove compare function and is … 4.115
(edit) @7e119990   07/12/14 19:22:21 Sebastian Huber rbtree: Delete unused functions 4.115
(edit) @27783f6   07/10/14 12:27:42 Sebastian Huber score: Fix scheduler helping implementation Do not extract the idle … 4.115
(edit) @333f9426   07/10/14 10:49:43 Sebastian Huber score: Fix assertions 4.115
(edit) @c6048ee   07/09/14 09:20:23 Sebastian Huber score: _Scheduler_Thread_get_own_node() Provide this function also … 4.115
(edit) @5c3d250   07/04/14 12:34:23 Sebastian Huber score: Implement scheduler helping protocol The following scheduler … 4.115
(edit) @8568341   06/11/14 12:31:03 Sebastian Huber score: Need for help indicator for scheduler ops Return a thread in … 4.115
(edit) @ac532f3   07/04/14 11:40:10 Sebastian Huber score: Add _Scheduler_Help() Manage the help state of threads with … 4.115
(edit) @08d9760   07/08/14 12:25:55 Sebastian Huber score: Rename *_Node_get() to *_Thread_get_node() This emphasizes … 4.115
(edit) @19e41767   07/08/14 08:38:19 Sebastian Huber score: Simplify SMP processor allocation Avoid copy and paste and set … 4.115
(edit) @835b88b   07/07/14 14:41:03 Sebastian Huber score: Rename _Scheduler_SMP_Update_heir() Rename and move … 4.115
(edit) @5c632c4   07/07/14 11:31:07 Sebastian Huber score: Fix warning 4.115
(edit) @46cd17a   07/04/14 12:32:35 Sebastian Huber score: Fix MrsP resource root change Use the root of the owner for … 4.115
(edit) @bec4730   06/30/14 10:55:50 Sebastian Huber score: Add PER_CPU_OFFSET_EXECUTING Add PER_CPU_OFFSET_HEIR. Move … 4.115
(edit) @89f8eab5   05/07/14 12:55:37 Sebastian Huber score: Workaround for GCC 4.9 for atomic ops The GCC 4.9 ships its … 4.115
(edit) @8f0c7a46   06/10/14 14:13:37 Sebastian Huber score: Decouple thread and scheduler nodes on SMP Add a chain node to … 4.115
(edit) @647b95d   06/10/14 14:32:12 Sebastian Huber score: Use chain nodes for ready queue support This reduces the API … 4.115
(edit) @2d36931   06/11/14 09:03:25 Sebastian Huber score: Collect scheduler related fields in TCB Add … 4.115
(edit) @92635cb   06/03/14 14:27:53 Sebastian Huber score: Remove scheduler parameter from most ops Remove the scheduler … 4.115
(edit) @bd1431a   06/20/14 10:05:23 Sebastian Huber score: Use default get/set affinity operation Add and use … 4.115
(edit) @2ba2743   06/12/14 12:50:33 Sebastian Huber score: Delete _Thread_Set_transient() 4.115
(edit) @a80c3b6   06/10/14 14:11:58 Sebastian Huber score: _Scheduler_priority_Get_scheduler_info() Delete … 4.115
(edit) @701dd96f   06/12/14 12:37:57 Sebastian Huber score: PR2181: Add _Thread_Yield() The _Scheduler_Yield() was called … 4.115
(edit) @4639002   06/12/14 07:17:39 Sebastian Huber score: Make functions inline These functions are used only via the … 4.115
(edit) @82df6f3   06/12/14 07:06:53 Sebastian Huber score: Move NULL pointer check to order function This helps to avoid … 4.115
(edit) @d9b54da   06/12/14 06:48:02 Sebastian Huber score: Format 4.115
(edit) @6f4993e   06/12/14 06:43:25 Sebastian Huber score: Add missing inline 4.115
(edit) @238629f   05/19/14 20:26:55 Joel Sherrill Add SMP Priority Scheduler with Affinity This scheduler attempts to … 4.115
(edit) @e473f3c   06/10/14 12:30:47 Sebastian Huber score: Fix MrsP root node update Set the new root after the resource … 4.115
(edit) @9a1bab2   06/05/14 09:19:32 Sebastian Huber score: _Per_CPU_State_wait_for_non_initial_state() Replace … 4.115
(edit) @be3c257   06/05/14 09:17:26 Sebastian Huber score: Avoid NULL pointer access Check that the executing thread is … 4.115
(edit) @c952ecab   06/05/14 08:28:08 Sebastian Huber score: Delete SMP_FATAL_SHUTDOWN_EARLY Sort enum lexicographically. 4.115
(edit) @4d1f500   06/03/14 13:58:30 Sebastian Huber score: Rename _Scheduler_Update() Rename _Scheduler_Update() to … 4.115
(edit) @8e467384   06/03/14 08:29:30 Sebastian Huber score: Replace _Scheduler_Allocate/Free() Replace … 4.115
(edit) @9553e7a6   05/26/14 14:02:58 Sebastian Huber score: Use Resource Handler for MrsP semaphores This enables proper … 4.115
(edit) @3045738   05/28/14 11:38:48 Sebastian Huber score: Add resource node to thread control block 4.115
(edit) @6c7caa1a   05/28/14 11:37:54 Sebastian Huber score: Add and use _Thread_Owns_resources() 4.115
(edit) @3e201139   05/23/14 08:00:33 Sebastian Huber score: Add Resource Handler A resource is something that has at most … 4.115
(edit) @25f5730f   05/28/14 16:11:51 Sebastian Huber score: _Scheduler_Set_affinity() Do not change the scheduler with … 4.115
(edit) @a92c488   05/28/14 15:56:45 Sebastian Huber score: _Scheduler_Get_affinity() Drop scheduler parameter. Coding style. 4.115
(edit) @e91ab8c   05/19/14 20:25:15 Joel Sherrill cpusetimpl.h: Add _CPU_set_Set() and improve Doxygen 4.115
(edit) @8e7db68c   04/14/14 21:05:04 Joel Sherrill Minor conditionals to enable building Scheduler Simulator on GNU/Linux … 4.115
(edit) @69c3f076   05/28/14 21:53:58 Joel Sherrill rtems/score/thread*.h: Really correct spelling error 4.115
Note: See TracRevisionLog for help on using the revision log.