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
/
SpuriousInterruptHandler.cpp
Age
Commit message (
Expand
)
Author
2022-12-28
Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal
Liav A
2022-11-19
Kernel: Rename GenericInterruptHandler "invoking count" to "call count"
Andreas Kling
2022-09-20
Kernel: Move x86-specific IRQ controller code to Arch/x86 directory
Liav A
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-02
Kernel: Move IRQController and InterruptManagement to Arch directory
Timon Kruiper
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-17
Kernel: Use default constructors/destructors
Lenny Maiorani
2022-01-30
Kernel/Interrupts: Initialize two spurious handlers when PIC is disabled
Liav A
2021-10-03
Kernel: Use `operator ""sv` in all purpose() implementations
Brian Gianforcaro
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-17
Kernel/Interrupts: Return boolean on whether we handled the interrupt
Liav A
2021-05-31
AK+Kernel: Disallow implicitly lifting pointers to OwnPtr's
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-23
Kernel: Return real handler purpose when registered to spurious handler
Liav A
2021-03-23
Kernel: Handle real IRQs from line 7 when using the PIC
Liav A
2021-03-12
Kernel: Convert klog() => AK::Format in a handful of places
Andreas Kling
2021-02-28
Kernel: Fix GenericInterruptHandler problems with virtual functions
Tom
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
Andreas Kling
2020-12-21
Kernel: Allow to install a real IRQ handler on a spurious one
Liav A
2020-03-24
Interrupts: Handle spurious IRQs from eoi() method
Liav A
2020-03-24
Kernel: Abstract IRQ controller handling from Interrupt handlers
Liav A
2020-03-24
Kernel: Correct Spurious Interrupt handlers' controller model() method
Liav A
2020-03-19
Kernel: Use a const reference to RegisterState in IRQ handling
Liav A
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-02-29
Kernel: Simplify interrupt management
Liav A
2020-02-29
Kernel: Add SpuriousInterruptHandler class
Liav A