summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* arm: Add AARCH32_PMSA_DATA_READ_WRITE_DEFAULTSebastian Huber2021-11-301-8/+28
* arm: Fix AARCH32_PMSA_DATA_READ_WRITE_CACHEDSebastian Huber2021-11-301-1/+1
* sparc: Add workaround for GRLIB-TN-0011Sebastian Huber2021-11-261-0/+12
* cpukit: Consistize OAR copyright headersKinsey Moore2021-11-221-1/+1
* bsps/aarch64: Set interrupt level correctlyKinsey Moore2021-11-011-5/+11
* aarch64: Break out MMU definitionsKinsey Moore2021-11-011-0/+97
* cpukit/aarch64: Use correct debug register namesKinsey Moore2021-11-011-16/+1096
* cpukit/aarch64: Add exception extensions supportKinsey Moore2021-10-294-84/+292
* cpukit: Add exception extensionsKinsey Moore2021-10-291-0/+63