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

source: rtems/cpukit/score

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @ad85c00   02/14/20 12:48:18 Sebastian Huber config: Add _Workspace_Is_unified Move the unified workspace … 5
(edit) @5180762c   02/14/20 12:36:30 Sebastian Huber config: Add _Thread_Idle_body Move the idle thread body configuration … 5
(edit) @c70d112   02/14/20 12:26:17 Sebastian Huber config: Add _Thread_Idle_stack_size Move the idle thread stack size … 5
(edit) @308a2e0f   02/14/20 11:58:21 Sebastian Huber config: Add _Watchdog_Ticks_per_timeslice Move the ticks per … 5
(edit) @2807d556   02/13/20 10:37:02 Sebastian Huber score: Clean up wkspace.c Remove DEBUG_WORKSPACE support. There are … 5
(edit) @88c40ef8   02/13/20 10:34:34 Sebastian Huber score: Remove unused _Workspace_Allocate_aligned() 5
(edit) @d252e20a   12/10/19 10:13:18 Sebastian Huber score: Simplify _Thread_Initialize() Allocate new thread queue heads … 5
(edit) @fc32904   01/03/20 06:19:47 Sebastian Huber score: Add _Objects_Allocate_with_extend() Update #3835. 5
(edit) @dd9e501   12/10/19 10:26:20 Sebastian Huber score: Add _Objects_Activate_unlimited() Update #3835. 5
(edit) @8a43adb   12/10/19 10:09:32 Sebastian Huber score: Add _Freechain_Extend() Update #3835. 5
(edit) @36e59b2   12/10/19 09:46:52 Sebastian Huber score: _Objects_Extend_information() Return block index in … 5
(edit) @8e118f22   12/16/19 14:10:05 Sebastian Huber score: Inline _Objects_Namespace_remove_u32() This function is simple … 5
(edit) @6135747   12/16/19 13:50:59 Sebastian Huber score: Split up objects free Split up the different objects free … 5
(edit) @2485156   12/10/19 09:41:48 Sebastian Huber score: Split up objects allocation Split up the different objects … 5
(edit) @6f3bc0e   12/10/19 09:04:36 Sebastian Huber score: Add _Objects_Free_objects_block() This is a preparation to … 5
(edit) @32991495   12/09/19 15:03:11 Sebastian Huber score: Statically allocate idle/MPCI stacks Place idle and MPCI … 5
(edit) @01d5944   12/09/19 13:48:34 Sebastian Huber score: Move thread stack allocation Move thread stack allocation to … 5
(edit) @4c9deb6c   12/09/19 13:33:06 Sebastian Huber score: Add _Stack_Extend_size() Update #3835. 5
(edit) @a08dcb2   12/09/19 12:57:51 Sebastian Huber score: Add Thread_Configuration Add the Thread_Configuration … 5
(edit) @00c7ad4   12/16/19 13:32:47 Sebastian Huber score: Split stack allocator configuration This allows the linker … 5
(edit) @f4dbf37d   12/09/19 09:12:14 Sebastian Huber score: Simplify TLS area allocation Use the stack area to allocate … 5
(edit) @fc398fd   12/07/19 15:50:35 Sebastian Huber score: Simplify FP context allocation Use the stack area to allocate … 5
(edit) @0e1ac917   12/07/19 15:30:50 Sebastian Huber score: Remove _Stack_Ensure_minimum() call This call is superfluous … 5
(edit) @0bde56b   12/07/19 15:28:21 Sebastian Huber score: Simplify thread stack free Update #3835. 5
(edit) @a0211fc9   12/07/19 15:00:58 Sebastian Huber score: Simplify thread stack allocation Remove superfluous … 5
(edit) @bf39a9e   12/06/19 19:24:37 Sebastian Huber score: Remove superfluous FP types/defines Update #3835. 5
(edit) @2d07ce6   02/04/20 14:26:31 Sebastian Huber config: Add CONFIGURE_DIRTY_MEMORY Replace the BSP_DIRTY_MEMORY BSP … 5
(edit) @8ecbc38   02/04/20 12:56:41 Sebastian Huber sysinit: Add RTEMS_SYSINIT_ZERO_MEMORY Use a dedicate system … 5
(edit) @eea21eac   12/13/19 05:18:36 Sebastian Huber bsps: Rework work area initialization The work area initialization … 5
(edit) @c477d927   12/13/19 05:25:03 Sebastian Huber score: Add _Memory_Fill() Update #3838. 5
(edit) @1cb9257   12/10/19 19:03:53 Sebastian Huber score: Add Memory Handler Update #3838. 5
(edit) @9e4f21b9   02/01/20 14:42:27 Sebastian Huber score: Optimize per-processor data placement Only align per-processor … 5
(edit) @f74e806d   01/02/20 10:30:33 Sebastian Huber mpci: Fix blocking proxy status Remove THREAD_STATUS_PROXY_BLOCKING … 5
(edit) @a320aedd   01/02/20 08:17:03 Sebastian Huber score: Fix objects node initialization The objects node is statically … 5
(edit) @78211376   12/12/19 07:53:32 Sebastian Huber score: Remove _Workspace_Allocate_or_fatal_error() This function is … 5
(edit) @3fba9de2   12/12/19 07:50:40 Sebastian Huber config: Statically allocate MP object controls Update #3735. 5
(edit) @1d9f509e   12/12/19 07:43:06 Sebastian Huber config: Statically allocate MP thread proxies Update #3735. 5
(edit) @24f8915   12/12/19 06:11:54 Sebastian Huber config: Add _MPCI_Configuration Replace the user MPCI configuration … 5
(edit) @08bd7d3   11/12/19 15:33:41 joel Add TOD Hooks to allow BSP to take action when TOD is set Two use … 5
(edit) @5ae6112   12/05/19 14:14:51 Sebastian Huber userext: Simplify configuration Avoid the use of the workspace and … 5
(edit) @f4fda72   11/29/19 18:01:00 Sebastian Huber Regenerate headers.am 5
(edit) @a4c5da6   11/11/19 11:06:27 Hesham.Almatary riscv: preliminarily support for libdl Support for targets compiled … 5
(edit) @94584f17   11/04/19 08:34:21 Sebastian Huber heap: Simplify _Heap_Block_allocate() Determine the next block only … 5
(edit) @3859cd63   10/25/19 13:19:01 Sebastian Huber rtems-5: Improve heap fatal error information Update #3806. 5
(edit) @3fb72b0f   10/28/19 08:15:58 Sebastian Huber arm: Add defines for small pages MMU 5
(edit) @8d989c5   10/01/19 11:48:27 Sebastian Huber score: Install timecounter according to quality This makes it … 5
(edit) @47e5c1d   10/01/19 11:04:29 Sebastian Huber score: Remove strange timecounter init step The double call of the … 5
(edit) @2763f53   10/01/19 10:41:47 Sebastian Huber score: Remove superfluous timecounter members 5
(edit) @0b3dcb3   09/03/19 08:11:21 Sebastian Huber arm: Fix default exception handler Keep the stack pointer properly … 5
(edit) @c43071f   06/25/19 08:43:55 Chris Johns arm: Return the current handler from arm_cp15_set_exception_handler … 5
(edit) @2a720f4   06/06/19 12:57:54 maksim.e.kozlov sparc: Fix mistakenly cleared PSR[EF] bit. The superfluously modified … 5
(edit) @a3818705   06/05/19 19:22:36 maksim.e.kozlov sparc: Fix missed restoring of PSR in syscall_lazy_fp_switch It is … 5
(edit) @7d7cbf3c   06/06/19 05:53:09 Sebastian Huber sparc: Improve _CPU_Context_validate() Use the FPU and check that the … 5
(edit) @5fa893e   05/20/19 07:15:36 Sebastian Huber score: Add _SMP_Unicast_action() 5
(edit) @41cddcc   05/20/19 07:06:48 Sebastian Huber score: Add _Per_CPU_Wait_for_job() 5
(edit) @577293f0   04/28/19 12:31:10 Sebastian Huber score: Add _SMP_Synchronize() 5
(edit) @bf867c55   04/28/19 12:15:45 Sebastian Huber score: Remove unused SMP_MESSAGE_TEST All uses were replaced by … 5
(edit) @c63e8bb   04/19/19 09:02:02 Sebastian Huber score: Modify _Per_CPU_Perform_jobs() Process only the jobs initially … 5
(edit) @85d6e845   04/19/19 09:01:31 Sebastian Huber score: Add _Per_CPU_Add_job() 5
(edit) @8fa14da0   04/18/19 06:38:00 Sebastian Huber score: Move per-processor job data structures This enables re-use for … 5
(edit) @3b2481f   04/18/19 05:08:32 Sebastian Huber score: Simplify _SMP_Multicast_action() Move resposibility to disable … 5
(edit) @7fdf48a   04/28/19 12:29:21 Sebastian Huber score: Add _SMP_Othercast_action() 5
(edit) @65870044   04/18/19 04:47:01 Sebastian Huber score: Add _SMP_Broadcast_action() 5
(edit) @4f06863   04/18/19 04:31:33 Sebastian Huber score: Use dedicated lock for per-CPU jobs 5
(edit) @327ae9ac   04/18/19 04:29:57 Sebastian Huber score: Fix per-CPU job done handling 5
(edit) @ef9d20f6   04/12/19 09:13:32 Sebastian Huber score: More robust _SMP_Multicast_action() If the caller already … 5
(edit) @ad40d05e   04/12/19 05:55:31 Sebastian Huber score: Remove _SMP_Before_multitasking_action() Use … 5
(edit) @f410b31b   04/11/19 13:39:36 Sebastian Huber score: Improve _SMP_Multicast_action() Let it work during system … 5
(edit) @e90486a   04/11/19 13:16:40 Sebastian Huber score: Rework SMP multicast action Use a FIFO list of jobs per … 5
(edit) @df8d7bd7   04/09/19 08:58:35 Sebastian Huber score: Use processor mask in _SMP_Multicast_action Processor_mask is … 5
(edit) @e97b7c9a   04/11/19 11:47:50 Sebastian Huber score: Use an ISR lock for Per_CPU_Control::Lock The use of a hand … 5
(edit) @18d45d9   04/11/19 10:10:53 Sebastian Huber score: Add _ISR_lock_Set_name() Add _ISR_lock_Set_name() to optimize … 5
(edit) @ad87de4   04/11/19 06:54:29 Sebastian Huber score: Rename _SMP_Get_processor_count() Rename … 5
(edit) @cfcd6dc9   04/11/19 06:52:36 Sebastian Huber score: Rename _SMP_Processor_count Rename _SMP_Processor_count in … 5
(edit) @e0dcf294   04/05/19 07:58:07 Sebastian Huber Remove superfluous run-time check The _Objects_Information_table[ … 5
(edit) @4c20da4b   04/04/19 07:18:11 Sebastian Huber doxygen: Rename Score* groups in RTEMSScore* Update #3706 5
(edit) @b2b7b58e   04/02/19 11:02:47 andreas.dachsberger doxygen: Added Management to Example CPU Architecture Update #3706. 5
(edit) @493c1e8   04/01/19 07:14:14 andreas.dachsberger doxygen: score: Put ARM Co-Processor 15 group in ARM Update #3706. 5
(edit) @95c76030   03/27/19 10:17:16 andreas.dachsberger doxygen: score: Add x86-64 CPU architecture group Update #3706. 5
(edit) @9f8af67   03/27/19 10:11:54 andreas.dachsberger doxygen: score: Add V850 CPU architecture group Update #3706. 5
(edit) @2a50f87   03/27/19 09:59:35 andreas.dachsberger doxygen: score: Add SPARC64 CPU architecture group Update #3706. 5
(edit) @25afa79   03/27/19 09:50:44 andreas.dachsberger doxygen: score: Add SPARC CPU architecture group Update #3706. 5
(edit) @2b37eca5   03/27/19 09:46:08 andreas.dachsberger doxygen: score: Add SuperH CPU architecture group Update #3706. 5
(edit) @71f9098   03/27/19 09:38:56 andreas.dachsberger doxygen: score: Add RISC-V CPU architecture group Update #3706. 5
(edit) @6ddbcbc   03/26/19 10:48:20 andreas.dachsberger doxygen: score: Add powerpc CPU architecture group Update #3706. 5
(edit) @39594416   03/26/19 10:40:41 andreas.dachsberger doxygen: score: Add or1k CPU architecture group Update #3706. 5
(edit) @92c2db64   03/26/19 10:33:40 andreas.dachsberger doxygen: score: Add nios2 CPU architecture group Update #3706. 5
(edit) @f2e282d   03/26/19 10:25:44 andreas.dachsberger doxygen: score: Add Moxie CPU architecture group Update #3706. 5
(edit) @0be1e54   03/26/19 09:44:58 andreas.dachsberger doxygen: score: Add m68k CPU architecture group Update #3706. 5
(edit) @ee38c54   03/26/19 09:22:26 andreas.dachsberger doxygen: score: Change no_cpu architecture group Groups CPUContext … 5
(edit) @9fa3561b   03/26/19 08:50:42 andreas.dachsberger doxygen: score: Add lm32 CPU architecture group Update #3706. 5
(edit) @d670ef9   03/26/19 08:02:04 andreas.dachsberger doxygen: score: Add i386 CPU architecture group Update #3706. 5
(edit) @40b90a08   03/26/19 07:15:29 andreas.dachsberger doxygen: score: Add Epiphany CPU architecture group Update #3706. 5
(edit) @eca13a8f   03/25/19 14:19:41 andreas.dachsberger doxygen: score: Add Blackfin CPU architecture group Update #3706. 5
(edit) @abec398   03/25/19 09:42:52 Sebastian Huber score: Add ARM CPU architecture group Update #3706. 5
(edit) @5a19915   03/25/19 09:33:05 Sebastian Huber score: Add example CPU architecture group Update #3706. 5
(edit) @5526527e   03/25/19 09:45:25 Sebastian Huber score: Rename ScoreCPU Doxygen group Update #3706. 5
(edit) @3fe2155   02/01/19 09:00:36 Sebastian Huber Remove superfluous <rtems/system.h> includes 5
(edit) @12075ac3   03/14/19 10:09:09 Sebastian Huber sparc64: Do not include <rtems/asm.h> in C source 5
(edit) @c10e8b6   03/08/19 22:38:46 joel coremsgseize.c: Fix spelling error 5
Note: See TracRevisionLog for help on using the revision log.