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-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
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