source: rtems/cpukit/score

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @57be57c7   05/14/21 07:31:47 Sebastian Huber score: Return status in _Thread_Restart_other() This simplifies …
(edit) @c268766   05/10/21 07:39:35 Sebastian Huber rtems: Use _Objects_Free_nothing() for msg queues Use …
(edit) @ab5aeb1   05/10/21 07:21:03 Sebastian Huber score: Rename _Stack_Free_nothing() Rename _Stack_Free_nothing() in …
(edit) @3e16f1a6   05/04/21 07:36:00 Sebastian Huber score: Make _Once_Lock() and _Once_Unlock() static These two …
(edit) @1eb6cdde   04/30/21 14:58:50 Sebastian Huber score: Add _Thread_Dispatch_direct_no_return() The …
(edit) @8b15a324   04/26/21 08:15:05 Sebastian Huber Use alias for rtems_task_self() and pthread_self() This may reduce …
(edit) @cdf66529   03/10/21 15:05:21 ryan.long objectextendinformation.c: Ensure information->object_blocks is not …
(edit) @bbc93c11   04/26/21 11:36:46 Sebastian Huber Return status code for _Thread_Start() This avoids having conditional …
(edit) @9d82150   04/26/21 09:22:39 Sebastian Huber Return status code for _Scheduler_Set_affinity() This avoids having …
(edit) @4b7c77b   04/26/21 09:00:24 Sebastian Huber rtems: Change rtems_task_get_affinity() status In case the processor …
(edit) @1452699   04/26/21 08:34:11 Sebastian Huber Return status code for _Scheduler_Get_affinity() This avoids having …
(edit) @2b32146   04/20/21 07:33:52 Sebastian Huber Remove superfluous <rtems/score/wkspace.h> includes
(edit) @0e49372a   04/19/21 18:06:27 Sebastian Huber score: Remove unused _Thread_queue_Dequeue() Last use was removed by: …
(edit) @69bde47   04/05/21 21:28:10 kinsey.moore cpukit/aarch64: Restore ISR cookie bit mask The _CPU_ISR_Is_enabled() …
(edit) @089e6818   04/06/21 14:00:35 Sebastian Huber score: Replace Objects_Name_or_id_lookup_errors Replace …
(edit) @1af1c19   03/22/21 17:52:00 alex.white cpukit/aarch64: Add ESR register decoding
(edit) @1e62e15f   03/27/21 17:08:13 Sebastian Huber score: Add an assert to _Workspace_Free()
(edit) @e0aba8cb   03/27/21 10:15:43 Sebastian Huber score: Fix task stack initialization Do not adjust the stack area …
(edit) @c9a41b00   03/12/21 07:31:35 Sebastian Huber score: Add Thread_Configuration::cpu_time_budget Move the CPU time …
(edit) @b2da982   04/21/20 09:57:50 Daniel Hellstrom leon,tn-0018: work around GRLIB-TN-0018 errata Overview ======== The …
(edit) @89d90c0   11/25/19 08:45:26 Daniel Hellstrom sparc,leon: avoid triggering LEON3FT errata TN-0009 Close #4336.
(edit) @acad761   11/20/19 12:19:35 Daniel Hellstrom sparc,leon: avoid triggering TN-0009 bad sequence Update #4336.
(edit) @1d804cb   11/14/19 09:26:21 Daniel Hellstrom sparc: fix bad register alignment for 64 bit store
(edit) @0cae482a   12/19/17 12:37:08 cederman sparc: Remove sequences that the B2BST scan script warns about Update …
(edit) @9951cee   02/15/21 15:05:10 kinsey.moore bsps/aarch64: RTEMS_DEBUG stack alignment faults Run with stack …
(edit) @9aff7e56   01/11/21 16:23:16 alex.white score/aarch64: Fix interrupt level reads
(edit) @61d688bf   03/04/21 07:12:47 Sebastian Huber aarch64: Fix context switch The Per_CPU_Control::isr_dispatch_disable …
(edit) @5248395   03/03/21 08:23:20 Sebastian Huber score: Ensure stack alignment requirement Make sure that a …
(edit) @4a765b47   03/03/21 07:39:33 Sebastian Huber score: Enforce CPU_STACK_ALIGNMENT requirements Clarify …
(edit) @441824a   03/01/21 07:12:54 Sebastian Huber score: Simplify _Objects_Name_to_id_u32() Remove superfluous check …
(edit) @1ac4a85   02/25/21 18:08:52 Sebastian Huber score: Fix thread initialization Close the thread object if a thread …
(edit) @dea125d0   02/23/21 13:53:40 Sebastian Huber score: Add Hash Handler Update #4267.
(edit) @5f8bc83   02/23/21 12:25:00 Sebastian Huber score: Add _IO_Base64url() Update #4267.
(edit) @88543ade   02/21/21 09:58:15 Sebastian Huber score: Remove _CORE_barrier_Do_flush() Call …
(edit) @3cbdf19   02/21/21 09:21:26 Sebastian Huber score: Simplify core barrier Use the number of threads which must …
(edit) @0b263b0e   02/21/21 09:47:36 Sebastian Huber score: Remove _Objects_Open() Use the type safe _Objects_Open_u32() …
(edit) @fea848b   02/17/21 07:05:37 Sebastian Huber score: Change thread action locking Require that the corresponding …
(edit) @b5aef78   02/13/21 01:22:07 Chris Johns score: Fix warning in thread queue ops
(edit) @96ea09ac   02/05/21 13:35:56 Sebastian Huber score: Add barrier thread queue operations This fixes a missing …
(edit) @9477d9ae   02/05/21 13:13:31 Sebastian Huber score: Make FIFO thread queue ops public Update #4230.
(edit) @2b5ce23b   02/05/21 13:19:06 Sebastian Huber score: Constify Thread_queue_First_operation Update #4230.
(edit) @51e59d5   01/12/21 13:03:41 Sebastian Huber nios2: Allow ISR nesting in dispatch variant Rename …
(edit) @19acb3b   01/12/21 09:31:27 Sebastian Huber nios2: Optimize ISR dispatch variant Use _Thread_Do_dispatch() in …
(edit) @9165349d   01/12/21 06:13:08 Sebastian Huber nios2: Use Per_CPU_Control::isr_dispatch_disable
(edit) @c968b27   01/08/21 08:04:22 Sebastian Huber nios2: Add TLS support Update #4214.
(edit) @e324f82   01/05/21 13:56:25 Sebastian Huber nios2: Make _ISR_Is_in_progress() weak This allows the BSP to …
(edit) @98c95d1   01/05/21 09:53:35 Sebastian Huber nios2: Fix ISR dispatch variants The thread dispatch disabled level …
(edit) @0c99206   01/28/21 14:06:48 Sebastian Huber score: Remove double assignment This fix relates to a Coverity issue …
(edit) @2c050633   01/28/21 13:50:11 Sebastian Huber score: Simplify _CORE_message_queue_Broadcast() This fix relates to a …
(edit) @198e926   01/28/21 10:40:10 Sebastian Huber kern_tc.c: Remove unused code This fix relates to a Coverity issue …
(edit) @64189a70   01/28/21 10:29:12 Sebastian Huber score: Fix _CORE_message_queue_Submit() indentation This fix relates …
(edit) @395c15f   01/28/21 10:17:51 Sebastian Huber score: Fix _Objects_Get_information() indentation This fix relates to …
(edit) @bf8d4b9   01/27/21 18:28:56 Sebastian Huber score: Add _Thread_Get_objects_information() We do not need all the …
(edit) @76eec484   01/29/21 17:45:05 Sebastian Huber score: Rename _Thread_Get_objects_information() Rename …
(edit) @828ea6e   12/23/20 09:25:33 Sebastian Huber Update header.am
(edit) @854ea2b   12/15/20 09:59:21 Sebastian Huber arm: Add support for Arm PMSAv8-32 Update #4202.
(edit) @6944cd10   12/17/20 14:26:57 Sebastian Huber arm: Add header file for AArch32 System Registers Update #4202.
(edit) @a299c4fe   12/10/20 06:52:03 Sebastian Huber arm: Optimize arm_interrupt_disable() Update #4202.
(edit) @eb2b915   12/14/20 09:38:49 christian.mauderer cpu/armv7m: Fix table based init for ARMV7M_MPU Somehow the table …
(edit) @d188e6e8   12/08/20 15:11:34 kinsey.moore cpukit/aarch64: Add explanation of exception flow
(edit) @f046af5   12/07/20 20:51:10 kinsey.moore cpukit/aarch64: Use hex consistently for offsets
(edit) @9955487d   12/07/20 13:15:10 Sebastian Huber arm: Support Armv8 in <rtems/score/arm.h> Update #4202.
(edit) @7930fbdd   12/03/20 14:32:14 Sebastian Huber score: Fix discard 'const' qualifier warning
(edit) @e2f888d1   11/24/20 12:36:32 Sebastian Huber score: Free old name in _Objects_Set_name() This is the behaviour …
(edit) @13bab34   11/23/20 16:22:10 Sebastian Huber score: Return a status in _Objects_Set_name()
(edit) @9278f3d   11/27/20 16:21:23 Sebastian Huber score: Canonicalize Doxygen @file comments Use common phrases for the …
(edit) @b48b1808   11/27/20 18:51:59 Sebastian Huber score: Delete empty pheapinit.c
(edit) @0f5f4261   11/18/20 22:36:38 kinsey.moore score/aarch64: Resolve warning in exception dump This resolves a …
(edit) @b169095c   11/17/20 08:38:50 christian.mauderer cpu/armv7m: Add table based init for ARMV7M_MPU Modify the MPU …
(edit) @298b5ef1   11/19/20 07:40:25 Sebastian Huber config: Initialize task stack allocator on demand Register a custom …
(edit) @c5af8aa0   11/19/20 07:40:13 Sebastian Huber config: Simplify task stack allocator init Replace runtime checks …
(edit) @eb3d7fb   10/22/20 17:58:44 kinsey.moore score/aarch64: Size saved SP register for ABI This ensures that the …
(edit) @350bba7a   11/05/20 08:56:16 Sebastian Huber sparc: Add SPARC_INTERRUPT_SOURCE_TO_TRAP() Update #4171.
(edit) @82811477   11/05/20 08:50:36 Sebastian Huber sparc: Add SPARC_INTERRUPT_TRAP_TO_SOURCE() Update #4171.
(edit) @b7271f8   11/05/20 08:32:09 Sebastian Huber sparc: Add SPARC_IS_INTERRUPT_TRAP() Update #4171.
(edit) @2c467ec   11/05/20 08:23:52 Sebastian Huber sparc: Move SPARC-specific macros to sparc.h Clarify Doxygen …
(edit) @e7b878e   10/02/20 09:36:20 Sebastian Huber bsps/arm: Workaround for Errata 845369 Add a workaround for Cortex-A9 …
(edit) @3972085   10/13/20 11:47:06 Sebastian Huber Remove *_Is_null() inline functions Simply compare the values against …
(edit) @d7a48e1   10/06/20 05:39:44 Sebastian Huber rtems: Improve RTEMS_NO_RETURN attribute Provide RTEMS_NO_RETURN also …
(edit) @8387c52   09/22/20 13:31:34 kinsey.moore score: Add AArch64 port This adds a CPU port for AArch64(ARMv8) with …
(edit) @f2185d10   09/30/20 09:31:58 Sebastian Huber Decouple the C Program Heap initialization Before this patch …
(edit) @4a4f41e   09/23/20 14:47:58 Sebastian Huber rtems: Add rtems_message_queue_construct() In contrast to message …
(edit) @69b4fe59   09/23/20 08:33:51 Sebastian Huber score: Simplify CORE_message_queue_Buffer Merge …
(edit) @5bc7c37   09/23/20 08:09:37 Sebastian Huber score: Improve _CORE_message_queue_Initialize() Return a status code …
(edit) @34dd90a5   09/21/20 06:15:27 Sebastian Huber score: Gather message queue control initialization Initialize the …
(edit) @fe2cb7c4   09/21/20 06:14:05 Sebastian Huber score: Fix allocation size calculation The previous multiplication …
(edit) @3c025576   09/21/20 06:10:06 Sebastian Huber score: Use RTEMS_ALIGN_UP() Update #4007.
(edit) @18fe650a   09/23/20 05:33:27 Sebastian Huber or1k: Do not use printk() for _CPU_Fatal_halt() Debug output can be …
(edit) @2248b37   09/23/20 05:32:42 Sebastian Huber or1k: Remove superfluous includes Including <stdio.h> in …
(edit) @c312f31   09/10/20 14:35:09 Sebastian Huber CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE Add this application …
(edit) @20d8237   09/04/20 18:10:57 Sebastian Huber arm: Fix arm_cp15_set_translation_table_entries() In a …
(edit) @9f096f4   09/12/20 15:11:28 Gedare Bloom i386/score: fix assembly mnemonic Closes #4076.
(edit) @dd734d46   09/11/20 13:43:23 Sebastian Huber score: Fix _Thread_Initialize() Fix an error cleanup path in SMP …
(edit) @aedd92d   04/09/20 10:11:19 Sebastian Huber score: Add stack free handler to TCB This avoids a dependency to the …
(edit) @2d551030   04/09/20 13:41:38 Sebastian Huber score: Move _Stack_Allocator_free to separate file This decouples the …
(edit) @d817220   04/09/20 13:17:46 Sebastian Huber score: Add _Stack_Allocator_do_initialize() Do the stack allocator …
(edit) @159db411   04/08/20 09:31:02 Sebastian Huber score: Use _Freechain_Push() The nodes are never NULL. Update #3959.
(edit) @354c2b5   04/08/20 09:30:32 Sebastian Huber score: Add <rtems/score/freechainimpl.h> Hide implementation details. …
(edit) @91c811a1   04/08/20 09:21:27 Sebastian Huber score: Add _Freechain_Push() Update #3959.
(edit) @5bb93f2   08/31/20 15:07:19 Sebastian Huber score: Fix debug assert Do not access executing->current_state …
Note: See TracRevisionLog for help on using the revision log.