Timon Kruiper
|
a4534678f9
Kernel: Implement InterruptDisabler using generic Processor functions
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Liav A
|
7028a64997
Kernel: Use a constexpr declaration for the disabled PIC IRQ base
|
3 years ago |
mjz19910
|
3102d8e160
Everywhere: Fix many spelling errors
|
3 years ago |
Liav A
|
4974727dbb
Kernel: Move x86 IO instructions code into the x86 specific folder
|
3 years ago |
Hendiadyoin1
|
62f9377656
Kernel: Move special sections into Sections.h
|
4 years ago |
Hendiadyoin1
|
7ca3d413f7
Kernel: Pull apart CPU.h
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Hendiadyoin1
|
0d934fc991
Kernel::CPU: Move headers into common directory
|
4 years ago |
Andreas Kling
|
f086d6db65
Kernel: Run clang-format on PIC.cpp
|
4 years ago |
Andreas Kling
|
73e06a1983
Kernel: Convert klog() => AK::Format in a handful of places
|
4 years ago |
William McPherson
|
2479ead718
Everywhere: Remove unnecessary `clang-format off`s
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Andreas Kling
|
2b2828ae52
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
|
4 years ago |
Linus Groh
|
bbe787a0af
Everywhere: Re-format with clang-format-11
|
4 years ago |
Ben Wiederhake
|
64cc3f51d0
Meta+Kernel: Make clang-format-10 clean
|
4 years ago |
Andreas Kling
|
21d5f4ada1
Kernel: Absorb LibBareMetal back into the kernel
|
5 years ago |
Liav A
|
5f579904c1
Interrupts: Handle spurious IRQs from eoi() method
|
5 years ago |
Liav A
|
0b7fc525e1
Interrupts: Simplify IRQ disabling & enabling in IRQController(s)
|
5 years ago |
Liav A
|
cb676f1211
Interrupts: Do a specific EOI when using the PIC
|
5 years ago |
Liav A
|
f86be46c98
Kernel: Abstract IRQ controller handling from Interrupt handlers
|
5 years ago |
Liav A
|
c2c0e9fb04
Kernel: Ensure that we don't use a hard-disabled IRQController
|
5 years ago |
Liav A
|
0fc60e41dd
Kernel: Use klog() instead of kprintf()
|
5 years ago |
Liav A
|
7d59a67504
Kernel: Add the PIC class
|
5 years ago |