summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit: Change license to BSD-2 for files with Gaisler copyrightDaniel Cederman2022-11-142-4/+23
* arm: Fix Armv7-M TLS supportSebastian Huber2022-11-101-1/+1
* riscv: Simplify _CPU_ISR_Set_level()Sebastian Huber2022-11-091-15/+13
* riscv: Remove superfluous init/fini functionsSebastian Huber2022-11-091-12/+0
* cpukit/aarch64: Emulate FPSR for FENV trapsKinsey Moore2022-11-091-0/+20
* riscv: Move functions to avoid build issuesSebastian Huber2022-10-141-0/+10
* powerpc: Conditionally provide Context_Control_fpSebastian Huber2022-10-141-3/+6
* powerpc: Fix 'noreturn' function does returnSebastian Huber2022-10-141-0/+1
* score: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALLSebastian Huber2022-10-141-0/+4
* config: Add CONFIGURE_IDLE_TASK_STORAGE_SIZESebastian Huber2022-10-143-31/+95
* score: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILEDSebastian Huber2022-10-141-3/+9
* score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber2022-10-1438-63/+122
* config: Changeable size for IDLE stack allocatorSebastian Huber2022-10-142-12/+11
* score: Require power of two CPU_STACK_MINIMUM_SIZESebastian Huber2022-10-144-4/+10
* bsps/riscv: Add Microchip PolarFire SoC BSP variantPadmarao Begari2022-09-202-2/+2
* Do not use RTEMS_INLINE_ROUTINESebastian Huber2022-09-1941-121/+121
* score: Prevent an out of bounds warningSebastian Huber2022-09-121-2/+7
* score: Remove _CPU_Counter_difference()Sebastian Huber2022-09-0920-177/+12
* powerpc: Add support for VRSAVESebastian Huber2022-09-083-15/+92
* cpu.h: Fix gcc 12 warningsRyan Long2022-08-191-2/+18
* cpukit/libdl: Add support for AArch64Ryan Long2022-07-291-0/+256
* score: Use PTHREAD_CANCELED for _Thread_Cancel()Sebastian Huber2022-07-281-5/+5
* score: Use priority inheritance for thread joinSebastian Huber2022-07-282-68/+59
* Use __asm__ for standard C compatibilitySebastian Huber2022-07-271-5/+5
* score: Remove PRIORITY_PSEUDO_ISR thread prioritySebastian Huber2022-07-2616-69/+43
* aarch64: Use page table level 0Kinsey Moore2022-07-211-1/+0
* score: Fix unlimited objects supportSebastian Huber2022-07-181-5/+7
* score: Fix _Objects_Active_count()Sebastian Huber2022-07-181-5/+13
* score: Extend memory dirty/zero actionsSebastian Huber2022-07-153-2/+61
* score: Use RTEMS_SMP in _Thread_Create_idle()Sebastian Huber2022-07-071-1/+5
* score: Conditional _Thread_Priority_replace()Sebastian Huber2022-07-071-0/+2
* cpukit/aarch64: Remove _CPU_ISR_install_vectorKinsey Moore2022-07-052-31/+0
* score: Add _CPU_Use_thread_local_storage()Sebastian Huber2022-07-0420-0/+207
* gcov: Add functions to dump the gcov informationSebastian Huber2022-07-043-0/+243
* riscv: Include missing header fileSebastian Huber2022-06-241-0/+2
* score: Make SMP only code explicitSebastian Huber2022-06-234-3/+31
* kern_tc.c: Provide a weak hardpps() implementationSebastian Huber2022-06-231-0/+12
* score: Use right clock for threadq timeoutsSebastian Huber2022-06-231-2/+2
* score/cpu: Silence ARM and AARCH64 GCC 12 false trigger array warningChris Johns2022-06-152-1/+7
* kern_tc.c: Update pps_event() for uniprocessor configurationsGabriel Moyano2022-06-101-0/+6
* arm: Fix PMSA regions for contiguous sectionsSebastian Huber2022-06-081-4/+4
* arm: Fix PMSA region mapping with 0x0 end addressSebastian Huber2022-06-081-1/+1
* arm: Fix typoSebastian Huber2022-06-031-2/+2
* score: Fix pps_fetch()Sebastian Huber2022-05-271-1/+2
* score: Reformat for code coverageSebastian Huber2022-05-231-2/+18
* timepps.h: PPS_SYNC defined by defaultGabriel Moyano2022-05-231-10/+0
* kern_ntptime.c: Add define in order to remove warningGabriel Moyano2022-05-231-0/+3
* kern_tc.c: Enable PPS API supportGabriel Moyano2022-05-231-4/+0
* kern_tc.c: Add definitions required by PPS APIGabriel Moyano2022-05-231-0/+6
* score: Rename tc_getfrequency()Gabriel Moyano2022-05-231-1/+1