summaryrefslogtreecommitdiffstats
path: root/cpukit/score (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-09score: Improve C/C++ standard compatibilitySebastian Huber1-1/+1
2024-03-22Mark parameters as intentionally unusedSebastian Huber7-0/+10
2024-03-20score: Include missing header fileSebastian Huber1-0/+2
2024-03-20arm: Move _CPU_ISR_install_vector()Sebastian Huber2-27/+76
2024-02-27powerpc: Use RTEMS_XCONCAT()Sebastian Huber1-6/+4
2024-02-16base64: Move base64 encoding supportSebastian Huber1-2/+2
2024-02-14i386: Restore SMP functionalityKinsey Moore2-0/+7
2024-01-17cpukit/score: Avoid overflow in multiplicationKinsey Moore1-1/+1
2023-10-20sparc: Fix move of CPU counter implementationSebastian Huber1-4/+2
2023-10-20sparc: Move CPU counter implementationSebastian Huber5-285/+10
2023-10-13cpukit: Remove unused includesKinsey Moore4-7/+0
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-15rtems: rtems_configuration_get_interrupt_stack_size()Sebastian Huber1-0/+2
2023-09-15score: Fix TLS support for some code modelsSebastian Huber2-6/+39
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: Assert scheduler index validitySebastian Huber1-0/+1
2023-07-28score: Move <rtems/score/gcov.h>Sebastian Huber3-243/+0
2023-07-28score: Move formatted I/O functionsSebastian Huber5-543/+2
2023-07-26score: Add files to Doxygen groupsSebastian Huber3-0/+26
2023-07-25score: Add workaround for GCC bugSebastian Huber1-0/+7
2023-07-24score: Move _IO_Relax() to new <rtems/dev/io.h>Sebastian Huber1-53/+0
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-07-03Revert accidentally committed "Remove unused _IO_Relax"Joel Sherrill1-0/+53
2023-07-03Remove unused _IO_RelaxJoel Sherrill1-53/+0
2023-06-12score: Remove CPU port specific cpuatomic.hSebastian Huber18-533/+0
2023-05-26score/src/pheap*: Remove unreferenced methodsJoel Sherrill3-168/+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 Huber216-216/+216
2023-05-16bsps/aarch64: Fix 128bit q register print bugTian Ye1-1/+1
2023-05-16_TOD_Adjust method is unused. Remove it.Joel Sherrill1-73/+0
2023-04-29bsps/amd64: increase CPU alignment to 16Karel Gardas1-1/+1
2023-04-25score: Avoid cyclic header file dependenciesSebastian Huber1-0/+49