summaryrefslogtreecommitdiff
path: root/Kernel/Interrupts/SpuriousInterruptHandler.cpp
AgeCommit message (Expand)Author
2020-12-21Kernel: Allow to install a real IRQ handler on a spurious oneLiav A
2020-03-24Interrupts: Handle spurious IRQs from eoi() methodLiav A
2020-03-24Kernel: Abstract IRQ controller handling from Interrupt handlersLiav A
2020-03-24Kernel: Correct Spurious Interrupt handlers' controller model() methodLiav A
2020-03-19Kernel: Use a const reference to RegisterState in IRQ handlingLiav A
2020-03-02Kernel: Use klog() instead of kprintf()Liav A
2020-02-29Kernel: Simplify interrupt managementLiav A
2020-02-29Kernel: Add SpuriousInterruptHandler classLiav A