Age | Commit message (Expand) | Author |
---|---|---|
2022-12-28 | Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal | Liav A |
2022-12-28 | Kernel: Remove i686 support | Liav A |
2022-06-02 | Kernel: Rename idt_init() to initialize_interrupts() | Timon Kruiper |
2022-06-02 | Kernel: Add GenericInterruptHandler.cpp to aarch64 build | Timon Kruiper |
2022-01-30 | Kernel/Interrupts: Initialize two spurious handlers when PIC is disabled | Liav A |
2022-01-07 | Everywhere: Fix spelling mistakes | mjz19910 |
2021-12-01 | Kernel: Add an x86 include check+error in x86/Inerrupts.h | James Mintram |
2021-07-01 | Kernel: Don't byteswap the ISR number on interrupt entry | Gunnar Beutner |
2021-06-24 | Kernel: Pull apart CPU.h | Hendiadyoin1 |
2021-05-28 | Kernel: Allow building the kernel with -O0 | Gunnar Beutner |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-21 | Kernel::CPU: Move headers into common directory | Hendiadyoin1 |