summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Improve C/C++ standard compatibilitySebastian Huber2024-04-091-1/+1
* Mark parameters as intentionally unusedSebastian Huber2024-03-227-0/+10
* score: Include missing header fileSebastian Huber2024-03-201-0/+2
* arm: Move _CPU_ISR_install_vector()Sebastian Huber2024-03-202-27/+76
* powerpc: Use RTEMS_XCONCAT()Sebastian Huber2024-02-271-6/+4
* base64: Move base64 encoding supportSebastian Huber2024-02-161-2/+2
* i386: Restore SMP functionalityKinsey Moore2024-02-142-0/+7
* cpukit/score: Avoid overflow in multiplicationKinsey Moore2024-01-171-1/+1
* sparc: Fix move of CPU counter implementationSebastian Huber2023-10-201-4/+2
* sparc: Move CPU counter implementationSebastian Huber2023-10-205-285/+10
* cpukit: Remove unused includesKinsey Moore2023-10-134-7/+0
* 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
* rtems: rtems_configuration_get_interrupt_stack_size()Sebastian Huber2023-09-151-0/+2
* score: Fix TLS support for some code modelsSebastian Huber2023-09-152-6/+39
* 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: Assert scheduler index validitySebastian Huber2023-07-281-0/+1
* score: Move <rtems/score/gcov.h>Sebastian Huber2023-07-283-243/+0
* score: Move formatted I/O functionsSebastian Huber2023-07-285-543/+2
* score: Add files to Doxygen groupsSebastian Huber2023-07-263-0/+26
* score: Add workaround for GCC bugSebastian Huber2023-07-251-0/+7
* score: Move _IO_Relax() to new <rtems/dev/io.h>Sebastian Huber2023-07-241-53/+0
* 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
* Revert accidentally committed "Remove unused _IO_Relax"Joel Sherrill2023-07-031-0/+53
* Remove unused _IO_RelaxJoel Sherrill2023-07-031-53/+0
* score: Remove CPU port specific cpuatomic.hSebastian Huber2023-06-1218-533/+0
* score/src/pheap*: Remove unreferenced methodsJoel Sherrill2023-05-263-168/+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-20216-216/+216
* bsps/aarch64: Fix 128bit q register print bugTian Ye2023-05-161-1/+1
* _TOD_Adjust method is unused. Remove it.Joel Sherrill2023-05-161-73/+0
* bsps/amd64: increase CPU alignment to 16Karel Gardas2023-04-291-1/+1
* score: Avoid cyclic header file dependenciesSebastian Huber2023-04-251-0/+49