summaryrefslogtreecommitdiff
path: root/Kernel/mkmap.sh
AgeCommit message (Expand)Author
2021-12-30Kernel: Use the toolchain's `nm` in mkmap.shDaniel Bertalan
2021-07-29Kernel: Use our toolchain's c++filt tool for the kernel mapGunnar Beutner
2021-07-29Kernel: Embed the right symbol count into the kernel.map file on macOSGunnar Beutner
2021-07-18Kernel: Introduce basic pre-kernel environmentGunnar Beutner
2021-07-18Kernel: Ignore KUBSAN symbols in the kernel symbol mapGunnar Beutner
2021-07-06Kernel+LibELF: Don't demangle symbols in the kernelGunnar Beutner
2021-06-25Kernel: Build the x86_64 kernel as an ELF32 executableGunnar Beutner
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-02-10Meta: Fix shellcheck warnings in various scriptsShannon Booth
2019-11-28Kernel: Allow modules to link against anything in kernel.map :^)Andreas Kling
2019-04-30Kernel: Don't symbolicate symbol+offset for obvious non-kernel addresses.Andreas Kling
2018-12-03Omit duplicate lines from the ksyms map.Andreas Kling
2018-11-09Pre-size the ksyms vector for speedier loading.Andreas Kling
2018-10-26Add a very hackish /proc/PID/stack.Andreas Kling