Age | Commit message (Expand) | Author |
---|---|---|
2023-04-04 | Kernel: Stop using *LockRefPtr for Kernel::Timer | Andreas Kling |
2022-12-31 | Kernel/Graphics: Restore VirtIO GPU framebuffer console functionality | Liav A |
2022-08-20 | Kernel: Make self-contained locking smart pointers their own classes | Andreas Kling |
2022-06-06 | Kernel/Graphics: Flush the entire buffer if using VirtIO console | Liav A |
2022-05-05 | Kernel/Graphics: Apply DisplayConnector design on the VirtIO driver | Liav A |
2022-04-20 | Kernel: Allow WorkQueue items allocation failures propagation | Liav A |
2021-10-27 | Kernel + WindowServer: Re-define the interface to framebuffer devices | Liav A |
2021-10-27 | Kernel/Graphics: Rename VirtIO FrameBufferDevice => FramebufferDevice | Liav A |
2021-10-22 | Kernel: Make FrameBufferDevice::try_to_set_resolution() return KResult | Andreas Kling |
2021-07-18 | Kernel: Put VirtIOGPU related types into a namespace | Sahan Fernando |