summaryrefslogtreecommitdiff
path: root/Kernel/Arch/x86/Interrupts.h
AgeCommit message (Expand)Author
2022-12-28Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removalLiav A
2022-12-28Kernel: Remove i686 supportLiav A
2022-06-02Kernel: Rename idt_init() to initialize_interrupts()Timon Kruiper
2022-06-02Kernel: Add GenericInterruptHandler.cpp to aarch64 buildTimon Kruiper
2022-01-30Kernel/Interrupts: Initialize two spurious handlers when PIC is disabledLiav A
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2021-12-01Kernel: Add an x86 include check+error in x86/Inerrupts.hJames Mintram
2021-07-01Kernel: Don't byteswap the ISR number on interrupt entryGunnar Beutner
2021-06-24Kernel: Pull apart CPU.hHendiadyoin1
2021-05-28Kernel: Allow building the kernel with -O0Gunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-21Kernel::CPU: Move headers into common directoryHendiadyoin1