summaryrefslogtreecommitdiff
path: root/Kernel/Arch/aarch64/vector_table.S
AgeCommit message (Expand)Author
2023-02-15Kernel/aarch64: Remove tpidr_el0 from RegisterStateTimon Kruiper
2023-02-08Kernel/aarch64: Handle exceptions from lower exception level (EL)Timon Kruiper
2023-01-27Kernel/aarch64: Execute kernel with SP_EL1 instead of SP_EL0Timon Kruiper
2022-12-29Kernel/aarch64: Add implementation of Processor::switch_contextTimon Kruiper
2022-12-29Kernel/aarch64: Implement thread_context_first_enterTimon Kruiper
2022-10-18Kernel: Add even more AARCH64 stubsGunnar Beutner
2022-06-02Kernel: Add support for handling interrupts on aarch64Timon Kruiper
2022-05-21Kernel: Add more exception handlers for aarch64 KernelTimon Kruiper
2022-03-12Kernel: Move aarch64 Prekernel into KernelJakub V. Flasar