summaryrefslogtreecommitdiff
path: root/Kernel/Interrupts/InterruptManagement.h
AgeCommit message (Expand)Author
2020-09-08Refactor: Replace usages of FixedArray with Vector.asynts
2020-05-22Kernel: Simplify scanning BIOS/EBDA and MP parser initializationAndreas Kling
2020-05-08Kernel: Remove ref-counting from interrupt override metadataAndreas Kling
2020-03-24Kernel: Create an interface for conversion between IRQs and interruptsLiav A
2020-03-19Interrupts: Add an interface to determine if SMP is enabledLiav A
2020-03-06Kernel: Acquire ISA interrupt overrides from Interrupt ManagementLiav A
2020-02-29Kernel: Simplify interrupt managementLiav A
2020-02-24Kernel: Don't use references or pointers to physical addressesLiav A
2020-02-24Kernel: Add Interrupt Management and Generic Interrupt HandlerLiav A