summaryrefslogtreecommitdiff
path: root/Kernel/Interrupts/PIC.h
AgeCommit message (Expand)Author
2022-06-02Kernel: Move IRQController and InterruptManagement to Arch directoryTimon Kruiper
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-30Kernel/Interrupts: Initialize two spurious handlers when PIC is disabledLiav A
2022-01-30Kernel: Use a constexpr declaration for the disabled PIC IRQ baseLiav A
2021-08-06Kernel: Make IRQController::model() return StringViewAndreas Kling
2021-07-03Kernel: Add missing override specifiersDaniel Bertalan
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2020-03-24Interrupts: Simplify IRQ disabling & enabling in IRQController(s)Liav A
2020-03-24Kernel: Abstract IRQ controller handling from Interrupt handlersLiav A
2020-03-06Kernel: Shorten the model name of i8529 PIC classLiav A
2020-02-24Kernel: Add the PIC classLiav A