summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/aarch64 (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-01cpukit/aarch64: Use correct interrupt level typesKinsey Moore2-4/+4
2021-10-01cpukit/aarch64: Use correct context register setsKinsey Moore2-55/+123
2021-09-21cpukit: Add AArch64 SMP SupportKinsey Moore5-9/+160
2021-08-09Turn off executable permissions for a number of source filesJoel Sherrill1-0/+0
2021-07-28score: Canonicalize _CPU_Fatal_halt()Sebastian Huber3-15/+16
2021-07-28score: Remove processor event broadcast/receiveSebastian Huber1-12/+0
2021-05-27bsps/aarch64: Add MMU driver to relax alignmentKinsey Moore1-16/+50
2021-05-27bsps/aarch64: Break out system registersKinsey Moore1-0/+9985
2021-05-26score/aarch64: Align context validation frameKinsey Moore1-11/+18
2021-04-19cpukit/aarch64: Restore ISR cookie bit maskKinsey Moore1-13/+13
2021-04-06cpukit/aarch64: Add ESR register decodingAlex White1-10/+125
2021-03-05bsps/aarch64: RTEMS_DEBUG stack alignment faultsKinsey Moore1-2/+8
2021-03-05score/aarch64: Fix interrupt level readsAlex White2-3/+7
2021-03-05aarch64: Fix context switchSebastian Huber1-2/+2
2020-12-10cpukit/aarch64: Add explanation of exception flowKinsey Moore2-3/+18
2020-12-10cpukit/aarch64: Use hex consistently for offsetsKinsey Moore5-116/+116
2020-11-24score/aarch64: Resolve warning in exception dumpKinsey Moore1-2/+2
2020-11-13score/aarch64: Size saved SP register for ABIKinsey Moore1-1/+4
2020-10-10rtems: Improve RTEMS_NO_RETURN attributeSebastian Huber1-2/+1
2020-10-05score: Add AArch64 portKinsey Moore16-0/+2751