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
Age
Commit message (
Expand
)
Author
2023-05-21
Kernel: Move handle_interrupt out-of-line in PCIIRQHandler
Pankaj Raghav
2023-05-07
Kernel: Introduce PCIIRQHandler
Pankaj Raghav
2023-05-07
Kernel: Add m_reserved private variable to GenericInterruptHandler
Pankaj Raghav
2023-04-25
Kernel: Remove is_sharing_with_others API from GenericInterruptHandler
Pankaj Raghav
2023-04-25
Kernel: Use SpinlockProtected list in SharedIRQHandler
Pankaj Raghav
2023-04-25
Kernel: Set IRQHandler m_shared_with_others when the irq is shared
Pankaj Raghav
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2022-12-28
Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal
Liav A
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-10-17
Kernel: Move InterruptDisabler out of Arch directory
Timon Kruiper
2022-09-25
Kernel: Store IRQControllers in NonnullRefPtrs instead of RefPtrs
Idan Horowitz
2022-09-20
Kernel: Move x86-specific IRQ controller code to Arch/x86 directory
Liav A
2022-09-20
Kernel: Move IO delay code to x86 architecture subdirectory
Liav A
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-07-12
Everywhere: Use default StringView constructor over nullptr
sin-ack
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-06-02
Kernel: Implement InterruptDisabler using generic Processor functions
Timon Kruiper
2022-06-02
Kernel: Add GenericInterruptHandler.cpp to aarch64 build
Timon Kruiper
2022-04-05
Kernel: Move create_identity_mapped_region() to MemoryManager
Andreas Kling
2022-04-05
Kernel: Remove unused ShouldDeallocateVirtualRange parameters
Andreas Kling
2022-04-03
Kernel: Make VM allocation atomic for userspace regions
Andreas Kling
2022-04-03
LibWeb: Make VM allocation atomic for kernel regions
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-17
Kernel: Use default constructors/destructors
Lenny Maiorani
2022-02-21
Kernel: Fix allocating identity-mapped APIC memory on x86_64
Tom
2022-02-21
Kernel: Implement booting all CPU cores on x86_64
Tom
2022-02-05
Kernel/Interrupts: Remove stale MSIHandler class
Liav A
2022-02-03
Kernel: Stop using the make<T> factory method in the Kernel
Idan Horowitz
2022-02-02
Kernel: Add conditional call to disable_irq in IRQHandler constructor
Pankaj Raghav
2022-01-30
Kernel/Interrupts: Initialize two spurious handlers when PIC is disabled
Liav A
2022-01-30
Kernel: Use a constexpr declaration for the disabled PIC IRQ base
Liav A
2022-01-30
Kernel: Remove unnecessary includes from Thread.h
Andreas Kling
2022-01-13
Kernel: Make map_typed() & map_typed_writable() fallible using ErrorOr
Idan Horowitz
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2022-01-05
Kernel: Use MUST + Vector::try_empend instead of Vector::empend
Brian Gianforcaro
2021-12-28
Kernel: Propagate overflow errors from Memory::page_round_up
Guilherme Goncalves
2021-12-26
Kernel: Encapsulate APIC initialization inside InterruptManagement
Pankaj Raghav
2021-12-23
Kernel: Move Multi Processor Parser code to a separate directory
Liav A
2021-12-22
Kernel: Initialize SupriousInterruptHandler::m_enabled on construction
Brian Gianforcaro
2021-12-22
Kernel: Move userspace virtual address range base to 0x10000
Idan Horowitz
2021-12-22
Kernel: Setup APIC AP cores boot environment before init_stage2
Idan Horowitz
2021-12-20
Kernel: Ensure SMP mode is not enabled if IOAPIC mode is disabled
Liav A
2021-12-14
Kernel: Allow switching to IOAPIC mode even without enabling SMP
Liav A
2021-12-14
Kernel/Interrupts: Add ByteReaders to read possible unaligned MADT data
Liav A
2021-12-11
Kernel: Remove unused String.h includes
Hendiadyoin1
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-15
Kernel: Add cross platform RegisterState header and Aarch64 version
James Mintram
2021-10-06
Kernel: Don't retrieve possibly nonexistent APIC table
Tim Schumacher
[next]