Age | Commit message (Expand) | Author |
---|---|---|
2019-05-23 | Kernel/AK: Move ELF loader to AK | Robin Burchell |
2019-05-19 | Kernel: Remove relocation-related code since it's not used by the kernel. | Andreas Kling |
2019-05-18 | Kernel: Fail a bit more gracefully when we don't have userspace symbols. | Andreas Kling |
2019-05-16 | Kernel: Symbolicate userspace backtraces using ELFLoader. | Andreas Kling |
2019-04-06 | Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress. | Andreas Kling |
2019-04-03 | Kernel: Move ELF-related files into Kernel/ELF/. | Andreas Kling |