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
/
Devices
/
DeviceManagement.h
Age
Commit message (
Expand
)
Author
2022-02-27
Kernel: Add DeviceManagement::try_for_each() for fallible iteration
Idan Horowitz
2022-02-14
Kernel/Audio: Introduce a new design architecture for the subsystem
Liav A
2022-02-03
Kernel: Protect global device map with spinlock instead of mutx
Andreas Kling
2022-01-26
Kernel: Add try_create_device overload for static factory functions
Idan Horowitz
2022-01-26
Kernel: Remove unimplemented is_device_event_queue_ready_to_read method
Idan Horowitz
2022-01-26
Kernel: Add missing nothrow tag to DeviceManagement::try_create_device
Idan Horowitz
2022-01-23
Kernel/Devices: Introduce the Device Control Device
Liav A
2021-12-28
Kernel: Remove the kmalloc_eternal heap :^)
Andreas Kling
2021-12-23
Kernel: Make major and minor numbers to be DistinctNumerics
Liav A
2021-11-23
Kernel: Teach DeviceManagement to handle multiple audio devices
Jelle Raaijmakers
2021-11-23
Kernel: Move SB16 to Audio subdirectory
Jelle Raaijmakers
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-15
Kernel: Add cross platform RegisterState header and Aarch64 version
James Mintram
2021-09-17
Kernel/Devices: Use try_create_device helper for SB16
Liav A
2021-09-17
Kernel/Devices: Use try_create_device helper for ConsoleDevice
Liav A
2021-09-17
Kernel: Introduce the DeviceManagement singleton
Liav A