summaryrefslogtreecommitdiff
path: root/Kernel/Interrupts/SpuriousInterruptHandler.cpp
AgeCommit message (Expand)Author
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-23Kernel: Return real handler purpose when registered to spurious handlerLiav A
2021-03-23Kernel: Handle real IRQs from line 7 when using the PICLiav A
2021-03-12Kernel: Convert klog() => AK::Format in a handful of placesAndreas Kling
2021-02-28Kernel: Fix GenericInterruptHandler problems with virtual functionsTom
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-19Kernel: Slap UNMAP_AFTER_INIT on a bunch more functionsAndreas Kling
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