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
/
Definitions.h
Age
Commit message (
Expand
)
Author
2020-06-04
Kernel: Detect APs and boot them into protected mode
Tom
2020-05-22
Kernel: Simplify scanning BIOS/EBDA and MP parser initialization
Andreas Kling
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
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-03-22
Kernel: Run clang-format on files
Shannon Booth
2020-03-19
ACPI: Delete irrelevant HPET definitions
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-06
Meta: Claim copyright on `ACPI` files
Liav A
2020-02-29
ACPI: Reorganize the definitions file
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-16
Kernel: Move all code into the Kernel namespace
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: Change ACPI & DMI definitions a bit
Liav A
2020-01-02
Kernel: Introduce the ACPI subsystem
Liav A