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) @3661518   03/10/22 13:11:12 Sebastian Huber smp: Add fatal error Add SMP-specifc …
(edit) @cc1c944   04/08/21 06:18:20 Sebastian Huber libtest: Add scheduler test support Add support to record scheduler …
(edit) @d0de6fd   07/15/21 14:51:17 Sebastian Huber score: Add _IO_Relax() This function may be used to burn a couple of …
(edit) @7fe3c62   03/18/22 15:13:04 Sebastian Huber thread.hpp: Fix redefinition of default argument A default argument …
(edit) @f311caf   03/15/22 16:34:34 Sebastian Huber bsps/irq: Improve affinity set handling Restrict the affinity set to …
(edit) @bb2e149e   03/07/22 12:52:08 christian.mauderer cpukit: Automated IMD header file clean up Use the same form of IMD …
(edit) @d7955b2   03/03/22 12:27:32 christian.mauderer bsps and cpukit: Manual file header clean up Updates #4625.
(edit) @255fe43   03/01/22 20:40:44 joel cpukit/: Scripted embedded brains header file clean up Updates #4625.
(edit) @2fb29836   02/17/22 15:44:10 joel cpukit/include/adainclude: Change license to BSD-2 Updates #3053.
(edit) @46a16ada   02/16/22 22:32:36 joel cpukit/include/rtems/posix/*.h: Change license to BSD-2 Updates #3053.
(edit) @a2ed06e   02/16/22 22:29:38 joel cpukit/include/rtems/rtems/*.h: Change license to BSD-2 Updates #3053.
(edit) @7b85efb8   02/16/22 21:16:11 joel cpukit/include/rtems/score/[s-z]*.h: Change license to BSD-2 Updates …
(edit) @7ebce359   02/16/22 21:15:58 joel cpukit/include/rtems/score/[a-r]*.h: Change license to BSD-2 Updates …
(edit) @8f1e8f8f   02/07/22 15:10:45 Sebastian Huber kern_ntptime.c: Port to RTEMS Remove previous adjtime() …
(edit) @d69acf8   02/18/22 15:33:10 Sebastian Huber config: CONFIGURE_DISABLE_NEWLIB_REENTRANCY Do not initialize …
(edit) @7b5948d4   08/12/21 07:51:55 christian.mauderer termios: Pass number of sent chars to l_start At the moment the line …
(edit) @2145e0c7   01/26/22 10:01:44 Sebastian Huber Remove obsolete rtems_gxx_*() implementation GCC versions prior to …
(edit) @d404771   12/22/21 07:16:43 Sebastian Huber rtems: Fix Clock Manager parameter descriptions Update #4572.
(edit) @75b3f48a   11/18/21 02:53:56 fnu.vikram libfdt: overlay: make overlay_get_target() public This is done to get …
(edit) @c07e238   06/18/21 17:20:27 andre.przywara fdtget: Fix signedness comparisons warnings With -Wsign-compare, …
(edit) @a582ab3   12/29/20 04:17:49 jujugoboom Set last_comp_version correctly in new dtb and fix potential version …
(edit) @03b601af   12/11/20 02:27:36 trini libfdt: Internally perform potentially unaligned loads Commits …
(edit) @064a1d7   11/04/20 13:06:05 trini libfdt: Check for 8-byte address alignment in fdt_ro_probe_() The …
(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
Note: See TracRevisionLog for help on using the revision log.