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-23 | Kernel/Devices: Introduce the Device Control Device | Liav A |
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-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 |