summaryrefslogtreecommitdiff
path: root/Tests/Kernel/crash.cpp
AgeCommit message (Expand)Author
2023-02-28Userland+AK: Stop using getopt() for ArgsParserAli Mohammad Pur
2022-12-28Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removalLiav A
2022-12-28Kernel: Remove i686 supportLiav A
2022-12-28Tests: Remove i686 supportLiav A
2022-12-16Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscallLiav A
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-14Tests+Userland: Prefer using __builtin_trap() instead of UD2Gunnar Beutner
2022-10-14AK+Userland: Stub out code that isn't currently implemented on AARCH64Gunnar Beutner
2022-10-04AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most placesNico Weber
2022-09-20Kernel/Tests: Don't compile x86 IO for non-x86 buildsLiav A
2022-07-27Everywhere: Make the codebase more architecture awareUndefine
2022-07-08Tests: Remove the RDTSC kernel crash testTim Schumacher
2022-05-12Tests: Fix new GCC 12 warningsDaniel Bertalan
2021-10-01Kernel: Move x86 IO instructions code into the x86 specific folderLiav A
2021-09-16crash: Don't test for qemu-unsupported featureBen Wiederhake
2021-09-16crash: Run automatically during CIBen Wiederhake