summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-14score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber38-63/+122
2022-10-14config: Changeable size for IDLE stack allocatorSebastian Huber2-12/+11
2022-10-14score: Require power of two CPU_STACK_MINIMUM_SIZESebastian Huber4-4/+10
2022-09-20bsps/riscv: Add Microchip PolarFire SoC BSP variantPadmarao Begari2-2/+2
2022-09-19Do not use RTEMS_INLINE_ROUTINESebastian Huber41-121/+121
2022-09-12score: Prevent an out of bounds warningSebastian Huber1-2/+7
2022-09-09score: Remove _CPU_Counter_difference()Sebastian Huber20-177/+12
2022-09-08powerpc: Add support for VRSAVESebastian Huber3-15/+92
2022-08-19cpu.h: Fix gcc 12 warningsRyan Long1-2/+18
2022-07-29cpukit/libdl: Add support for AArch64Ryan Long1-0/+256
2022-07-28score: Use PTHREAD_CANCELED for _Thread_Cancel()Sebastian Huber1-5/+5
2022-07-28score: Use priority inheritance for thread joinSebastian Huber2-68/+59
2022-07-27Use __asm__ for standard C compatibilitySebastian Huber1-5/+5
2022-07-26score: Remove PRIORITY_PSEUDO_ISR thread prioritySebastian Huber16-69/+43
2022-07-21aarch64: Use page table level 0Kinsey Moore1-1/+0
2022-07-18score: Fix unlimited objects supportSebastian Huber1-5/+7
2022-07-18score: Fix _Objects_Active_count()Sebastian Huber1-5/+13
2022-07-15score: Extend memory dirty/zero actionsSebastian Huber3-2/+61
2022-07-07score: Use RTEMS_SMP in _Thread_Create_idle()Sebastian Huber1-1/+5
2022-07-07score: Conditional _Thread_Priority_replace()Sebastian Huber1-0/+2
2022-07-05cpukit/aarch64: Remove _CPU_ISR_install_vectorKinsey Moore2-31/+0
2022-07-04score: Add _CPU_Use_thread_local_storage()Sebastian Huber20-0/+207
2022-07-04gcov: Add functions to dump the gcov informationSebastian Huber3-0/+243
2022-06-24riscv: Include missing header fileSebastian Huber1-0/+2
2022-06-23score: Make SMP only code explicitSebastian Huber4-3/+31
2022-06-23kern_tc.c: Provide a weak hardpps() implementationSebastian Huber1-0/+12
2022-06-23score: Use right clock for threadq timeoutsSebastian Huber1-2/+2
2022-06-15score/cpu: Silence ARM and AARCH64 GCC 12 false trigger array warningChris Johns2-1/+7
2022-06-10kern_tc.c: Update pps_event() for uniprocessor configurationsGabriel Moyano1-0/+6
2022-06-08arm: Fix PMSA regions for contiguous sectionsSebastian Huber1-4/+4
2022-06-08arm: Fix PMSA region mapping with 0x0 end addressSebastian Huber1-1/+1
2022-06-03arm: Fix typoSebastian Huber1-2/+2
2022-05-27score: Fix pps_fetch()Sebastian Huber1-1/+2
2022-05-23score: Reformat for code coverageSebastian Huber1-2/+18
2022-05-23timepps.h: PPS_SYNC defined by defaultGabriel Moyano1-10/+0
2022-05-23kern_ntptime.c: Add define in order to remove warningGabriel Moyano1-0/+3
2022-05-23kern_tc.c: Enable PPS API supportGabriel Moyano1-4/+0
2022-05-23kern_tc.c: Add definitions required by PPS APIGabriel Moyano1-0/+6
2022-05-23score: Rename tc_getfrequency()Gabriel Moyano1-1/+1
2022-05-23kern_tc.c: Replace FreeBSD event mechanism by adding pointers to functionGabriel Moyano1-0/+41
2022-05-23kern_tc.c: Add atomic dependencies required by the PPS APIGabriel Moyano1-0/+7
2022-05-23kern_ntptime.c: Add lmax() qmin() definitionsGabriel Moyano1-0/+2
2022-05-23kern_ntptime.c: Disable freebsd featuresGabriel Moyano1-1/+3
2022-05-18score: Add SPDX License IdentifierSebastian Huber4-4/+12
2022-05-13score: Fix SMP priority affinity scheduler yieldSebastian Huber1-0/+1
2022-05-12score: Add SMP priority affinity scheduler yieldTian Ye1-0/+18
2022-05-04score/src: Add file headers and licensesRyan Long3-0/+81
2022-05-04sparc64-syscall.h: Add file headers and licensesRyan Long1-0/+15
2022-05-04cpukit/microblaze: Add file headers and licensesRyan Long2-0/+70
2022-04-28heap: Fix heap statistics with protection enabledSebastian Huber1-0/+9