Age | Commit message (Expand) | Author |
---|---|---|
2023-02-15 | Kernel/aarch64: Implement Thread Local Storage | Timon Kruiper |
2023-01-27 | Kernel/aarch64: Add helper to get the current TTBR0_EL1 | Timon Kruiper |
2023-01-27 | Kernel/aarch64: Execute kernel with SP_EL1 instead of SP_EL0 | Timon Kruiper |
2023-01-25 | Kernel: Use RDSEED assembly snippet to seed RNG on Aarch64 | konrad |
2023-01-18 | Kernel: Introduce stages in Aarch64 CPU initialization phase | konrad |
2023-01-05 | Kernel/aarch64: Remove counterproductive `volatile` | Nico Weber |
2022-12-30 | Kernel/aarch64: Implement wait_cycles as a pause loop | kleines Filmröllchen |
2022-10-18 | Kernel: Add even more AARCH64 stubs | Gunnar Beutner |
2022-05-21 | Kernel: Set up initial exception stack when going into EL1 on aarch64 | Timon Kruiper |
2022-05-12 | Kernel: Move Prekernel assembly utils to aarch64/ASM_wrapper.h | Timon Kruiper |
2021-11-28 | Kernel: Rename Aarch64Asm -> ASM_wrapper and add Aarch64::Asm namespace | James Mintram |