Age | Commit message (Expand) | Author |
---|---|---|
2022-08-20 | Kernel: Make self-contained locking smart pointers their own classes | Andreas Kling |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2021-09-29 | Kernel/PCI: Propagate usage of DeviceIdentifier everywhere | Liav A |
2021-09-06 | Kernel: Make kernel region allocators return KResultOr<NOP<Region>> | Andreas Kling |
2021-09-04 | Kernel/VirtIO: Defer initialization of device out of the constructor | Liav A |
2021-09-01 | Kernel: Use = default for empty destructors | Brian Gianforcaro |
2021-08-31 | Kernel/VirtIO: Don't expose constructors as public method | Liav A |
2021-08-31 | Kernel/VirtIO: Remove redundant VirtIO word from filenames | Liav A |