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
/
ACPI
Age
Commit message (
Expand
)
Author
2021-04-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in a handful of places
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in MultiProcessorParser
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in ACPI::Parser
Andreas Kling
2021-03-03
Kernel: Move Kernel CommandLine parsing to strongly typed API.
Brian Gianforcaro
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
Kernel: Fix crash when booting with ACPI.
asynts
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-11
Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf
Sahan Fernando
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-18
Kernel: Workaround QEMU bug and initialize i8042 controller
Liav A
2020-12-01
Meta: Fix ACPI_DEBUG, and always build on CI
Ben Wiederhake
2020-11-12
Kernel: Assume 8042 controller is present if ACPI FADT revision <= 1
Tom
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-07-06
Kernel: Add SMP IPI support
Tom
2020-06-20
Kernel: Remove DMI decoder from the kernel
Andreas Kling
2020-06-04
Kernel: Detect APs and boot them into protected mode
Tom
2020-05-23
Kernel: Simplify MP table parser a little bit more
Andreas Kling
2020-05-22
Kernel: Remove outdated FIXME's in the static ACPI parser
Andreas Kling
2020-05-22
Kernel: Simplify scanning BIOS/EBDA and MP parser initialization
Andreas Kling
2020-05-22
Kernel: Add convenient ways to map whole BIOS and EBDA into memory
Andreas Kling
2020-05-22
Kernel: Clean up and simplify MP table parsing
Andreas Kling
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-08
Kernel: Remove ref-counting from interrupt override metadata
Andreas Kling
2020-04-09
Kernel: Reorder bitwise operations when creating PCI interrupt overrides
Liav A
2020-04-09
MultiProcessor: Silence debug message spam
Liav A
2020-04-09
Interrupts: Make the MultiProcessorParser functional again
Liav A
2020-04-09
Kernel: Remove redundant "ACPI" from filenames in ACPI/
Andreas Kling
2020-04-09
Kernel: Merge ACPI::StaticParser into ACPI::Parser
Andreas Kling
2020-04-09
Kernel: Use StringView for ACPI table signatures
Andreas Kling
2020-04-09
Kernel: Add typed_map<T>(PhysicalAddress) and use it in ACPI parsing
Andreas Kling
2020-04-09
Kernel: Remove "non-operational" ACPI parser state
Andreas Kling
2020-04-09
Kernel: Simplify ACPI initialization a bit
Andreas Kling
2020-04-09
Kernel: Move ACPI initialization from init.cpp to ACPI::initialize()
Andreas Kling
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-03-22
Kernel: Fix compilation error with ACPI_DEBUG enabled
Shannon Booth
2020-03-22
Kernel: Run clang-format on files
Shannon Booth
2020-03-19
ACPI: Delete irrelevant HPET definitions
Liav A
2020-03-19
Kernel: Use a const reference to RegisterState in IRQ handling
Liav A
[next]