summaryrefslogtreecommitdiff
path: root/kernel/cpu/idt.c
AgeCommit message (Expand)Author
2024-06-17Reorganize logging codeAnton Kling
2024-05-05Kernel: Clear more interrupts for mouse driverAnton Kling
2024-05-05Kernel: Mask interrupts until they have a handlerAnton Kling
2024-04-26Kernel: Handle userspace memory errors instead of crashing.Anton Kling
2024-04-18Kernel: Fix compiler warningsAnton Kling
2024-04-16Kernel: Improve "out of memory" error handlingAnton Kling
2024-04-15Bug fix and cleanup.Anton Kling
2024-03-14random changes madeAnton Kling
2024-02-22Kernel: Fix undefined behavior and cleanup functions.Anton Kling
2024-02-21Kernel: Remove all inline assembly.Anton Kling
2024-02-21New clang-format optionsAnton Kling
2024-02-16General cleanupAnton Kling
2024-02-14Kernel: Update signal handling and IPCAnton Kling
2024-02-09Kernel/Interrupts: Restructure how interrupts are handeled in the kernelAnton Kling
2024-02-07Remove sti and cli inline assemblyAnton Kling
2024-02-07A lot of small changesAnton Kling
2023-11-28Meta: Apply new clang-format rules to kernelAnton Kling
2023-11-13Exceptions: Output CR2 on page faultAnton Kling
2023-11-10Kernel Style: Change uint*_t -> u*Anton Kling
2023-10-31Meta: Move kernel and userland to their own folders.Anton Kling