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
/
PIC.cpp
Age
Commit message (
Expand
)
Author
2022-06-02
Kernel: Implement InterruptDisabler using generic Processor functions
Timon Kruiper
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-30
Kernel: Use a constexpr declaration for the disabled PIC IRQ base
Liav A
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2021-10-01
Kernel: Move x86 IO instructions code into the x86 specific folder
Liav A
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
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-03-12
Kernel: Run clang-format on PIC.cpp
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in a handful of places
Andreas Kling
2021-03-04
Everywhere: Remove unnecessary `clang-format off`s
William McPherson
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-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-03-24
Interrupts: Handle spurious IRQs from eoi() method
Liav A
2020-03-24
Interrupts: Simplify IRQ disabling & enabling in IRQController(s)
Liav A
2020-03-24
Interrupts: Do a specific EOI when using the PIC
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-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-02-24
Kernel: Add the PIC class
Liav A