summaryrefslogtreecommitdiff
path: root/Kernel/Interrupts/IOAPIC.cpp
AgeCommit message (Expand)Author
2020-08-30Kernel: Unbreak building with extra debug macros, part 1Ben Wiederhake
2020-06-04Kernel: Detect APs and boot them into protected modeTom
2020-05-23Kernel: Use TypedMapping for accessing IOAPIC registersAndreas Kling
2020-05-08Kernel: Remove ref-counting from interrupt override metadataAndreas Kling
2020-03-24Interrupts: Use Optional container in IOAPICLiav A
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-24Kernel: Ensure that we don't use a hard-disabled IRQControllerLiav A
2020-03-23AK: Reduce header dependency graph of String.hAndreas Kling
2020-03-06Kernel: Acquire ISA interrupt overrides from Interrupt ManagementLiav A
2020-03-02Kernel: Run clang-format on various filesLiav A
2020-03-02Kernel: Use klog() instead of kprintf()Liav A
2020-02-27IOAPIC: Use dbg() instead of dbgprintf()Liav A
2020-02-24Kernel: Add the IOAPIC classLiav A