Age | Commit message (Expand) | Author |
---|---|---|
2021-09-05 | Kernel: Switch static_asserts of a type size to AK::AssertSize | Brian Gianforcaro |
2021-08-19 | Kernel: Consolidate a bunch of i386/x86_64 code paths | Andreas Kling |
2021-07-25 | Kernel+LibSystem: Add a 4th syscall argument | Andreas Kling |
2021-07-19 | Kernel: Push ARCH specific ifdef's down into RegisterState functions | Brian Gianforcaro |
2021-06-29 | Kernel: Fix struct layout for interrupt entries on x86_64 | Gunnar Beutner |
2021-06-28 | Kernel: Implement entry code for x86_64 interrupts | Gunnar Beutner |
2021-06-28 | Kernel: Fix stack for new threads on x86_64 | Gunnar Beutner |
2021-06-27 | Kernel+Userland: Add x86_64 registers to RegisterState/PtraceRegisters | Gunnar Beutner |
2021-06-24 | Kernel: Pull apart CPU.h | Hendiadyoin1 |