ladybird/Kernel/Interrupts
Ali Mohammad Pur 2b5732ab77 AK+Kernel: Disallow implicitly lifting pointers to OwnPtr's
This doesn't really _fix_ anything, it just gets rid of the API and
instead makes the users explicitly use `adopt_own_if_non_null()`.
2021-05-31 17:09:12 +04:30
..
APIC.cpp Kernel: Add Processor::is_bootstrap_processor() function, and use it. (#6871) 2021-05-05 18:48:26 +02:00
APIC.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
GenericInterruptHandler.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
GenericInterruptHandler.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
InterruptManagement.cpp Kernel: Remove unused header includes from various files. 2021-05-03 16:03:17 +02:00
InterruptManagement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IOAPIC.cpp Kernel: Explicitly initialize bools in IOAPIC mapping 2021-05-27 10:21:30 +02:00
IOAPIC.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRQController.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRQHandler.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
IRQHandler.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
MSIHandler.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PIC.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PIC.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SharedIRQHandler.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SharedIRQHandler.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SpuriousInterruptHandler.cpp AK+Kernel: Disallow implicitly lifting pointers to OwnPtr's 2021-05-31 17:09:12 +04:30
SpuriousInterruptHandler.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
UnhandledInterruptHandler.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
UnhandledInterruptHandler.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00