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-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
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-09
Kernel: Use VirtualAddress & PhysicalAddress classes from LibBareMetal
Liav A
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-02-08
Kernel: Merge unnecessary DiskDevice class into BlockDevice
Andreas Kling
2020-01-22
Revert "Kernel: Replace IRQHandler with the new InterruptHandler class"
Andreas Kling
2020-01-22
Kernel: Replace IRQHandler with the new InterruptHandler class
Liav A
2020-01-21
Kernel: ACPI code doesn't rely on identity mapping anymore
Liav A
2020-01-21
Kernel: DMIDecoder no longer depends on identity-mapping
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: Change ACPI & DMI definitions a bit
Liav A
2020-01-14
Kernel: Remove problematic memory mapping methods
Liav A
2020-01-02
Kernel: Create a basic SMBIOS Decoder
Liav A
2020-01-02
Kernel: Introduce the ACPI subsystem
Liav A