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) @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() …
(edit) @d999f865   07/29/21 12:48:40 Sebastian Huber rtems: Generate <rtems/bspIo.h> Change license to BSD-2-Clause …
(edit) @6c39df7e   07/29/21 06:48:26 Sebastian Huber score: Change _SMP_Send_message() parameter type Use the processor …
(edit) @98a5751   07/29/21 06:34:45 Sebastian Huber score: Add _Per_CPU_Submit_job()
(edit) @70ec9bd   07/28/21 11:06:11 Sebastian Huber score: Remove SMP message multicast/broadcast Remove the unused …
(edit) @cbb1103   07/27/21 11:40:51 Sebastian Huber score: Simplify SMP processor state handling The per-CPU states which …
(edit) @4adaed73   07/27/21 09:08:54 Sebastian Huber score: Remove processor event broadcast/receive Remove …
(edit) @bf338f04   07/27/21 08:09:05 Sebastian Huber score: Remove _Internal_errors_What_happened Users have access to the …
(edit) @81358d7   06/17/21 13:16:09 Sebastian Huber rtems: Add rtems_interrupt_entry_install() Add …
(edit) @4969af4   07/06/21 12:03:41 Sebastian Huber rtems: Add RTEMS_FATAL_SOURCE_SPURIOUS_INTERRUPT Add …
(edit) @faa4b636   07/05/21 11:29:11 Sebastian Huber rtems: Add rtems_interrupt_is_pending() Update #3269.
(edit) @01e7c36   06/27/21 08:39:37 Sebastian Huber rtems: Add rtems_interrupt_vector_is_enabled() Update #3269.
(edit) @96265c8   06/17/21 11:40:02 Sebastian Huber rtems: Add rtems_interrupt_vector_enable() Add …
(edit) @5e33aec   06/17/21 11:37:26 Sebastian Huber rtems: Add rtems_interrupt_get_attributes() Add a directive to query …
(edit) @c4eafae2   06/17/21 11:17:27 Sebastian Huber rtems: Generate <rtems/irq-extension.h> Use <rtems/score/chain.h> …
(edit) @ba937459   06/16/21 06:50:02 Sebastian Huber rtems: Add rtems_interrupt_raise() Add rtems_interrupt_raise_on(). …
(edit) @36655b8   07/16/21 11:27:00 Sebastian Huber cpukit: occured -> occurred
(edit) @394efd4   07/15/21 10:46:54 Sebastian Huber rtems: Fix Doxygen comment
(edit) @737e18d   07/01/21 11:20:51 Sebastian Huber rtems: Do not broadcast to signal a condition var Close #4463.
(edit) @6c23252   06/16/21 06:00:16 richidubey Update Strong APA Scheduler This change allows for the migration of …
(edit) @5bb5e01   05/26/21 14:33:40 christian.mauderer i2c: Add non blocking read / write This adds the possibility to open …
(edit) @abe2d15   06/16/21 10:37:18 Sebastian Huber rtems: Fix rtems_task_set_affinity() docs
(edit) @6abdd89   06/14/21 07:57:51 Sebastian Huber Use a common phrase for pointer parameters Mention the type of the …
(edit) @fad01e6c   06/10/21 07:55:42 Sebastian Huber score: Add PER_CPU_DATA_NEED_INITIALIZATION() Make the initialization …
(edit) @6641cc8   06/10/21 05:44:45 Sebastian Huber score: Fix initialization of thread queue context Set …
(edit) @34b45b1   06/08/21 07:08:43 Sebastian Huber score: Remove unused _Per_CPU_Initialize() decl
Note: See TracRevisionLog for help on using the revision log.