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
/
ACPIStaticParser.cpp
Age
Commit message (
Expand
)
Author
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-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-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
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-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-27
ACPIStaticParser: Use dbg() instead of dbgprintf()
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: Fix a wrong debug message in ACPIStaticParser
Liav A
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-01-21
Kernel: ACPI code doesn't rely on identity mapping anymore
Liav A
2020-01-20
Kernel: Remove some unnecessary casts to uintptr_t
Andreas Kling
2020-01-20
Use uintptr_t instead of u32 when storing pointers as integers
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-14
Kernel: Remove problematic memory mapping methods
Liav A
2020-01-02
Kernel: Introduce the ACPI subsystem
Liav A