source: rtems/cpukit/include/rtems/score

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @963c6c2   11/12/18 08:28:49 Sebastian Huber score: Move internal structures to userextdata.h Update #3598. 5
(edit) @356b07e6   11/12/18 08:24:28 Sebastian Huber score: Includes in <rtems/score/smplockstats.h> Include … 5
(edit) @a6e7d5e4   11/12/18 08:00:36 Sebastian Huber score: Move internal structures to objectdata.h Update #3598. 5
(edit) @805f9c26   11/08/18 10:55:11 Sebastian Huber score: Avoid complex include in heap.h Update #3598. 5
(edit) @ccc6695   11/08/18 10:50:24 Sebastian Huber score: Introduce <rtems/score/watchdogticks.h> Separate the … 5
(edit) @a11b98c   11/08/18 12:12:32 Sebastian Huber score: Avoid include of <rtems/score/thread.h> Update #3598. 5
(edit) @742d6db   11/08/18 10:14:04 Sebastian Huber score: Remove empty <rtems/score/tod.h> Update #3598. 5
(edit) @795dfaac   11/08/18 09:49:43 Malte Münch small typo 5
(edit) @a9767a07   11/07/18 13:27:17 Sebastian Huber score: Use RTEMS_DEPRECATED for deprecated types Update #3584. 5
(edit) @4fea054c   11/06/18 18:34:15 Sebastian Huber score: Remove _ISR_Dispatch() This function was only used on some … 5
(edit) @ff081aee   11/06/18 15:58:02 Sebastian Huber score: Rename interrupt stack symbols Rename * … 5
(edit) @878487b0   11/05/18 08:53:04 Sebastian Huber score: Optimize Objects_Information Reduce structure internal … 5
(edit) @54f35888   10/25/18 08:54:12 Sebastian Huber posix: Provide threads by default Update #2514. 5
(edit) @fe7aefd5   10/25/18 08:12:39 Sebastian Huber posix: Provide message queues by default Update #2514. 5
(edit) @7038271   10/25/18 10:05:53 Sebastian Huber Remove RTEMS_SCORE_OBJECT_ENABLE_STRING_NAMES Enable support for … 5
(edit) @5090a71b   10/25/18 09:32:01 Sebastian Huber score: Remove bogus thread object name support Update #2514. 5
(edit) @1d39e96   10/05/18 06:11:09 Sebastian Huber score: Fix legacy RTEMS_STATIC_ASSERT() In standard C pointer … 5
(edit) @8776bb9   09/26/18 04:34:54 Sebastian Huber score: Remove CPU_PROVIDES_IDLE_THREAD_BODY Remove the … 5
(edit) @56e61e24   09/20/18 05:57:08 Sebastian Huber Remove INTERNAL_ERROR_INTERRUPT_STACK_TOO_SMALL The configured … 5
(edit) @aaa6653   09/13/18 09:33:11 Sebastian Huber score: Fix PER_CPU_DATA_ITEM_DECLARE() Fix … 5
(edit) @1fe1b820   09/10/18 09:47:24 Sebastian Huber score: Fix PER_CPU_DATA_GET_BY_OFFSET() Add uniprocessor version for … 5
(edit) @7097962   08/29/18 07:43:44 Sebastian Huber score: Add thread pin/unpin support Add support to temporarily pin a … 5
(edit) @d8bc0730   09/07/18 09:27:45 Sebastian Huber score: Modify _Scheduler_Unblock() In SMP configurations, obtain the … 5
(edit) @cfc4231d   08/27/18 08:36:35 Sebastian Huber score: Add flexible per-CPU data Update #3507. 5
(edit) @ea0a680   09/10/18 08:36:41 Sebastian Huber score: Debug aid for _Chain_Extract_unprotected() Ensure that a chain … 5
(edit) @3aad9d9b   09/03/18 07:31:19 Sebastian Huber score: Generalize SMP scheduler block support Add extract from … 5
(edit) @9e8bba5   08/29/18 05:53:02 Sebastian Huber score: Remove redundant #ifdef RTEMS_SMP 5
(edit) @ba0e9631   08/10/18 05:34:03 Sebastian Huber score: Do not inline _Thread_Dispatch_enable() This function is … 5
(edit) @d14f934   08/10/18 05:22:43 Sebastian Huber score: Fix ISR enable in _Thread_Dispatch_enable() This bug had … 5
(edit) @b2de426   08/06/18 09:53:42 Sebastian Huber score: Fix _Addresses_Subtract() Use architecture-specific integer … 5
(edit) @42f9963d   08/03/18 05:58:07 Sebastian Huber score: Remove superfluous semicolon This avoids warnings like this: … 5
(edit) @5677883   07/24/18 07:09:06 Sebastian Huber score: _SMP_Inter_processor_interrupt_handler() Optimize … 5
(edit) @a1f7d7d   07/24/18 07:00:18 Sebastian Huber score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE() Add … 5
(edit) @406dd62   07/24/18 09:18:27 Sebastian Huber _SMP_Start_multitasking_on_secondary_processor() Pass current … 5
(edit) @0d362ff3   07/23/18 12:54:51 Sebastian Huber score: _SMP_Inter_processor_interrupt_handler() Pass current … 5
(edit) @da0cbef2   07/16/18 06:22:57 Sebastian Huber score: Avoid structurally dead code This was spotted by Coverity Scan. 5
(edit) @6539bea   06/29/18 18:00:28 Sebastian Huber score: Add postorder tree iteration support Update #3465. 5
(edit) @b36bf5b   06/29/18 10:55:28 Sebastian Huber score: Increase PER_CPU_CONTROL_SIZE_APPROX Increase the … 5
(edit) @511dc4b   06/19/18 07:09:51 Sebastian Huber Rework initialization and interrupt stack support Statically … 5
(edit) @fe46647e   06/15/18 14:53:27 Sebastian Huber score: Macros to declare and define global symbols Add … 5
(edit) @de9b7d7   06/01/18 05:04:45 Sebastian Huber Add RTEMS_FATAL_SOURCE_INVALID_HEAP_FREE An invalid heap usage such … 5
(edit) @9480815a   12/21/17 13:36:52 Sebastian Huber score: Introduce new monotonic clock Rename … 5
(edit) @3a4e044   12/22/17 09:35:47 Sebastian Huber score: Rename _Watchdog_Realtime_from_*() Rename … 5
(edit) @89c0313   12/21/17 13:31:55 Sebastian Huber score: Optimize watchdog tickle Avoid unnecessary lock … 5
(add) @2afb22b   12/23/17 07:18:56 Chris Johns Remove make preinstall A speciality of the RTEMS build system was the … 5
Note: See TracRevisionLog for help on using the revision log.