summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm: Move _CPU_ISR_install_vector()Sebastian Huber2024-03-202-27/+76
* powerpc: Use RTEMS_XCONCAT()Sebastian Huber2024-02-271-6/+4
* i386: Restore SMP functionalityKinsey Moore2024-02-142-0/+7
* sparc: Fix move of CPU counter implementationSebastian Huber2023-10-201-4/+2
* sparc: Move CPU counter implementationSebastian Huber2023-10-205-285/+10
* sparc: Fix stack corruptionSebastian Huber2023-10-122-1/+47
* bsp/i386/pc686: Clean up warningsChris Johns2023-10-041-4/+4
* cpukit/aarch64: Resolve warnings with ILP32 ABIKinsey Moore2023-09-261-1/+1
* arm: Use a valid signed integer constantSebastian Huber2023-09-261-1/+1
* score: Add _CPU_Get_TLS_thread_pointer()Sebastian Huber2023-09-1519-0/+151
* score: Fix TLS support for some code modelsSebastian Huber2023-09-151-1/+1
* microblaze: Add libdl supportAlex White2023-08-301-0/+83
* cpukit/score/aarch64: Use correct MAIR indexKinsey Moore2023-08-221-2/+2
* x86_64/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill2023-08-211-5/+9
* v850/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill2023-08-211-0/+4
* sparc64/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill2023-08-211-0/+4
* sh/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill2023-08-211-0/+4
* moxie/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill2023-08-211-0/+4
* mips/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill2023-08-211-0/+4
* m68k/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill2023-08-211-0/+4
* lm32/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill2023-08-211-0/+4
* i386/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill2023-08-211-0/+4
* bfin/include/rtems/score/cpuimpl.h: Address unused parameter warningJoel Sherrill2023-08-211-0/+4
* arm: Fix cache support for ARM926EJ-SSebastian Huber2023-08-101-4/+22
* score: Move formatted I/O functionsSebastian Huber2023-07-281-1/+1
* score: Add files to Doxygen groupsSebastian Huber2023-07-263-0/+26
* score: Add workaround for GCC bugSebastian Huber2023-07-251-0/+7
* score/arm: improve printed exception information for Cortex-Mx CPUsKarel Gardas2023-07-142-2/+154
* bsps/sparc: Remove BSP_POWER_DOWN_AT_FATAL_HALTSebastian Huber2023-07-141-0/+2
* score: Remove CPU port specific cpuatomic.hSebastian Huber2023-06-1218-533/+0
* arm: Use RTEMS_XCONCAT()Sebastian Huber2023-05-261-4/+2
* arm: Improve Doxygen file commentsSebastian Huber2023-05-2629-35/+165
* Update company nameSebastian Huber2023-05-2092-92/+92
* bsps/aarch64: Fix 128bit q register print bugTian Ye2023-05-161-1/+1
* bsps/amd64: increase CPU alignment to 16Karel Gardas2023-04-291-1/+1
* score/arm: enhance ARMV7M MPU setup with capability to set control registerKarel Gardas2023-03-161-1/+2
* sparc: Add header files to Doxygen groupSebastian Huber2023-03-155-8/+23
* powerpc: Increase MAS0 ESEL widthSebastian Huber2023-01-231-2/+2
* arm: Enable thread ID register for ARMv6Sebastian Huber2023-01-031-1/+2
* 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: Add CPU_THREAD_LOCAL_STORAGE_VARIANTSebastian Huber2022-10-1436-44/+91
* score: Require power of two CPU_STACK_MINIMUM_SIZESebastian Huber2022-10-143-3/+4
* bsps/riscv: Add Microchip PolarFire SoC BSP variantPadmarao Begari2022-09-202-2/+2