summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-19Do not use RTEMS_INLINE_ROUTINESebastian Huber41-121/+121
2022-09-09score: Remove _CPU_Counter_difference()Sebastian Huber19-173/+11
2022-09-08powerpc: Add support for VRSAVESebastian Huber3-15/+92
2022-08-19cpu.h: Fix gcc 12 warningsRyan Long1-2/+18
2022-07-29cpukit/libdl: Add support for AArch64Ryan Long1-0/+256
2022-07-27Use __asm__ for standard C compatibilitySebastian Huber1-5/+5
2022-07-21aarch64: Use page table level 0Kinsey Moore1-1/+0
2022-07-05cpukit/aarch64: Remove _CPU_ISR_install_vectorKinsey Moore2-31/+0
2022-07-04score: Add _CPU_Use_thread_local_storage()Sebastian Huber19-0/+202
2022-06-24riscv: Include missing header fileSebastian Huber1-0/+2
2022-06-15score/cpu: Silence ARM and AARCH64 GCC 12 false trigger array warningChris Johns2-1/+7
2022-06-08arm: Fix PMSA regions for contiguous sectionsSebastian Huber1-4/+4
2022-06-08arm: Fix PMSA region mapping with 0x0 end addressSebastian Huber1-1/+1
2022-06-03arm: Fix typoSebastian Huber1-2/+2
2022-05-04sparc64-syscall.h: Add file headers and licensesRyan Long1-0/+15
2022-05-04cpukit/microblaze: Add file headers and licensesRyan Long2-0/+70
2022-04-08x86_64/elf_machdep.h: Replace stub with NetBSD versionRyan Long1-4/+76
2022-04-01cpukit/score/cpu/moxie: Change license to BSD-2Joel Sherrill8-24/+176
2022-03-24cpukit/: Update Eric Norum contact info and normalize file headersJoel Sherrill1-21/+25
2022-03-12cpukit/aarch64: Add Per_CPU_Control accessorKinsey Moore1-0/+23
2022-03-11arm: Fix PMSA section to region mappingSebastian Huber1-22/+33
2022-03-11arm: Add _AArch32_PMSA_Map_sections_to_regions()Sebastian Huber2-20/+90
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill58-348/+1
2022-03-09SMP: Fix start multitasking for some targetsSebastian Huber6-0/+56
2022-02-28score/cpu/v850: Change license to BSD-2Joel Sherrill8-24/+176
2022-02-28score/cpu/sparc64: Change license to BSD-2Joel Sherrill9-27/+198
2022-02-28score/cpu/sparc: Change license to BSD-2Joel Sherrill16-48/+352
2022-02-28score/cpu/powerpc: Change license to BSD-2Joel Sherrill10-34/+219
2022-02-28score/cpu/or1k: Change license to BSD-2Joel Sherrill14-42/+308
2022-02-28score/cpu/no_cpu: Change license to BSD-2Joel Sherrill9-27/+198
2022-02-28score/cpu/nios2: Change license to BSD-2Joel Sherrill27-81/+594
2022-02-28score/cpu/mips: Change license to BSD-2Joel Sherrill6-18/+132
2022-02-28score/cpu/m68k: Change license to BSD-2Joel Sherrill8-24/+176
2022-02-28score/cpu/i386: Change license to BSD-2Joel Sherrill10-30/+218
2022-02-28score/cpu/arm: Change license to BSD-2Joel Sherrill38-115/+836
2022-02-25riscv: Use zicsr architecture extensionSebastian Huber5-11/+46
2022-02-23score/cpu/i386: Clean up file headers in prep for license change.Joel Sherrill3-6/+9
2022-02-23cpukit/libdebugger: Add MicroBlaze supportKinsey Moore1-0/+24
2022-02-23microblaze: Decouple exceptions from interruptsKinsey Moore2-8/+8
2022-02-04cpukit/microblaze: Simplify dispatch assemblyKinsey Moore1-45/+3
2022-02-04cpukit/microblaze: Clarify interrupt frame usageKinsey Moore2-5/+14
2022-02-04cpukit/microblaze: Add exception extensionsKinsey Moore3-0/+388
2022-02-04cpukit/microblaze: Add debug vector and handlerKinsey Moore2-0/+35
2022-02-04cpukit/microblaze: Add exception frameworkKinsey Moore3-17/+187
2022-02-01microblaze: Add support for libbsd networkingAlex White2-4/+1
2022-01-17arm: Optimize interrupt handlingSebastian Huber3-0/+53
2022-01-17arm: Fix stack alignment during interrupt handlingSebastian Huber1-10/+23
2022-01-17arm: Avoid duplicate move from CPSRSebastian Huber1-4/+3
2022-01-15arm: Rework per-CPU control in interrupt handlingSebastian Huber1-56/+46
2022-01-15arm: Use push/pop instructions for readabilitySebastian Huber1-11/+11