Hendiadyoin1
|
0d934fc991
Kernel::CPU: Move headers into common directory
|
4 years ago |
Andreas Kling
|
df65c8f2eb
Kernel: Convert klog() => AK::Format in IOAPIC
|
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 |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 years ago |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 years ago |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 years ago |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 years ago |
asynts
|
67583bc424
Everywhere: Replace a bundle of dbg with dbgln.
|
4 years ago |
Tom
|
7a4fb5deef
Kernel: Don't remap IOAPIC registers every time we try to read/write
|
4 years ago |
Ben Wiederhake
|
eac3bbdcee
Kernel: Unbreak building with extra debug macros, part 1
|
4 years ago |
Tom
|
0bc92c259d
Kernel: Detect APs and boot them into protected mode
|
5 years ago |
Andreas Kling
|
a75c290e51
Kernel: Use TypedMapping for accessing IOAPIC registers
|
5 years ago |
Andreas Kling
|
d92f62db43
Kernel: Remove ref-counting from interrupt override metadata
|
5 years ago |
Liav A
|
8d9b6c57b5
Interrupts: Use Optional container in IOAPIC
|
5 years ago |
Liav A
|
0b7fc525e1
Interrupts: Simplify IRQ disabling & enabling in IRQController(s)
|
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 |
Andreas Kling
|
7d862dd5fc
AK: Reduce header dependency graph of String.h
|
5 years ago |
Liav A
|
30fc78bfaf
Kernel: Acquire ISA interrupt overrides from Interrupt Management
|
5 years ago |
Liav A
|
f0ca29eb4b
Kernel: Run clang-format on various files
|
5 years ago |
Liav A
|
0fc60e41dd
Kernel: Use klog() instead of kprintf()
|
5 years ago |
Liav A
|
946d9b8c24
IOAPIC: Use dbg() instead of dbgprintf()
|
5 years ago |
Liav A
|
e760ebcacb
Kernel: Add the IOAPIC class
|
5 years ago |