Age | Commit message (Expand) | Author |
---|---|---|
2023-02-15 | Kernel/aarch64: Remove tpidr_el0 from RegisterState | Timon Kruiper |
2023-02-08 | Kernel/aarch64: Handle exceptions from lower exception level (EL) | Timon Kruiper |
2023-01-27 | Kernel/aarch64: Execute kernel with SP_EL1 instead of SP_EL0 | Timon Kruiper |
2022-12-29 | Kernel/aarch64: Add implementation of Processor::switch_context | Timon Kruiper |
2022-12-29 | Kernel/aarch64: Implement thread_context_first_enter | Timon Kruiper |
2022-10-18 | Kernel: Add even more AARCH64 stubs | Gunnar Beutner |
2022-06-02 | Kernel: Add support for handling interrupts on aarch64 | Timon Kruiper |
2022-05-21 | Kernel: Add more exception handlers for aarch64 Kernel | Timon Kruiper |
2022-03-12 | Kernel: Move aarch64 Prekernel into Kernel | Jakub V. Flasar |