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
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
2020-03-12
ACPI: Examine bit width in Generic address structure before asserting
Liav A
2020-03-12
ACPI: Keep common flags in structures for later usage
Liav A
2020-03-09
Kernel: Allow to reboot in ACPI via PCI or MMIO access
Liav A
2020-03-09
LibBareMetal: Return FlatPtr from PhysicalAddress::offset_in_page()
Liav A
2020-03-08
Kernel: Fix inconsistent inclusion style
Ben Wiederhake
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-06
Meta: Claim copyright on `ACPI` files
Liav A
2020-03-06
Kernel: Simplify a bunch of dbg() and klog() calls
Andreas Kling
2020-03-06
Kernel: Change HandlerPurpose to HandlerType
Liav A
2020-03-06
Kernel: Print MultiProcessor features
Liav A
2020-03-05
Kernel: Run clang-format on Process.cpp & ACPIDynamicParser.h
Liav A
2020-03-05
Kernel: Call ACPI reboot method first if possible
Liav A
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-02-29
ACPI: Adopt the changes in the definitions file
Liav A
2020-02-29
ACPI: Reorganize the definitions file
Liav A
2020-02-27
ACPIStaticParser: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
DMIDecoder: Use dbg() instead of dbgprintf()
Liav A
2020-02-27
Kernel: Run clang-format on DMIDecoder header file
Liav A
2020-02-27
Kernel: Don't use references or pointers to physical addresses
Liav A
2020-02-24
ACPI: Don't set Smart Pointers to be nullptr
Liav A
2020-02-24
Kernel: Don't use references or pointers to physical addresses
Liav A
2020-02-24
Kernel: Update system components to use the new IRQHandler class
Liav A
2020-02-24
ACPI: Run clang-format on the definitions file
Liav A
2020-02-24
ACPI: Adding definitions for HPET
Liav A
2020-02-24
Kernel: Fix a wrong debug message in ACPIStaticParser
Liav A
2020-02-24
Kernel: Add MultiProcessor Parser
Liav A
2020-02-16
Kernel: Reduce header dependencies of MemoryManager and Region
Andreas Kling
[next]