summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-04-08Remove duplicate SPDX lines accidentally addedJoel Sherrill4-8/+0
2022-04-08x86_64/elf_machdep.h: Replace stub with NetBSD versionRyan Long1-4/+76
2022-04-01cpukit/score/cpu/moxie: Change license to BSD-2Joel Sherrill8-24/+176
2022-03-24cpukit/: Update Eric Norum contact info and normalize file headersJoel Sherrill1-21/+25
2022-03-24smp: Add fatal errorSebastian Huber1-0/+5
2022-03-24score: Add _IO_Relax()Sebastian Huber1-0/+53
2022-03-12cpukit/aarch64: Add Per_CPU_Control accessorKinsey Moore1-0/+23
2022-03-11arm: Fix PMSA section to region mappingSebastian Huber1-22/+33
2022-03-11arm: Add _AArch32_PMSA_Map_sections_to_regions()Sebastian Huber2-20/+90