summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* kern_tc.c: Replace FreeBSD event mechanism by adding pointers to functionGabriel Moyano2022-05-231-0/+41
* kern_tc.c: Add atomic dependencies required by the PPS APIGabriel Moyano2022-05-231-0/+7
* kern_ntptime.c: Add lmax() qmin() definitionsGabriel Moyano2022-05-231-0/+2
* kern_ntptime.c: Disable freebsd featuresGabriel Moyano2022-05-231-1/+3
* score: Add SPDX License IdentifierSebastian Huber2022-05-184-4/+12
* score: Fix SMP priority affinity scheduler yieldSebastian Huber2022-05-131-0/+1
* score: Add SMP priority affinity scheduler yieldTian Ye2022-05-121-0/+18
* score/src: Add file headers and licensesRyan Long2022-05-043-0/+81
* sparc64-syscall.h: Add file headers and licensesRyan Long2022-05-041-0/+15
* cpukit/microblaze: Add file headers and licensesRyan Long2022-05-042-0/+70
* heap: Fix heap statistics with protection enabledSebastian Huber2022-04-281-0/+9
* Remove duplicate SPDX lines accidentally addedJoel Sherrill2022-04-084-8/+0
* x86_64/elf_machdep.h: Replace stub with NetBSD versionRyan Long2022-04-081-4/+76
* cpukit/score/cpu/moxie: Change license to BSD-2Joel Sherrill2022-04-018-24/+176
* cpukit/: Update Eric Norum contact info and normalize file headersJoel Sherrill2022-03-241-21/+25
* smp: Add fatal errorSebastian Huber2022-03-241-0/+5
* score: Add _IO_Relax()Sebastian Huber2022-03-241-0/+53
* cpukit/aarch64: Add Per_CPU_Control accessorKinsey Moore2022-03-121-0/+23
* arm: Fix PMSA section to region mappingSebastian Huber2022-03-111-22/+33
* arm: Add _AArch32_PMSA_Map_sections_to_regions()Sebastian Huber2022-03-112-20/+90