summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-20arm: Move _CPU_ISR_install_vector()Sebastian Huber2-27/+76
2024-02-27powerpc: Use RTEMS_XCONCAT()Sebastian Huber1-6/+4
2024-02-14i386: Restore SMP functionalityKinsey Moore2-0/+7
2023-10-20sparc: Fix move of CPU counter implementationSebastian Huber1-4/+2
2023-10-20sparc: Move CPU counter implementationSebastian Huber5-285/+10
2023-10-12sparc: Fix stack corruptionSebastian Huber2-1/+47
2023-10-04bsp/i386/pc686: Clean up warningsChris Johns1-4/+4
2023-09-26cpukit/aarch64: Resolve warnings with ILP32 ABIKinsey Moore1-1/+1
2023-09-26arm: Use a valid signed integer constantSebastian Huber1-1/+1
2023-09-15score: Add _CPU_Get_TLS_thread_pointer()Sebastian Huber19-0/+151
2023-09-15score: Fix TLS support for some code modelsSebastian Huber1-1/+1
2023-08-30microblaze: Add libdl supportAlex White1-0/+83
2023-08-22cpukit/score/aarch64: Use correct MAIR indexKinsey Moore1-2/+2
2023-08-21x86_64/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill1-5/+9
2023-08-21v850/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill1-0/+4
2023-08-21sparc64/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill1-0/+4
2023-08-21sh/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill1-0/+4
2023-08-21moxie/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill1-0/+4
2023-08-21mips/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill1-0/+4
2023-08-21m68k/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill1-0/+4
2023-08-21lm32/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill1-0/+4
2023-08-21i386/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill1-0/+4
2023-08-21bfin/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill1-0/+4
2023-08-10arm: Fix cache support for ARM926EJ-SSebastian Huber1-4/+22
2023-07-28score: Move formatted I/O functionsSebastian Huber1-1/+1
2023-07-26score: Add files to Doxygen groupsSebastian Huber3-0/+26
2023-07-25score: Add workaround for GCC bugSebastian Huber1-0/+7
2023-07-14score/arm: improve printed exception information for Cortex-Mx CPUsKarel Gardas2-2/+154
2023-07-14bsps/sparc: Remove BSP_POWER_DOWN_AT_FATAL_HALTSebastian Huber1-0/+2
2023-06-12score: Remove CPU port specific cpuatomic.hSebastian Huber18-533/+0
2023-05-26arm: Use RTEMS_XCONCAT()Sebastian Huber1-4/+2
2023-05-26arm: Improve Doxygen file commentsSebastian Huber29-35/+165
2023-05-20Update company nameSebastian Huber92-92/+92
2023-05-16bsps/aarch64: Fix 128bit q register print bugTian Ye1-1/+1
2023-04-29bsps/amd64: increase CPU alignment to 16Karel Gardas1-1/+1
2023-03-16score/arm: enhance ARMV7M MPU setup with capability to set control registerKarel Gardas1-1/+2
2023-03-15sparc: Add header files to Doxygen groupSebastian Huber5-8/+23
2023-01-23powerpc: Increase MAS0 ESEL widthSebastian Huber1-2/+2
2023-01-03arm: Enable thread ID register for ARMv6Sebastian Huber1-1/+2
2022-11-14cpukit: Change license to BSD-2 for files with Gaisler copyrightDaniel Cederman2-4/+23
2022-11-10arm: Fix Armv7-M TLS supportSebastian Huber1-1/+1
2022-11-09riscv: Simplify _CPU_ISR_Set_level()Sebastian Huber1-15/+13
2022-11-09riscv: Remove superfluous init/fini functionsSebastian Huber1-12/+0
2022-11-09cpukit/aarch64: Emulate FPSR for FENV trapsKinsey Moore1-0/+20
2022-10-14riscv: Move functions to avoid build issuesSebastian Huber1-0/+10
2022-10-14powerpc: Conditionally provide Context_Control_fpSebastian Huber1-3/+6
2022-10-14powerpc: Fix 'noreturn' function does returnSebastian Huber1-0/+1
2022-10-14score: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber36-44/+91
2022-10-14score: Require power of two CPU_STACK_MINIMUM_SIZESebastian Huber3-3/+4
2022-09-20bsps/riscv: Add Microchip PolarFire SoC BSP variantPadmarao Begari2-2/+2