source: rtems/cpukit/score

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @042072b   06/14/16 08:12:34 Sebastian Huber score: _Scheduler_priority_Ready_queue_initialize Use priority … 5
(edit) @3eda7e5   06/14/16 08:11:05 Sebastian Huber score: _Thread_Create_idle_for_CPU() Use priority maximum of … 5
(edit) @3bf9fdb   06/13/16 07:46:17 Sebastian Huber i386: Fix _CPU_Bitfield_Find_first_bit() Bug introduced by … 5
(edit) @7bf9c8b   06/09/16 13:14:19 Sebastian Huber score: Comment _Thread_queue_Enqueue_critical() 5
(edit) @05b7eec   06/08/16 13:18:14 Sebastian Huber score: Add an SMP sequence lock implementation 5
(edit) @80bbb4ed   06/08/16 06:52:38 Sebastian Huber score: Use builtin for _Bitfield_Find_first_bit() In case the CPU … 5
(edit) @b8a84064   06/08/16 06:43:20 Sebastian Huber score: Inline _Bitfield_Find_first_bit() Turn … 5
(edit) @7103ad34   06/08/16 06:18:59 Sebastian Huber score: Define _Priority_Bits_index() once 5
(edit) @bf021daf   06/08/16 06:14:58 Sebastian Huber score: Define _Priority_Mask() once 5
(edit) @b04b76c6   06/07/16 19:36:48 Sebastian Huber score: Simplify priority bit map implementation The priority bit map … 5
(edit) @18e29faf   06/08/16 08:10:40 Sebastian Huber score: Delete CPU_USE_GENERIC_BITFIELD_DATA Rename log2table into … 5
(edit) @987ea1a   06/07/16 20:09:12 Sebastian Huber powerpc: Define bitmap defines to FALSE 5
(edit) @ec5d7f92   06/07/16 20:09:01 Sebastian Huber score: Delete dead copy and paste code 5
(edit) @3ad5f86   06/03/16 06:15:21 Sebastian Huber rtems: Fix no protocol mutex release The Classic binary semaphores … 5
(edit) @23213135   05/31/16 07:36:52 Chris Johns arm: Fix printk warnings. 5
(edit) @c6556e2e   06/01/16 12:38:05 Sebastian Huber score: Maybe fix _Thread_Lock_acquire() The approach with the … 5
(edit) @f807b84   06/01/16 09:04:50 Sebastian Huber score: Fix _Thread_Lock_acquire() A read-modify-write operation is … 5
(edit) @024bffc6   05/30/16 13:00:32 Sebastian Huber score: Use owner of thread queue for CORE mutex 5
(edit) @0b713f89   05/30/16 04:59:55 Sebastian Huber score: Rework CORE inherit priority mutex Provide dedicated seize and … 5
(edit) @33e250c9   05/27/16 13:41:41 Sebastian Huber score: Rework CORE priority ceiling mutex Rework seize and surrender … 5
(edit) @5a598ac   05/27/16 06:02:03 Sebastian Huber score: Add CORE mutex variants Add CORE_recursive_mutex_Control and … 5
(edit) @3c1ad257   05/27/16 07:41:18 Sebastian Huber rtems: Simplify rtems_semaphore_delete() Due to the unified status … 5
(edit) @09c5ca4   05/26/16 20:29:56 Sebastian Huber score: Simplify CORE mutex Remove superfluous support for simple … 5
(edit) @2581a56   05/20/16 19:39:56 Sebastian Huber score: Add semaphore variants 5
(edit) @af746b0   05/25/16 14:30:23 Sebastian Huber score: Use thread queue lock for MrsP Replace the ISR lock in … 5
(edit) @93306058   05/27/16 12:43:19 Sebastian Huber score: _CORE_mutex_Check_dispatch_for_seize() Move the safety check … 5
(edit) @0e1d11f3   05/27/16 11:26:53 Sebastian Huber score: Add _Thread_queue_Context_set_MP_callout() Add … 5
(edit) @dfcc8bb   05/03/16 05:43:54 Sebastian Huber score: Adjust thread queue layout Adjust thread queue layout … 5
(edit) @fd6fde8   04/19/16 07:25:03 Sebastian Huber score: Add libatomic support Close #2695. 5
(edit) @dce48791   05/23/16 11:37:59 Sebastian Huber score: Add Status_Control for all APIs Unify the status codes of the … 5
(edit) @39bcf741   05/25/16 12:23:48 Sebastian Huber Fix semaphore post overflow status Close #2720. 5
(edit) @9ec7d492   05/25/16 06:37:28 Sebastian Huber posix: Fix pthread_spin_unlock() error status Close #2719. 5
(edit) @631b3c8   05/23/16 09:40:18 Sebastian Huber score: Move thread queue MP callout to context Drop the … 5
(edit) @c3d8d9e   05/23/16 04:55:49 Sebastian Huber score: Get rid of mp_id parameter Get rid of the mp_id parameter used … 5
(edit) @8866e62   05/23/16 04:26:58 Sebastian Huber score: Move thread queue object support 5
(edit) @0e9d5b6   05/24/16 11:15:47 Sebastian Huber mpci: Fix thread queue flush method We must call the MP callout for … 5
(edit) @458e4c4   05/23/16 05:28:56 Chris Johns score/i386: Fix printk format warnings. 5
(edit) @24d0ee57   05/20/16 08:39:50 Chris Johns cpukit, testsuite: Add rtems_printf and rtems_printer support. This … 5
(edit) @4b623d65   05/24/16 05:40:18 Sebastian Huber score: Fix blocking _CORE_message_queue_Submit() Close #2718. 5
(edit) @16dbcdcd   05/23/16 09:42:41 Sebastian Huber score: _CORE_message_queue_Seize() Delete unused parameter. 5
(edit) @bdb3b7f   05/20/16 13:52:27 Sebastian Huber score: _CORE_semaphore_Seize() Delete unused parameter. 5
(edit) @e266d13   05/20/16 13:10:27 Sebastian Huber Replace *_Get_interrupt_disable() with *_Get() Uniformly use *_Get() … 5
(edit) @582bb23c   05/20/16 13:04:16 Sebastian Huber score: Rename _Objects_Get_local() Rename _Objects_Get_local() into … 5
(edit) @4bae341d   05/20/16 13:01:46 Sebastian Huber score: Delete unused _Objects_Get_isr_disable() Delete now unused … 5
(edit) @956b8e5   05/20/16 09:53:41 Sebastian Huber mpci: Simplify _Objects_MP_Is_remote() 5
(edit) @61340d1   05/20/16 09:38:23 Sebastian Huber score: Add const to _RBTree_Find_inline() 5
(edit) @0cc91daa   05/20/16 09:04:04 Sebastian Huber score: Delete unused _Objects_Get_local_object() 5
(edit) @8a040fe4   05/19/16 15:03:31 Sebastian Huber score: Use _RBTree_Insert_inline() Use _RBTree_Insert_inline() for … 5
(edit) @7dfb4b9   05/19/16 09:20:58 Sebastian Huber score: Add per scheduler instance maximum priority The priority … 5
(edit) @ceb0f659   05/17/16 14:03:46 Sebastian Huber score: Remove the Giant lock Update #2555. 5
(edit) @c2f301b5   05/18/16 06:08:38 Sebastian Huber score: Rename _ISR_Flash() into _ISR_Local_flash() This is a … 5
(edit) @24713163   05/18/16 06:06:54 Sebastian Huber score: Rename _ISR_Disable() and _ISR_Enable() Rename _ISR_Disable() … 5
(edit) @4b04cb61   05/18/16 06:03:05 Sebastian Huber score: Rename _ISR_Disable_without_giant() Rename … 5
(edit) @d2bacb6c   05/17/16 13:57:48 Sebastian Huber score: _Thread_Dispatch_increment_disable_level() Avoid … 5
(edit) @b80156c   05/17/16 13:15:17 Sebastian Huber score: Avoid Giant _Objects_Extend_information() Avoid Giant lock for … 5
(edit) @ee710ef   05/17/16 13:11:16 Sebastian Huber score: Delete unused _Objects_Get() Update #2555. 5
(edit) @23294fd2   05/17/16 14:07:11 Sebastian Huber score: Delete unused _Thread_Get() Update #2555. 5
(edit) @da826560   05/13/16 08:28:14 Sebastian Huber posix: Rework thread cancellation Add … 5
(edit) @33829ce   05/13/16 12:07:23 Sebastian Huber score: Avoid Giant lock for _Thread_Start() Update #2555. 5
(edit) @54550e04   05/13/16 06:16:30 Sebastian Huber posix: Rework pthread_join() Rework pthread_join() to use … 5
(edit) @29e1ecab   05/13/16 11:42:18 Sebastian Huber score: Simplify _Thread_Life_action_handler() Use … 5
(edit) @ef09017   05/13/16 11:08:54 Sebastian Huber score: Rework _Thread_Cancel() Rework _Thread_Cancel() to use … 5
(edit) @862a0ee   05/13/16 09:22:39 Sebastian Huber score: Rework _Thread_Restart_other() Rework _Thread_Restart_other() … 5
(edit) @9388390   05/13/16 05:04:43 Sebastian Huber score: Split _Thread_Restart() Split _Thread_Restart() into … 5
(edit) @0475cca   05/13/16 08:16:32 Sebastian Huber score: Add _Thread_Dispatch_disable_with_CPU() Update #2555. Update #2626. 5
(edit) @f410ea82   05/13/16 05:12:38 Sebastian Huber score: Add _Thread_Clear_state_locked() This makes it possible to do … 5
(edit) @9a99ce15   05/13/16 05:12:10 Sebastian Huber score: Add _Thread_Set_state_locked() This makes it possible to do … 5
(edit) @232147dd   05/13/16 05:04:13 Sebastian Huber score: Add _Thread_Join() and _Thread_Cancel() Split _Thread_Close() … 5
(edit) @c99eb50b   05/12/16 15:39:22 Sebastian Huber score: Rework _Thread_Exit() Rework _Thread_Exit() to use … 5
(edit) @7023d82c   05/13/16 11:20:07 Sebastian Huber score: Add _Thread_Raise_real_priority() Update #2555. Update #2626. 5
(edit) @9949d8a7   05/12/16 14:32:27 Sebastian Huber score: Add Thread_Change_life() Add _Thread_Change_life_locked() as a … 5
(edit) @69c722f   05/12/16 13:14:06 Sebastian Huber score: Delete unused variable Update #2555. Update #2626. 5
(edit) @270394e   05/12/16 12:25:50 Sebastian Huber score: Avoid superfluous life protection Disable thread dispatching … 5
(edit) @b7f5e391   05/12/16 04:12:06 Sebastian Huber score: Add _Thread_Exit() The goal is to make _Thread_Exit() a … 5
(edit) @e753748   05/13/16 08:21:37 Sebastian Huber score: Delete redundant thread life enums This makes it easier to add … 5
(edit) @41ce30a   05/18/16 12:34:26 Sebastian Huber SMP: Add Mellor-Crummey and Scott (MCS) lock Added only for … 5
(edit) @26fafd5   05/18/16 14:54:12 Sebastian Huber SMP: Add and use lock statistics helper 5
(edit) @a7668b2   05/18/16 11:44:02 Sebastian Huber SMP: Move ticket lock to separate header file 5
(edit) @2aae3a7   05/18/16 11:28:52 Sebastian Huber SMP: Move lock stats to separate header file 5
(edit) @ef6f8a83   05/11/16 12:03:23 Sebastian Huber score: Avoid Giant lock for scheduler set/get Update #2555. 5
(edit) @8bc6bf28   05/11/16 11:42:58 Sebastian Huber posix: Avoid Giant lock for some pthread functions Avoid Giant lock … 5
(edit) @d9952999   05/11/16 09:06:51 Sebastian Huber score: Avoid Giant lock _Scheduler_Get_affinity() Update #2555. 5
(edit) @e135271   05/11/16 08:58:59 Sebastian Huber score: Avoid Giant lock _Scheduler_Set_affinity() Update #2555. 5
(edit) @bd12dda   05/11/16 09:54:49 Sebastian Huber score: Use thread state lock for current state In addition protect … 5
(edit) @105b4e6   05/10/16 04:47:19 Sebastian Huber rtems: Use thread state lock for signals 5
(edit) @6e4f929   05/06/16 04:44:41 Sebastian Huber score: Introduce thread state lock Update #2556. 5
(edit) @af20467e   05/10/16 05:52:19 Sebastian Huber score: Add _Thread_queue_Is_lock_owner() Add … 5
(edit) @3e0bb67   05/09/16 05:29:52 Sebastian Huber score: Ensure matching lock acquire and release Ensure matching lock … 5
(edit) @1a9d36b   05/09/16 04:49:53 Sebastian Huber score: Add _ISR_lock_Is_owner() 5
(edit) @9276fde   05/11/16 15:52:13 Sebastian Huber score: Fix CORE mutex initialization The priority inheritance and … 5
(edit) @2b71210   05/11/16 14:42:29 Sebastian Huber Revert "score: Avoid use of uninitialized variable" Sorry, I should … 5
(edit) @35c8efc   05/11/16 14:00:16 Sebastian Huber score: Avoid use of uninitialized variable Properly set the … 5
(edit) @f65f803   05/04/16 09:28:12 Sebastian Huber score: Avoid Giant lock for CBS scheduler Update #2555. 5
(edit) @b30ab25   05/03/16 14:16:08 Sebastian Huber mpci: Avoid Giant lock in _MPCI_Process_response() Update #2555. … 5
(edit) @a0dee7c7   05/03/16 07:59:50 Sebastian Huber score: Simplify _Thread_Get_interrupt_disable() Remove the object … 5
(edit) @822ec589   05/03/16 07:57:38 Sebastian Huber score: Add _Thread_MP_Is_remote() 5
(edit) @8c77150   05/03/16 07:24:32 Sebastian Huber score: Simplify _Thread_Get_objects_information() 5
(edit) @876dde7a   05/03/16 07:19:59 Sebastian Huber score: Make _Objects_Information_table const The … 5
(edit) @469dc47   05/03/16 07:17:45 Sebastian Huber score: Simplify _Objects_Id_to_name() 5
(edit) @0ab4fb7   05/03/16 07:12:51 Sebastian Huber score: Fix _Objects_Id_to_name() Avoid out-of-bounds array access in … 5
Note: See TracRevisionLog for help on using the revision log.