summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Do not use RTEMS_INLINE_ROUTINESebastian Huber2022-09-1941-121/+121
* score: Remove _CPU_Counter_difference()Sebastian Huber2022-09-0919-173/+11
* powerpc: Add support for VRSAVESebastian Huber2022-09-083-15/+92
* cpu.h: Fix gcc 12 warningsRyan Long2022-08-191-2/+18
* cpukit/libdl: Add support for AArch64Ryan Long2022-07-291-0/+256
* Use __asm__ for standard C compatibilitySebastian Huber2022-07-271-5/+5
* aarch64: Use page table level 0Kinsey Moore2022-07-211-1/+0
* cpukit/aarch64: Remove _CPU_ISR_install_vectorKinsey Moore2022-07-052-31/+0
* score: Add _CPU_Use_thread_local_storage()Sebastian Huber2022-07-0419-0/+202
* riscv: Include missing header fileSebastian Huber2022-06-241-0/+2
* score/cpu: Silence ARM and AARCH64 GCC 12 false trigger array warningChris Johns2022-06-152-1/+7
* arm: Fix PMSA regions for contiguous sectionsSebastian Huber2022-06-081-4/+4
* arm: Fix PMSA region mapping with 0x0 end addressSebastian Huber2022-06-081-1/+1
* arm: Fix typoSebastian Huber2022-06-031-2/+2
* sparc64-syscall.h: Add file headers and licensesRyan Long2022-05-041-0/+15
* cpukit/microblaze: Add file headers and licensesRyan Long2022-05-042-0/+70
* x86_64/elf_machdep.h: Replace stub with NetBSD versionRyan Long2022-04-081-4/+76
* cpukit/score/cpu/moxie: Change license to BSD-2Joel Sherrill2022-04-018-24/+176
* cpukit/: Update Eric Norum contact info and normalize file headersJoel Sherrill2022-03-241-21/+25
* cpukit/aarch64: Add Per_CPU_Control accessorKinsey Moore2022-03-121-0/+23
* arm: Fix PMSA section to region mappingSebastian Huber2022-03-111-22/+33
* arm: Add _AArch32_PMSA_Map_sections_to_regions()Sebastian Huber2022-03-112-20/+90
* cpukit/: Scripted embedded brains header file clean upJoel Sherrill2022-03-1058-348/+1
* SMP: Fix start multitasking for some targetsSebastian Huber2022-03-096-0/+56
* score/cpu/v850: Change license to BSD-2Joel Sherrill2022-02-288-24/+176
* score/cpu/sparc64: Change license to BSD-2Joel Sherrill2022-02-289-27/+198
* score/cpu/sparc: Change license to BSD-2Joel Sherrill2022-02-2816-48/+352
* score/cpu/powerpc: Change license to BSD-2Joel Sherrill2022-02-2810-34/+219
* score/cpu/or1k: Change license to BSD-2Joel Sherrill2022-02-2814-42/+308
* score/cpu/no_cpu: Change license to BSD-2Joel Sherrill2022-02-289-27/+198
* score/cpu/nios2: Change license to BSD-2Joel Sherrill2022-02-2827-81/+594
* score/cpu/mips: Change license to BSD-2Joel Sherrill2022-02-286-18/+132
* score/cpu/m68k: Change license to BSD-2Joel Sherrill2022-02-288-24/+176
* score/cpu/i386: Change license to BSD-2Joel Sherrill2022-02-2810-30/+218
* score/cpu/arm: Change license to BSD-2Joel Sherrill2022-02-2838-115/+836
* riscv: Use zicsr architecture extensionSebastian Huber2022-02-255-11/+46
* score/cpu/i386: Clean up file headers in prep for license change.Joel Sherrill2022-02-233-6/+9
* cpukit/libdebugger: Add MicroBlaze supportKinsey Moore2022-02-231-0/+24
* microblaze: Decouple exceptions from interruptsKinsey Moore2022-02-232-8/+8
* cpukit/microblaze: Simplify dispatch assemblyKinsey Moore2022-02-041-45/+3
* cpukit/microblaze: Clarify interrupt frame usageKinsey Moore2022-02-042-5/+14
* cpukit/microblaze: Add exception extensionsKinsey Moore2022-02-043-0/+388
* cpukit/microblaze: Add debug vector and handlerKinsey Moore2022-02-042-0/+35
* cpukit/microblaze: Add exception frameworkKinsey Moore2022-02-043-17/+187
* microblaze: Add support for libbsd networkingAlex White2022-02-012-4/+1
* arm: Optimize interrupt handlingSebastian Huber2022-01-173-0/+53
* arm: Fix stack alignment during interrupt handlingSebastian Huber2022-01-171-10/+23
* arm: Avoid duplicate move from CPSRSebastian Huber2022-01-171-4/+3
* arm: Rework per-CPU control in interrupt handlingSebastian Huber2022-01-151-56/+46
* arm: Use push/pop instructions for readabilitySebastian Huber2022-01-151-11/+11