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) @4db0ae8e   04/20/15 06:45:41 Sebastian Huber score: _Objects_Get_isr_disable() Use ISR_lock_Context instead of … 4.115
(edit) @1981b469   04/19/15 08:27:08 Sebastian Huber score: Add _ISR_lock_ISR_disable/enable() 4.115
(edit) @26c142e5   04/17/15 10:05:16 Sebastian Huber score: Refactor SMP cache manager support 4.115
(edit) @e98df4d   04/16/15 09:23:29 Sebastian Huber score: Add _ISR_lock_Flash() 4.115
(edit) @64548a3a   04/16/15 09:35:54 Sebastian Huber score: Add const qualifier 4.115
(edit) @45c9cf2a   04/15/15 18:23:31 Sebastian Huber score: Delete unused WATCHDOG_MAXIMUM_INTERVAL 4.115
(edit) @644caa20   04/15/15 06:46:51 Sebastian Huber score: Fix name 4.115
(edit) @fc0756e   04/14/15 15:01:05 Joel Sherrill Add test assertion for allocator mutex being unlocked The Allocator … 4.115
(edit) @1dc6662   04/13/15 11:57:57 Sebastian Huber score: Rename _Watchdog_Reset() Update #2307. 4.115
(edit) @54cf0e34   04/10/15 14:19:48 Sebastian Huber score: Add Watchdog_Header This type is intended to encapsulate all … 4.115
(edit) @bcf536a   04/10/15 13:51:50 Sebastian Huber score: Split _Watchdog_Adjust() Split _Watchdog_Adjust() into … 4.115
(edit) @1461aba8   03/27/15 20:13:29 Sebastian Huber score: Use _Thread_Clear_state() for _Thread_Ready 4.115
(edit) @edcf89b   03/27/15 20:08:21 Sebastian Huber rtems: Atomically suspend/resume tasks 4.115
(edit) @342708b9   03/26/15 20:45:20 Sebastian Huber score: Return prev state in thread state set/clear 4.115
(edit) @ca10004   03/26/15 20:16:09 Sebastian Huber score: Simplify _Thread_Set_state() 4.115
(edit) @9baffdf   04/08/15 05:40:00 Sebastian Huber score: Move _Watchdog_Ticks_since_boot definition 4.115
(edit) @ad57a59   03/24/15 07:29:44 Sebastian Huber score: Fix MrsP ISR/task sychronization 4.115
(edit) @4054c916   03/20/15 12:41:27 Sebastian Huber score: Add scheduler acquire/release This is currently a global lock … 4.115
(edit) @57947f1   03/23/15 14:05:32 Sebastian Huber score: Add thread lock Update #2273. 4.115
(edit) @2e9c3d5   03/17/15 15:28:50 Sebastian Huber score: Add thread priority change handler Since the thread current … 4.115
(edit) @0d36bfb3   03/20/15 22:56:08 Joel Sherrill rtems/score/tls.h: Add casts to eliminate warnings on some targets 4.115
(edit) @a6524b9   03/22/15 13:31:59 Sebastian Huber score: Simplify debug code and use _Assert() 4.115
(edit) @688fbc44   03/22/15 09:43:06 Sebastian Huber score: Move _Thread_queue_Extract() Move _Thread_queue_Dequeue(). We … 4.115
(edit) @2429766   03/22/15 09:37:52 Sebastian Huber score: Move _Thread_blocking_operation_Cancel() Move … 4.115
(edit) @c3803167   03/20/15 07:28:20 alexander.krutwig score: Delete unused _Timestamp_(To|From)_ticks() 4.115
(edit) @677d2b09   03/20/15 08:08:57 alexander.krutwig score: Delete unused _Timestamp_Divide_by_integer 4.115
(edit) @6a941e3   03/17/15 15:24:44 Sebastian Huber score: Fix _Thread_Change_priority() Atomically update the current … 4.115
(edit) @e0a25fb   03/19/15 12:52:22 alexander.krutwig score: Delete unused _Timestamp_Is_valid() 4.115
(edit) @46d3c6d8   03/16/15 20:15:55 Gedare Bloom cpukit: add and use CPU_Uint32ptr type 4.115
(edit) @1ff449c   03/16/15 16:15:27 Gedare Bloom rtems: make error codes uintptr_t 4.115
(edit) @6db5e650   03/15/15 09:16:24 Sebastian Huber score: Add _Objects_ISR_disable_and_acquire() 4.115
(edit) @bdf23b6c   03/10/15 17:39:59 Joel Sherrill cpukit: Remove old DESCRIPTION: in comments These were remnants of … 4.115
(edit) @f0ff18e   03/09/15 12:18:32 Sebastian Huber score: Add rtems_set_errno_and_return_value() Remove … 4.115
(edit) @25ce352b   03/09/15 10:43:55 Sebastian Huber score: Fix for GCC version 5 and later 4.115
(edit) @7b4e81d   03/09/15 07:51:55 Sebastian Huber score: Typo Close #2286. 4.115
(edit) @a7e4de2   03/06/15 20:33:08 Joel Sherrill Fix even more Doxygen issues 4.115
(edit) @325a61d5   03/06/15 20:06:49 Joel Sherrill coremuteximpl.h: Reorder macro names to match body and fix Doxygen … 4.115
(edit) @e0eb07a   03/06/15 19:26:12 Joel Sherrill Fix more Doxygen typos 4.115
(edit) @cc69334f   03/06/15 16:35:40 Joel Sherrill Fix a number of minor Doxygen formatting issues 4.115
(edit) @bf9d387   03/06/15 13:40:56 Sebastian Huber score: Allow NULL for SMP lock name 4.115
(edit) @da06fe9   03/06/15 12:20:44 Sebastian Huber score: Fix SMP lock implementation See also: … 4.115
(edit) @7183f1cd   03/05/15 10:51:25 Sebastian Huber score: Add compiler memory barrier to atomic ops 4.115
(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
Note: See TracRevisionLog for help on using the revision log.