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
/
Firmware
/
ACPI
/
Parser.h
Age
Commit message (
Expand
)
Author
2022-10-16
Kernel/SysFS: Expose file size of ACPI tables in /sys/firmware/acpi
Liav A
2022-10-16
Kernel: Initialize primitive class member of ACPISysFSComponent to zero
Liav A
2022-10-12
Kernel: Make the ACPI DSDT table accessible
minus
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-06-17
Kernel/SysFS: Stop cluttering the codebase with pieces of SysFS parts
Liav A
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-21
Kernel: Make ACPI reboot OOM-fallible
Idan Horowitz
2021-12-14
Kernel/SysFS: Don't allocate ACPISysFS components in constructors
Liav A
2021-12-14
Kernel/SysFS: Make it clear that some components must be created in boot
Liav A
2021-12-14
Kernel/SysFS: Prevent allocation for component name during construction
Liav A
2021-12-09
Kernel: Mark ACPI::Parser's empty destructor as default
Hendiadyoin1
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-03
Kernel: Use `operator ""sv` in all purpose() implementations
Brian Gianforcaro
2021-09-12
Kernel: Unify BIOS and ACPI components in the SysFS firmware directory
Liav A
2021-09-12
Kernel: Move ACPI and BIOS code into the new Firmware directory
Liav A