index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Arch
/
aarch64
Age
Commit message (
Expand
)
Author
2021-12-11
Kernel: Extract ProcessorSpecificDataID from from Arch/Processor.h
Hendiadyoin1
2021-12-04
Kernel: Do not return a null ref in `Processor::current` on aarch64
Daniel Bertalan
2021-11-28
Kernel: Rename Aarch64Asm -> ASM_wrapper and add Aarch64::Asm namespace
James Mintram
2021-11-28
Kernel: Rename Aarch64Registers -> Registers and add Aarch64 namespace
James Mintram
2021-11-28
Kernel: Set up and activate the MMU in the aarch64 perkernel
James Mintram
2021-11-28
Kernel: Move common aarch64 asm functions into kernel folder and NS
James Mintram
2021-11-28
Kernel: Replace inline asm with typesafe static member functions
James Mintram
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-16
Kernel: Add MiniStdLib to the Aarch64 kernel
James Mintram
2021-10-15
Kernel: Add StdLib.cpp to aarch64 build and update stubs in dummy.cpp
James Mintram
2021-10-15
Kernel: Move spinlock into Arch
James Mintram
2021-10-15
Kernel: Add cross platform RegisterState header and Aarch64 version
James Mintram
2021-10-15
Kernel: Split SmapDisabler so header is platform independent
James Mintram
2021-10-15
Kernel: Split ScopedCritical so header is platform independent
James Mintram
2021-10-14
Kernel: Fix all linker errors for Aarch64 build
James Mintram
2021-10-14
Kernel: Add per platform Processor.h headers
James Mintram
2021-08-28
Kernel: Omit all actual code from the kernel on aarch64 for now
Nico Weber