source: rtems/cpukit/score

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @ccd5434   01/07/16 08:55:45 Sebastian Huber score: Introduce Thread_Entry_information This avoids potential dead … 5
(edit) @44e9871   12/22/15 08:40:48 Sebastian Huber score: Avoid dead code in global construction Update #2514. 5
(edit) @fe100e16   12/22/15 08:13:08 Sebastian Huber score: Add fatal errors for NULL entry init tasks This simplifies the … 5
(edit) @f6a8663e   12/26/15 16:58:25 Joel Sherrill Remove H8300 port updates #2452. 5
(edit) @f5201df   12/15/15 17:25:01 Joel Sherrill Remove M32R architecture updates #2446. 5
(edit) @a061f9d   01/04/16 08:55:59 Sebastian Huber score: Fix watchdog insert Under certain conditions a new watchdog … 5
(edit) @d5154d0f   12/23/15 20:44:02 admin api: Remove deprecated Notepads Notepads where a feature of RTEMS' … 5
(edit) @a48b7c44   12/20/15 20:47:12 Sebastian Huber score: Fix watchdog removal Under certain conditions a new watchdog … 5
(edit) @07b76fd   12/15/15 10:25:47 Sebastian Huber score: Avoid dependency on bcopy() 5
(edit) @54c3fbd   12/11/15 10:09:13 Sebastian Huber score: Initialize thread control to zero This reduces the code size … 5
(edit) @00dbecb8   12/11/15 08:48:09 Sebastian Huber score: Help GCC to inline a function 5
(edit) @df55d07f   12/10/15 13:10:48 Sebastian Huber score: Untangle thread actions Remove the thread action handler … 5
(edit) @d0c39838   09/22/15 14:21:12 Sebastian Huber Use linker set for system initialization Make … 5
(edit) @b318cb13   12/10/15 07:10:29 Sebastian Huber sparc: Simplify _CPU_Get_current_per_CPU_control() Drop the … 5
(edit) @b618d8c   09/16/15 05:13:58 Sebastian Huber Add RTEMS linker sets Update #2408. 5
(edit) @9736283   12/08/15 07:43:41 Sebastian Huber score: Statically initialize system state Update #2408. 5
(edit) @bd91f446   12/08/15 07:34:08 Sebastian Huber score: Delete unused API extensions Update #2408. 5
(edit) @60c5461   12/08/15 07:33:08 Sebastian Huber score: Statically initialize API extensions Update #2408. 5
(edit) @8054b1c   11/26/15 13:08:56 Sebastian Huber Remove <rtems/debug.h> Close #2477. 5
(edit) @ac5f2442   11/25/15 07:33:31 Sebastian Huber Require getreent() This function is used by Newlib since 2013-07-09 … 5
(edit) @8ce0b0cb   11/25/15 06:55:00 Sebastian Huber Fix _Assert() statement 5
(edit) @78cac9b   11/16/15 13:13:28 cederman sparc: Fix context switch on SMP We must not load registers (e.g. … 5
(edit) @b84a51c   11/10/15 16:23:12 Sebastian Huber score: Fix race condition on SMP We must ensure that the … 5
(edit) @5c7bfcf   11/11/15 10:49:45 Sebastian Huber Fix interrupt epilogue for ARMv7-AR and PowerPC 5
(edit) @eab538c   11/04/15 06:39:45 Sebastian Huber score: Fix warning Close #2454. 5
(edit) @e96feeb   10/27/15 09:20:02 Sebastian Huber powerpc: Add FSL cache defines 5
(edit) @bc792bb   10/16/15 06:26:44 Sebastian Huber basdefs.h: Add and use RTEMS_PACKED 5
(edit) @f97536d   10/16/15 06:21:48 Sebastian Huber basdefs.h: Add and use RTEMS_UNUSED 5
(edit) @c52568d   10/16/15 06:17:52 Sebastian Huber basdefs.h: Add and use RTEMS_DEPRECATED 5
(edit) @a3ba5b37   10/16/15 06:17:20 Sebastian Huber basdefs.h: Add RTEMS_PURE 5
(edit) @143696a   10/16/15 06:15:03 Sebastian Huber basedefs.h: Add and use RTEMS_NO_RETURN 5
(edit) @2423857   10/16/15 06:13:15 Sebastian Huber basedefs.h: Add compiler attributes 5
(edit) @6959e66   10/07/15 07:13:23 Sebastian Huber epiphany: Delete CPU_UNROLL_ENQUEUE_PRIORITY 5
(edit) @ba1ed52   10/02/15 05:59:24 Sebastian Huber SMP: Optimize ticket lock implementation This reverts the relevant … 5
(edit) @08317ef3   10/02/15 05:30:13 Sebastian Huber powerpc: Use wrtee for e6500 multilib This reduces the code size. 5
(edit) @258ad71   09/25/15 12:34:24 Sebastian Huber SMP: Fix and optimize thread dispatching According to the C11 and … 5
(edit) @aee6a1d0   09/28/15 05:29:11 Sebastian Huber SMP: Simplify thread lock operations 5
(edit) @8d296cd5   09/26/15 11:03:16 Sebastian Huber score: Use uintptr_t for atomic pointer operations Do not obfuscate … 5
(edit) @1f7c5c88   09/25/15 19:31:00 Sebastian Huber score: Fix atomic compare exchange 5
(edit) @f52885b   09/18/15 21:53:31 Martin Galvan ARMv7M: Improve exception handler routine and add comments on SP … 5
(edit) @7263a50   08/27/15 18:19:24 Sudarshan Rajagopalan Fix exception handler for supporting FPU 5
(edit) @314ff3c4   09/14/15 05:10:24 Sebastian Huber score: Fix resource count for self-contained mutex 5
(edit) @dafa5d88   09/03/15 08:27:16 Sebastian Huber score: Implement priority boosting 5
(edit) @3995e6d   09/02/15 09:58:54 Sebastian Huber score: Implement SMP-specific priority queue 5
(edit) @c4db18a0   09/01/15 08:38:17 Sebastian Huber score: Documentation 5
(edit) @edf640f   08/31/15 11:11:04 Sebastian Huber rbtree: Add _RBTree_Replace_node() 5
(edit) @e9fbaa3b   08/21/15 03:59:49 Sebastian Huber rbtree: Replace implementation Use the BSD <sys/tree.h> … 5
(edit) @8c25e04   09/02/15 13:02:27 Sebastian Huber score: Optimize thread queue first operation In case the thread queue … 5
(edit) @44f3ea9   08/31/15 11:37:52 Sebastian Huber score: Fix return status of mutex try acquire This fixes a copy and … 5
(edit) @95b43d0   09/01/15 07:47:12 Sebastian Huber arm: Replace sync_synchronize() implementation 5
(edit) @39e3e20   09/01/15 07:42:46 Sebastian Huber arm: Use compiler memory barrier by default 5
(edit) @509e8d7f   08/18/15 04:21:17 Sebastian Huber rbtree: Delete rtems_rbtree_find_control() This function is hard to … 5
(edit) @f71e67d   08/21/15 03:59:19 Sebastian Huber rbtree: Delete unused RBTREE_NODE_*() macros 5
(edit) @ddb6a49b   08/21/15 03:57:42 Sebastian Huber rbtree: Delete _RBTree_Initialize() This function has no internal use … 5
(edit) @b9877ee   08/21/15 03:55:04 Sebastian Huber rbtree: Delete _RBTree_Get() This function has no internal use case. 5
(edit) @2d48456   08/21/15 03:24:17 Sebastian Huber rbheap: Drop direction from _RBTree_Iterate() 5
(edit) @3f49446   08/21/15 03:40:07 Sebastian Huber rbtree: Delete _RBTree_Is_first() 5
(edit) @341f629   08/21/15 03:39:59 Sebastian Huber rbtree: Add _RBTree_Minimum(), _RBTree_Maximum() 5
(edit) @7e798b4   08/01/15 10:43:12 summerspam Add synch_synchronize function for arm Fixes link failure when … 5
(edit) @9e9e61d   07/28/15 11:46:56 Sebastian Huber score: Add self-contained condition implementation 5
(edit) @a1b4af4b   07/20/15 07:05:30 Sebastian Huber score: Add scheduler <sys/lock.h> support 5
(edit) @40188718   07/13/15 08:00:28 Sebastian Huber score: Add self-contained futex implementation 5
(edit) @7237b3e   07/02/15 11:12:38 Sebastian Huber score: Add self-contained semaphore implementation 5
(edit) @214d8ed   06/28/15 20:06:36 Sebastian Huber score: Add self-contained mutex implementation This mutex … 5
(edit) @12f93fbb   07/27/15 11:19:17 Sebastian Huber score: Add thread queue for self-contained objects 5
(edit) @0e3c59d6   06/26/15 10:54:33 Sebastian Huber score: Use a plain ticket lock for thread locks This enables external … 5
(edit) @10e32a26   06/29/15 12:23:42 Sebastian Huber score: Add potpourri lock statistics These SMP lock statistics are … 5
(edit) @e421936b   06/29/15 12:24:14 Sebastian Huber score: Provide struct _Thread_queue_Heads Use a leading underscore in … 5
(edit) @4827470   06/29/15 08:41:01 Sebastian Huber score: Rename struct Thread_Control Add a leading underscore to the … 5
(edit) @21789a21   07/28/15 12:45:42 Sebastian Huber score: Rename _POSIX_Absolute_timeout_to_ticks() Rename … 5
(edit) @f7d95581   07/24/15 08:47:25 Sebastian Huber m68k: Include proper header file 5
(edit) @9c53910   07/24/15 07:12:54 Sebastian Huber score: Add comment 5
(edit) @98a41f41   07/23/15 18:34:19 Sebastian Huber arm: Include proper header file 5
(edit) @e709aa85   07/13/15 11:49:35 Sebastian Huber score: Move wait flag update to tq extract This makes it possible to … 5
(edit) @d7665823   06/24/15 13:43:19 Sebastian Huber score: Introduce Thread_queue_Heads Move the storage for the thread … 5
(edit) @e2735012   06/24/15 09:05:39 Sebastian Huber score: Introduce Thread_queue_Queue Separate the thread queue heads … 5
(edit) @db01d0c   07/16/15 18:15:10 Joel Sherrill sparc64/rtems/score/cpu.h: Delete dead declaration 4.115
(edit) @93f5adb   07/15/15 08:51:12 Sebastian Huber powerpc: Do not use the ATB for e500 multilib The e500v1 has no … 4.115
(edit) @e2fcb7d   07/15/15 06:55:42 Nick Withers powerpc: Fix _CPU_Counter_read() The mftb is not available on Book E … 4.115
(edit) @f5d4570f   07/11/15 19:14:46 Sebastian Huber score: Simplify _Thread_Lock_set() Exploit the fact that the current … 4.115
(edit) @9341773   07/11/15 20:04:32 Sebastian Huber score: Typo 4.115
(edit) @4c68431   07/02/15 11:11:14 Sebastian Huber powerpc: Add BUCSR register defines 4.115
(edit) @372bee84   06/26/15 13:51:28 Sebastian Huber score: Simplify _SMP_ticket_lock_Release() Add a SMP lock statistics … 4.115
(edit) @f59f2fe9   06/25/15 04:50:04 Sebastian Huber score: Accept NULL pointer in _Freechain_Put() With this a … 4.115
(edit) @fdb45d6   06/24/15 12:00:08 Sebastian Huber score: Freechain handler API changes Replace the extend function with … 4.115
(edit) @d811dac   06/25/15 09:24:44 Sebastian Huber score: Hide SMP lock profiling impl if disabled The problem is that … 4.115
(edit) @96316d1b   06/26/15 07:15:36 Sebastian Huber score: Simplify <rtems/score/scheduler.h> Drop the … 4.115
(edit) @48fed9a   06/25/15 12:11:53 Sebastian Huber score: Simplify <rtems/system.h> Drop the <rtems/score/percpu.h> … 4.115
(edit) @270ccc59   06/25/15 12:10:57 Sebastian Huber score: Fix extern "C" in <rtems/score/heap.h> 4.115
(edit) @bd67d7d2   06/25/15 11:48:00 Sebastian Huber score: Simplify <rtems/score/thread.h> Avoid Thread_Control typedef … 4.115
(edit) @0b268b8b   06/25/15 11:37:40 Sebastian Huber score: Move default _ISR_Is_in_progress() 4.115
(edit) @8042107a   06/25/15 09:28:59 Sebastian Huber score: Move SMP CPU_USE_DEFERRED_FP_SWITCH check 4.115
(edit) @a3fc33f   06/24/15 11:36:40 Sebastian Huber score: Assert proper node size 4.115
(edit) @9d838902   06/15/15 18:45:56 Sebastian Huber arm: Implement _CPU_ISR_Get_level() for ARMv7-M 4.115
(edit) @e6b31b27   05/27/15 15:13:58 Joel Sherrill Remove use ticks for statistics configure option. This was obsolete … 4.115
(edit) @80fca28   06/13/15 13:29:04 Sebastian Huber score: Add _Watchdog_Preinitialize() Add an assert to ensure that the … 4.115
(edit) @258d580c   06/13/15 12:49:23 Sebastian Huber score: Delete unused state WATCHDOG_REMOVE_IT 4.115
(edit) @f718e79   06/11/15 07:56:18 Sebastian Huber Revert "timecounter: No _Timecounter_Tick_simple() for SMP" This … 4.115
(edit) @46ae1d7a   06/09/15 19:31:27 Sebastian Huber timecounter: No _Timecounter_Tick_simple() for SMP 4.115
(edit) @e1d61fe   06/09/15 11:49:56 kib timecounter: Synchronize with FreeBSD When updating/accessing the … 4.115
Note: See TracRevisionLog for help on using the revision log.