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) @45393975   01/28/23 09:56:38 Sebastian Huber score: Help static analysis in thread init Add an assert to …
(edit) @48f693a9   01/24/23 15:53:03 Sebastian Huber score: Remove unused return value Several SMP message processing …
(edit) @9ecb73f   01/23/23 13:17:01 Sebastian Huber score: Clarify code block Do not use a chained assignment for code …
(edit) @4f274b6   01/22/23 18:32:45 Sebastian Huber powerpc: Increase MAS0 ESEL width For example, the QorIQ T4240 has …
(edit) @f8cb1f48   01/03/23 07:15:48 Sebastian Huber arm: Enable thread ID register for ARMv6 Close #4759.
(edit) @9384ac2   11/14/22 09:55:53 cederman cpukit: Change license to BSD-2 for files with Gaisler copyright This …
(edit) @8f6dd3ca   11/10/22 10:08:37 Sebastian Huber arm: Fix Armv7-M TLS support Set the thread ID register in the CPU …
(edit) @4a46161   11/08/22 13:23:07 Sebastian Huber riscv: Simplify _CPU_ISR_Set_level() Where …
(edit) @3a38a017   11/08/22 09:20:27 Sebastian Huber riscv: Remove superfluous init/fini functions
(edit) @080dc5d   10/25/22 17:41:27 kinsey.moore cpukit/aarch64: Emulate FPSR for FENV traps The AArch64 TRM specifies …
(edit) @e9a69c5   10/14/22 08:52:00 Sebastian Huber riscv: Move functions to avoid build issues The …
(edit) @a1f23c2   10/14/22 05:41:33 Sebastian Huber powerpc: Conditionally provide Context_Control_fp This avoids a …
(edit) @985aaac0   10/14/22 05:41:02 Sebastian Huber powerpc: Fix 'noreturn' function does return
(edit) @64fbeaa   10/06/22 06:47:14 Sebastian Huber score: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALL Ensure that the …
(edit) @45ee958   09/30/22 06:06:18 Sebastian Huber config: Add CONFIGURE_IDLE_TASK_STORAGE_SIZE By default, allocate the …
(edit) @1ab93ba   09/28/22 10:22:33 Sebastian Huber score: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILED Add the …
(edit) @4c89fbcd   09/27/22 05:43:37 Sebastian Huber score: Add CPU_THREAD_LOCAL_STORAGE_VARIANT Update #3835.
(edit) @2846b17   09/26/22 07:31:29 Sebastian Huber config: Changeable size for IDLE stack allocator Allow the IDLE stack …
(edit) @23cdecd8   09/27/22 06:52:05 Sebastian Huber score: Require power of two CPU_STACK_MINIMUM_SIZE For most CPU ports …
(edit) @6b0d3c9   09/19/22 13:00:26 padmarao.begari bsps/riscv: Add Microchip PolarFire? SoC BSP variant The Microchip …
(edit) @a660e9dc   09/08/22 08:37:05 Sebastian Huber Do not use RTEMS_INLINE_ROUTINE Directly use "static inline" which is …
(edit) @4fdf79c   09/09/22 06:04:40 Sebastian Huber score: Prevent an out of bounds warning Update #4702.
(edit) @270200e   09/08/22 07:41:12 Sebastian Huber score: Remove _CPU_Counter_difference() All CPU ports used the same …
(edit) @d907c22   11/02/20 12:02:20 Sebastian Huber powerpc: Add support for VRSAVE The VRSAVE feature of the Altivec …
(edit) @b092ad57   08/16/22 17:02:40 ryan.long cpu.h: Fix gcc 12 warnings Added two pragmas to address, and changed …
(edit) @0bd6514a   07/19/22 17:20:31 ryan.long cpukit/libdl: Add support for AArch64 rtl-mdreloc-aarch64.c and …
(edit) @8a864bc6   07/19/22 08:38:12 Sebastian Huber score: Use PTHREAD_CANCELED for _Thread_Cancel() The …
(edit) @31036f1d   07/18/22 07:41:39 Sebastian Huber score: Use priority inheritance for thread join Threads may join the …
(edit) @5810a08   07/27/22 13:20:32 Sebastian Huber Use asm for standard C compatibility
(edit) @7fe6d60   07/15/22 07:16:04 Sebastian Huber score: Remove PRIORITY_PSEUDO_ISR thread priority The uniprocessor …
(edit) @10ef708   07/14/22 23:10:45 kinsey.moore aarch64: Use page table level 0 This alters the AArch64 page table …
(edit) @12a03bea   07/13/22 12:42:43 Sebastian Huber score: Fix unlimited objects support Commit …
(edit) @e094261   07/13/22 13:14:47 Sebastian Huber score: Fix _Objects_Active_count() With unlimited objects the object …
(edit) @1bf878f7   07/14/22 13:06:02 Sebastian Huber score: Extend memory dirty/zero actions Dirty or zero also the part …
(edit) @8009063   07/05/22 07:04:26 Sebastian Huber score: Use RTEMS_SMP in _Thread_Create_idle() Conditional expressions …
(edit) @6e74ceb   07/05/22 06:13:50 Sebastian Huber score: Conditional _Thread_Priority_replace() This function is only …
(edit) @22015c0   07/05/22 18:35:18 kinsey.moore cpukit/aarch64: Remove _CPU_ISR_install_vector This function was …
(edit) @03e4d1e9   06/29/22 12:37:47 Sebastian Huber score: Add _CPU_Use_thread_local_storage() At some point during …
(edit) @4f87edb   06/28/22 05:45:02 Sebastian Huber gcov: Add functions to dump the gcov information Update #4670.
(edit) @39c09b3b   06/24/22 11:12:08 Sebastian Huber riscv: Include missing header file
(edit) @5dffbc42   05/16/22 18:34:59 Sebastian Huber score: Make SMP only code explicit Conditional expressions with …
(edit) @94df3a7a   06/21/22 10:26:50 Sebastian Huber kern_tc.c: Provide a weak hardpps() implementation The real …
(edit) @cd50bea   06/22/22 09:02:33 Sebastian Huber score: Use right clock for threadq timeouts Use CLOCK_REALTIME and …
(edit) @5262b9c   06/14/22 00:56:34 Chris Johns score/cpu: Silence ARM and AARCH64 GCC 12 false trigger array warning …
(edit) @11621c9c   06/10/22 09:05:46 gabriel.moyano kern_tc.c: Update pps_event() for uniprocessor configurations Since …
(edit) @c93f0f01   06/03/22 06:27:57 Sebastian Huber arm: Fix PMSA regions for contiguous sections Sections with identical …
(edit) @0b9497a   06/03/22 05:40:19 Sebastian Huber arm: Fix PMSA region mapping with 0x0 end address A section may span …
(edit) @a26b993   06/03/22 06:27:35 Sebastian Huber arm: Fix typo
(edit) @044e8b6   05/23/22 07:19:27 Sebastian Huber score: Fix pps_fetch() Return early only if there was a timeout, …
(edit) @495f836   05/23/22 07:04:12 Sebastian Huber score: Reformat for code coverage Close #2349.
(edit) @b3e4f580   05/20/22 09:30:01 gabriel.moyano timepps.h: PPS_SYNC defined by default Update #2349.
(edit) @b304603b   05/20/22 09:30:00 gabriel.moyano kern_ntptime.c: Add define in order to remove warning Update #2349.
(edit) @13513b81   05/20/22 09:29:59 gabriel.moyano kern_tc.c: Enable PPS API support Update #2349.
(edit) @c34d3ae   05/20/22 09:29:58 gabriel.moyano kern_tc.c: Add definitions required by PPS API Update #2349.
(edit) @ac4ea53   05/20/22 09:29:57 gabriel.moyano score: Rename tc_getfrequency() Rename tc_getfrequency() to …
(edit) @95c747d9   05/20/22 09:29:56 gabriel.moyano kern_tc.c: Replace FreeBSD event mechanism by adding pointers to …
(edit) @bf61753a   05/20/22 09:29:55 gabriel.moyano kern_tc.c: Add atomic dependencies required by the PPS API Update #2349.
(edit) @a3930e8c   05/20/22 09:29:54 gabriel.moyano kern_ntptime.c: Add lmax() qmin() definitions Update #2349.
(edit) @9b4212c7   05/20/22 09:29:53 gabriel.moyano kern_ntptime.c: Disable freebsd features Update #2349.
(edit) @89c498c   05/18/22 09:31:31 Sebastian Huber score: Add SPDX License Identifier Remove URL in copyright notice. …
(edit) @5a16598   05/13/22 11:15:43 Sebastian Huber score: Fix SMP priority affinity scheduler yield
(edit) @901bc14   05/12/22 02:48:55 tianye score: Add SMP priority affinity scheduler yield
(edit) @feffc45   04/29/22 19:18:21 ryan.long score/src: Add file headers and licenses These files had no header, …
(edit) @45a78fdb   04/28/22 14:16:17 ryan.long sparc64-syscall.h: Add file headers and licenses This file had no …
(edit) @cce7074   04/22/22 15:56:32 ryan.long cpukit/microblaze: Add file headers and licenses These files had no …
(edit) @8b18037f   04/28/22 06:56:59 Sebastian Huber heap: Fix heap statistics with protection enabled Close #4644.
(edit) @6f40354   04/08/22 13:41:50 joel Remove duplicate SPDX lines accidentally added
(edit) @5efcd021   04/07/22 13:10:27 ryan.long x86_64/elf_machdep.h: Replace stub with NetBSD version The other …
(edit) @ffaaae2   03/28/22 23:32:44 joel cpukit/score/cpu/moxie: Change license to BSD-2 Permission …
(edit) @628bd9b   03/22/22 19:40:34 joel cpukit/: Update Eric Norum contact info and normalize file headers
(edit) @3661518   03/10/22 13:11:12 Sebastian Huber smp: Add fatal error Add SMP-specifc …
(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) @3e3393a   01/03/22 22:45:26 kinsey.moore cpukit/aarch64: Add Per_CPU_Control accessor Add an …
(edit) @74d3abc1   01/17/22 13:30:46 Sebastian Huber arm: Fix PMSA section to region mapping Fix move of regions. Allow …
(edit) @ca74566   01/17/22 12:32:39 Sebastian Huber arm: Add _AArch32_PMSA_Map_sections_to_regions() This simplifies unit …
(edit) @255fe43   03/01/22 20:40:44 joel cpukit/: Scripted embedded brains header file clean up Updates #4625.
(edit) @32f0f11   03/08/22 15:56:49 Sebastian Huber SMP: Fix start multitasking for some targets The previous SMP …
(edit) @5fcc2ca   03/08/22 08:44:31 Sebastian Huber score: Disable thread dispatching earlier Disable thread dispatching …
(edit) @709dfd4   03/08/22 07:12:29 Sebastian Huber mpci: Fix RTEMS_DEBUG support
(edit) @c0ec0b29   02/16/22 22:51:18 joel score/cpu/v850: Change license to BSD-2 Updates #3053.
(edit) @ef32245   02/16/22 23:02:12 joel score/cpu/sparc64: Change license to BSD-2
(edit) @e111974   02/16/22 22:56:15 joel score/cpu/sparc: Change license to BSD-2 Updates #3053.
(edit) @87076c9   02/16/22 22:53:04 joel score/cpu/powerpc: Change license to BSD-2 Updates #3053.
(edit) @2ec78aaf   02/16/22 23:04:21 joel score/cpu/or1k: Change license to BSD-2
(edit) @3ca8895f   02/16/22 22:55:20 joel score/cpu/no_cpu: Change license to BSD-2 Updates #3053.
(edit) @4b5e64a   02/16/22 22:51:56 joel score/cpu/nios2: Change license to BSD-2 Updates #3053.
(edit) @bf10d5b   02/16/22 22:53:36 joel score/cpu/mips: Change license to BSD-2 Updates #3053.
(edit) @51366002   02/16/22 22:52:19 joel score/cpu/m68k: Change license to BSD-2 Updates #3053.
(edit) @f42730a   02/17/22 15:39:53 joel score/cpu/i386: Change license to BSD-2 sse_test.c was deliberarely …
(edit) @e47a3b7   02/16/22 22:54:29 joel score/cpu/arm: Change license to BSD-2 Updates #3053.
(edit) @2a1449c   02/16/22 21:09:32 joel score/src/[t-z]*.c: Change license to BSD-2 Updates #3053.
(edit) @4a0e418   02/16/22 21:09:20 joel score/src/[n-s]*.c: Change license to BSD-2 Updates #3053.
(edit) @ab02824   02/16/22 21:09:06 joel score/src/[a-m]*.c: Change license to BSD-2 Updates #3053.
(edit) @faaffbd9   02/25/22 16:45:06 Sebastian Huber riscv: Use zicsr architecture extension This is required for ISA 2.0 …
(edit) @cc9f433   02/17/22 15:36:02 joel score/cpu/i386: Clean up file headers in prep for license change.
(edit) @1011484   02/16/22 22:38:08 joel score/src/schedulersimple*.c: Replace found in found in with found in …
(edit) @3317d1e   01/26/22 16:57:49 kinsey.moore cpukit/libdebugger: Add MicroBlaze? support Add MicroBlaze? support for …
(edit) @dbdf38ea   02/18/22 16:05:25 kinsey.moore microblaze: Decouple exceptions from interrupts Exception handling …
(edit) @8f1e8f8f   02/07/22 15:10:45 Sebastian Huber kern_ntptime.c: Port to RTEMS Remove previous adjtime() …
(edit) @91057b3   02/07/22 14:37:54 Sebastian Huber kern_ntptime.c: Import from FreeBSD The file was imported from this …
Note: See TracRevisionLog for help on using the revision log.