index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Interrupts
/
GenericInterruptHandler.cpp
Age
Commit message (
Expand
)
Author
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2022-11-19
Kernel+lsirq: Track per-CPU IRQ handler call counts
Andreas Kling
2022-11-19
Kernel: Rename GenericInterruptHandler "invoking count" to "call count"
Andreas Kling
2022-06-02
Kernel: Move IRQController and InterruptManagement to Arch directory
Timon Kruiper
2022-06-02
Kernel: Add GenericInterruptHandler.cpp to aarch64 build
Timon Kruiper
2021-08-01
Kernel: Remove unused header includes
Brian Gianforcaro
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1
2021-02-28
Kernel: Fix GenericInterruptHandler problems with virtual functions
Tom
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2020-12-02
Kernel: Fix counting interrupts
Tom
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-09-19
Kernel: Fix assertion statement in GenericInterruptHandler
Liav A
2020-07-06
Kernel: Add SMP IPI support
Tom
2020-03-06
Kernel: Acquire ISA interrupt overrides from Interrupt Management
Liav A
2020-02-24
Kernel: Add Interrupt Management and Generic Interrupt Handler
Liav A