summaryrefslogtreecommitdiff
path: root/Kernel/Interrupts/GenericInterruptHandler.h
AgeCommit message (Expand)Author
2023-05-07Kernel: Add m_reserved private variable to GenericInterruptHandlerPankaj Raghav
2023-04-25Kernel: Remove is_sharing_with_others API from GenericInterruptHandlerPankaj Raghav
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2022-11-19Kernel+lsirq: Track per-CPU IRQ handler call countsAndreas Kling
2022-11-19Kernel: Rename GenericInterruptHandler "invoking count" to "call count"Andreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-10-15Kernel: Add cross platform RegisterState header and Aarch64 versionJames Mintram
2021-09-10AK+Everywhere: Reduce the number of template parameters of IntrusiveListAli Mohammad Pur
2021-07-21Kernel: Use IntrusiveList for keeping track of GenericInterruptHandlersAndreas Kling
2021-07-11Kernel: Make various T::class_name() and similar return StringViewAndreas Kling
2021-06-24Kernel: Remove unused CPU.h includesHendiadyoin1
2021-06-17Kernel/Interrupts: Return boolean on whether we handled the interruptLiav A
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-21Kernel::CPU: Move headers into common directoryHendiadyoin1
2021-02-28Kernel: Fix GenericInterruptHandler problems with virtual functionsTom
2021-01-04Kernel: Specify default memory order for some non-synchronizing AtomicsTom
2020-12-02Kernel: Fix counting interruptsTom
2020-10-25Kernel: Set up and calibrate APIC timer, and enable timer on all CPUsTom
2020-08-28Kernel: Remove the enabled concept of IRQ handlersLiav A
2020-08-28Kernel: Add and remove explicit keyword where neededLiav A
2020-07-06Kernel: Add SMP IPI supportTom
2020-03-24Interrupts: Remove unused methodsLiav A
2020-03-19Kernel: Use a const reference to RegisterState in IRQ handlingLiav A
2020-03-06Kernel: Change HandlerPurpose to HandlerTypeLiav A
2020-02-29Kernel: Add SpuriousInterruptHandler type into HandlerPurposeLiav A
2020-02-24Kernel: Change get_sharing_devices_count() in GenericInterruptHandlerLiav A
2020-02-24Kernel: Add Interrupt Management and Generic Interrupt HandlerLiav A