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
/
IOAPIC.cpp
Age
Commit message (
Expand
)
Author
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-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-13
Kernel: Make map_typed() & map_typed_writable() fallible using ErrorOr
Idan Horowitz
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-01
Kernel: Remove unused header includes
Brian Gianforcaro
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-05-27
Kernel: Explicitly initialize bools in IOAPIC mapping
Andrew Kaster
2021-05-03
Kernel: Remove unused header includes from various files.
Brian Gianforcaro
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-03-12
Kernel: Convert klog() => AK::Format in IOAPIC
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2020-11-01
Kernel: Don't remap IOAPIC registers every time we try to read/write
Tom
2020-08-30
Kernel: Unbreak building with extra debug macros, part 1
Ben Wiederhake
2020-06-04
Kernel: Detect APs and boot them into protected mode
Tom
2020-05-23
Kernel: Use TypedMapping for accessing IOAPIC registers
Andreas Kling
2020-05-08
Kernel: Remove ref-counting from interrupt override metadata
Andreas Kling
2020-03-24
Interrupts: Use Optional container in IOAPIC
Liav A
2020-03-24
Interrupts: Simplify IRQ disabling & enabling in IRQController(s)
Liav A
2020-03-24
Kernel: Abstract IRQ controller handling from Interrupt handlers
Liav A
2020-03-24
Kernel: Ensure that we don't use a hard-disabled IRQController
Liav A
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-03-06
Kernel: Acquire ISA interrupt overrides from Interrupt Management
Liav A
2020-03-02
Kernel: Run clang-format on various files
Liav A
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-02-27
IOAPIC: Use dbg() instead of dbgprintf()
Liav A
2020-02-24
Kernel: Add the IOAPIC class
Liav A