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

source: rtems/cpukit/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @611a2a5a   10/12/20 16:53:31 andre.przywara libfdt: Fix kernel-doc comments The API documentation in libfdt.h …
(edit) @f5379faf   06/16/20 01:12:17 patrick.oppenlander libfdt: add extern "C" for C++ Signed-off-by: Patrick Oppenlander …
(edit) @868e6d8   12/10/21 07:48:27 Sebastian Huber rtems: Improve ordering in <rtems/rtems/intr.h> Move the data …
(edit) @fb17dfb1   10/14/20 08:47:44 Sebastian Huber Avoid ISR_LOCK_MEMBER() since it confuses Doxygen If RTEMS_SMP is not …
(edit) @39e6f532   12/07/21 15:31:45 Sebastian Huber score: Fix _Workspace_Initialize_for_one_area() In …
(edit) @69d643f7   12/05/21 15:37:33 Sebastian Huber score: Fix atomic stores for C++ Close #4566.
(edit) @9089bcc   12/02/21 14:06:48 Sebastian Huber rtems: Move all Interrupt Manager stuff to intr.h Since the previous …
(edit) @0d83bed2   12/02/21 13:00:53 Sebastian Huber rtems: Move scheduler directives to own header Move all …
(edit) @d7205f0   04/08/20 15:14:41 Sebastian Huber libc: Optimize malloc() initialization The BSPs provide memory for …
(edit) @3d0620b   04/08/20 14:54:34 Sebastian Huber score: Optimize Workspace Handler initialization The BSPs provide …
(edit) @675e879   11/23/21 14:15:27 Sebastian Huber rtems: Replace "precision" with "resolution" Resolution is the right …
(edit) @5468464   11/11/21 07:44:29 Sebastian Huber score: Properly continue the thread during restart The …
(edit) @2e56aab   11/11/21 08:00:03 Sebastian Huber score: Move _Thread_queue_Extract() Move _Thread_queue_Extract() …
(edit) @e429e97   11/11/21 09:34:31 Sebastian Huber score: Simplify thread wait state handling Remove the …
(edit) @50aef135   11/11/21 07:35:22 Sebastian Huber score: Add _Thread_MP_Extract_proxy() Remove …
(edit) @c69a70a   11/08/21 10:08:24 Sebastian Huber rtems: Fix rtems_scheduler_remove_processor() Return an error status …
(edit) @6443c9d   11/10/21 07:54:03 Sebastian Huber score: Fix assertion in SMP scheduler framework Properly assert that …
(edit) @fc64e837   10/29/21 07:30:13 Sebastian Huber score: Rework ask for help requests Process ask for help requests on …
(edit) @4d90289e   10/29/21 12:17:54 Sebastian Huber score: _Scheduler_SMP_Schedule_highest_ready() Simplify callers of …
(edit) @d0434b88   10/29/21 12:45:28 Sebastian Huber score: Remove victim thread from CPU allocation Update #4531.
(edit) @c6362f6   10/29/21 11:44:04 Sebastian Huber score: Move _Scheduler_Unblock_node() Move _Scheduler_Unblock_node() …
(edit) @dcd8b93   10/29/21 11:38:43 Sebastian Huber score: Move _Scheduler_Block_node() Move _Scheduler_Block_node() into …
(edit) @f767ef80   10/29/21 06:29:51 Sebastian Huber score: Simplify _Scheduler_SMP_Yield() There is not need to actively …
(edit) @6d20f0c5   10/27/21 06:35:22 Sebastian Huber score: Add node to insert to Chain_Node_order This allows to use …
(edit) @ff20bc9   10/20/21 12:21:20 Sebastian Huber score: Rework idle handling in SMP schedulers This patch fixes an …
(edit) @3d6ebde1   10/15/21 09:21:31 Sebastian Huber score: Add SMP scheduler make/clean sticky This patch fixes the …
(edit) @3781709   10/20/21 06:24:24 Sebastian Huber score: Add SMP scheduler idle exchange callback Update #4531.
(edit) @9d3e8212   10/19/21 12:28:48 Sebastian Huber score: Rework affine ready queue handling Rework the handling of the …
(edit) @a53229bb   10/19/21 11:06:09 Sebastian Huber score: Use extract from scheduled callbacks Use the extract from …
(edit) @757a1096   10/21/21 09:07:21 Sebastian Huber score: Remove return value from enqueue scheduled The return value …
(edit) @6286a40   10/19/21 10:43:47 Sebastian Huber score: Scheduler insert after move Insert nodes after moving the …
(edit) @81659420   10/20/21 06:23:07 Sebastian Huber score: Add missing idle thread exchanges Update #4531.
(edit) @e787091   10/20/21 06:20:58 Sebastian Huber score: Add missing idle thread releases Update #4531.
(edit) @bd55f69   10/19/21 09:25:25 Sebastian Huber score: Simplify _Scheduler_Exchange_idle_thread() Remove superfluous …
(edit) @f0f60a1e   10/19/21 09:21:49 Sebastian Huber score: Change _Scheduler_Try_to_schedule_node() Add the victim node …
(edit) @7ae4f569   10/18/21 07:07:07 Sebastian Huber score: Not set CPU in _Scheduler_Use_idle_thread() Do not set the CPU …
(edit) @45e942d   10/18/21 07:05:30 Sebastian Huber score: Rename _Scheduler_Set_idle_thread() Rename …
(edit) @577262a7   10/22/21 05:31:46 Sebastian Huber score: Add red-black tree append/prepend These functions are a faster …
(edit) @3c076041   10/29/21 11:57:27 Sebastian Huber score: Simplify _Scheduler_Generic_block() If we block the executing …
(edit) @50cf1932   11/16/21 16:26:00 kinsey.moore cpukit: Enable debug for SMP AArch64 Ensure when both RTEMS_DEBUG is …
(edit) @9b6362da   11/18/21 11:13:53 Sebastian Huber rtems: Use RTEMS_WHO_AM_I for rtems_task_ident()
(edit) @99fdfcd   11/17/21 19:05:52 Sebastian Huber rtems: Add signal header to implementation group
(edit) @c47daf6f   11/16/21 16:00:29 Sebastian Huber config: Fix IO driver table initialization Check all IO driver table …
(edit) @32cee883   11/15/21 18:15:27 Sebastian Huber config: CONFIGURE_DISABLE_BSP_SETTINGS Evaluate …
(edit) @ccbcfb6   10/11/21 15:07:50 Sebastian Huber rtems: Add new clock manager directives Update #4527.
(edit) @ee57a7f1   03/23/21 14:34:26 Sebastian Huber score: Fix _CORE_ceiling_mutex_Set_priority() We have to use a second …
(edit) @16b50ac6   04/16/21 07:21:57 Sebastian Huber score: Always check if a prio ceiling is defined Priority ceiling …
(edit) @7a591d0c   05/12/21 08:53:48 Sebastian Huber score: Fix thread pinning assertions
(edit) @ffb8833d   10/28/21 09:14:57 Sebastian Huber score: Add _Timecounter_Set_NTP_update_second() Allow the …
(edit) @240a1f7   10/27/21 10:59:09 Sebastian Huber score: Introduce CPU budget operations This patch set replaces the …
(edit) @4812a8b5   04/06/21 14:02:20 kinsey.moore cpukit: Add signal mapping support This adds a confdef option …
(edit) @24922d0   10/25/21 06:15:37 Sebastian Huber rtems: rtems_rate_monotonic_get_status() Mention that resetting the …
(edit) @f1723d12   10/19/21 14:29:48 Sebastian Huber rtems: Regenerate for IDLE task allocator option Update #4524.
(edit) @28632b5   10/20/21 17:14:53 Sebastian Huber score: Fix typo
(edit) @0221da5f   10/12/21 06:26:39 Sebastian Huber rtems: Fix rate monotonic statistics The rate monotonic period …
(edit) @a4112bd   10/09/21 14:12:07 Sebastian Huber score: Simplify _Watchdog_Next_first()
(edit) @822ebb4c   10/07/21 22:28:26 joel Add support for IDLE Thread stack allocator Add a stack allocator …
(edit) @3bb97a30   10/06/21 08:37:53 Sebastian Huber score: Always check queue in _Thread_Wait_cancel() Commit …
(edit) @226d0e92   10/05/21 18:23:08 Sebastian Huber score: Optimize EDF SMP scheduler ops The schedule operation is only …
(edit) @344bb536   10/01/21 17:32:28 Sebastian Huber rtems: Generate <rtems/cpuuse.h> Write the documentation from scratch.
(edit) @e9063644   09/30/21 06:51:30 Sebastian Huber posix: Remove "RTEMS" from POSIX API group Clarify group description. …
(edit) @8b762a88   09/30/21 06:37:01 Sebastian Huber scoe: Move workspace group definition Define the group in the header …
(edit) @5a6f94d   09/30/21 06:33:25 Sebastian Huber rtems: Add ASR implementation to existing group Update #3706.
(edit) @a950c135   09/30/21 06:30:58 Sebastian Huber score: Add Hash Handler to group Update #3706.
(edit) @4c0b006   09/30/21 06:19:01 Sebastian Huber rtems: Canonicalize Doxygen in <rtems/counter.h> Update #3706.
(edit) @dba2e690   09/30/21 06:15:11 Sebastian Huber rtems: Canonicalize Doxygen in <rtems/seterr.h> Update #3706.
(edit) @61ef22b   09/24/21 18:15:52 Sebastian Huber score: Add Thread_queue_Deadlock_status Replace the boolen return …
(edit) @25f126e   07/21/21 17:17:29 Sebastian Huber score: Regenerate <rtems/score/basedefs.h> Reflect renamed …
(edit) @cd198a5   09/17/21 06:30:57 Sebastian Huber score: Remove unused default scheduler ops If SMP support is enabled …
(edit) @3291b2a   09/17/21 06:49:56 Sebastian Huber score: Ensure only one CPU if required Issue the new fatal SMP error …
(edit) @0036ddf   09/17/21 06:12:35 Sebastian Huber score: Provide two thread pin/unpin defaults The uniprocessor …
(edit) @59537c9   09/17/21 06:54:58 Sebastian Huber score: SCHEDULER_OPERATION_DEFAULT_GET_SET_AFFINITY Rename …
(edit) @92b9f65   09/17/21 05:57:09 Sebastian Huber score: SCHEDULER_OPERATION_DEFAULT_ASK_FOR_HELP Rename …
(edit) @dbb7c956   09/15/21 09:44:40 Sebastian Huber rtems: Fix message manager documentation Correct the description of …
(edit) @1567d927   09/15/21 11:56:16 Sebastian Huber rtems: Add header files to Doxygen groups
(edit) @79efc81a   09/15/21 11:38:12 Sebastian Huber rtems: Move Doxygen group definition Move the definition of the …
(edit) @a45bc321   10/13/20 13:57:36 Sebastian Huber rtems: Improve Classic API group description
(edit) @fe818cd   09/15/21 05:36:45 Sebastian Huber rtems: Fix message manager documentation Remove bogus return status …
(edit) @466cd917   06/22/20 09:29:45 Sebastian Huber rtems: Generate <rtems/extension.h> Remove the duplicated description …
(edit) @606c9a6   06/22/20 06:50:02 Sebastian Huber rtems: Generate <rtems/rtems/cache.h> Change license to BSD-2-Clause …
(edit) @c0435b5e   09/03/21 14:55:18 Sebastian Huber rtems: Document time of day constraints Update #4338.
(edit) @ad41c179   09/03/21 09:09:02 Sebastian Huber score: Change TOD_LATEST_YEAR to 2099 This simplifies the …
(edit) @6d2becb   09/03/21 13:04:49 Sebastian Huber score: Limit the CLOCK_REALTIME setting Limit the CLOCK_REALTIME …
(edit) @54b4b1f8   09/03/21 07:46:36 Sebastian Huber score: Add _TOD_Is_valid_new_time_of_day() Move the TOD validation to …
(edit) @c8e4de9   09/03/21 07:36:55 Sebastian Huber score: Remove TOD_TICKS_PER_SECOND_method() Use …
(edit) @8abd1756   09/03/21 07:33:01 Sebastian Huber score: Return status in _TOD_Adjust()
(edit) @2647e76   09/02/21 05:48:55 Sebastian Huber score: Document thread queue operations
(edit) @34099baa   07/28/21 14:29:54 Sebastian Huber libtest: Return fixture context in T_case_begin() This makes it …
(edit) @25b0fdd   08/30/21 16:12:13 Sebastian Huber score: Update priority only if necessary In …
(edit) @ac9f115b   08/31/21 11:00:55 Sebastian Huber score: Remove _Thread_queue_Unblock_critical() This function was only …
(edit) @317774c   08/31/21 10:42:29 Sebastian Huber score: Remove _Thread_queue_First_locked() The …
(edit) @d9249c9   08/31/21 09:03:57 Sebastian Huber score: Fix blocking message queue receive In order to ensure FIFO …
(edit) @9c0591f1   03/25/21 08:11:26 Sebastian Huber score: Fix priority discipline handling The priority queues in …
(edit) @1dff0a38   08/13/21 06:49:54 Sebastian Huber score: Delete unused rtems_ada_self
(edit) @d4336905   08/13/21 06:43:47 Sebastian Huber score: Make zombie registry observable This helps to write tests for …
(edit) @0a69ce0f   08/12/21 09:06:55 Sebastian Huber score: Simplify _Scheduler_Tick() The NULL pointer check for the …
(edit) @a0ec14c   08/10/21 14:28:24 Sebastian Huber score: Replace the single use of a sequence lock In SMP …
(edit) @a5aaf20   08/10/21 13:07:35 Sebastian Huber score: Replace priority prepend it with an enum Use the new …
(edit) @9399e12c   08/10/21 10:42:11 Sebastian Huber rtems: Fix rtems_partition_return_buffer() The …
(edit) @8df5764   08/06/21 15:20:41 zakthertemsdev Test needed for timer_create with CLOCK_MONOTONC the timer_create() …
Note: See TracRevisionLog for help on using the revision log.