1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 12:17:34 +00:00
serenity/Kernel/Interrupts
Ali Mohammad Pur 5a0cdb15b0 AK+Everywhere: Reduce the number of template parameters of IntrusiveList
This makes the user-facing type only take the node member pointer, and
lets the compiler figure out the other needed types from that.
2021-09-10 18:05:46 +03:00
..
APIC.cpp Kernel/ACPI: Return Optional container after table search 2021-09-08 10:27:02 +02:00
APIC.h Kernel: Add x2APIC support 2021-09-04 22:22:58 +02:00
GenericInterruptHandler.cpp Kernel: Remove unused header includes 2021-08-01 08:10:16 +02:00
GenericInterruptHandler.h AK+Everywhere: Reduce the number of template parameters of IntrusiveList 2021-09-10 18:05:46 +03:00
InterruptManagement.cpp Kernel/ACPI: Return Optional container after table search 2021-09-08 10:27:02 +02:00
InterruptManagement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IOAPIC.cpp Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 2021-08-06 14:05:58 +02:00
IOAPIC.h Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 2021-08-06 14:05:58 +02:00
IRQController.h Kernel: Make IRQController::model() return StringView 2021-08-06 00:37:47 +02:00
IRQHandler.cpp Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00
IRQHandler.h Kernel: Make various T::class_name() and similar return StringView 2021-07-11 01:46:59 +02:00
MSIHandler.h Kernel: Remove unused CPU.h includes 2021-06-24 00:38:23 +02:00
PIC.cpp Kernel: Move special sections into Sections.h 2021-06-24 00:38:23 +02:00
PIC.h Kernel: Make IRQController::model() return StringView 2021-08-06 00:37:47 +02:00
SharedIRQHandler.cpp Kernel: Use IntrusiveList for keeping track of GenericInterruptHandlers 2021-07-21 20:21:29 +02:00
SharedIRQHandler.h Kernel: Use IntrusiveList for keeping track of GenericInterruptHandlers 2021-07-21 20:21:29 +02:00
SpuriousInterruptHandler.cpp Kernel: Make various T::class_name() and similar return StringView 2021-07-11 01:46:59 +02:00
SpuriousInterruptHandler.h Kernel: Make various T::class_name() and similar return StringView 2021-07-11 01:46:59 +02:00
UnhandledInterruptHandler.cpp Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
UnhandledInterruptHandler.h Kernel: Make various T::class_name() and similar return StringView 2021-07-11 01:46:59 +02:00