Age | Commit message (Expand) | Author |
---|---|---|
2023-06-04 | Kernel: Move Random.{h,cpp} code to Security subdirectory | Liav A |
2023-04-30 | Kernel/VirtIO: Improve error handling during device initialization | Liav A |
2023-01-05 | Kernel: Add dmesgln_pci logging for Kernel::PCI | Evan Smal |
2022-08-20 | Kernel: Make self-contained locking smart pointers their own classes | Andreas Kling |
2022-08-20 | AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel | Andreas Kling |
2021-10-03 | Kernel: Fix copy paste in VirtIO::RNG::class_name() | Brian Gianforcaro |
2021-10-03 | Kernel: Use `operator ""sv` in all class_name() implementations | Brian Gianforcaro |
2021-09-29 | Kernel/PCI: Propagate usage of DeviceIdentifier everywhere | Liav A |
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 |