summaryrefslogtreecommitdiff
path: root/Kernel/Graphics/VirtIOGPU/Console.cpp
AgeCommit message (Expand)Author
2023-06-04Kernel: Move all tasks-related code to the Tasks subdirectoryLiav A
2023-05-24AK: Rename Time to Durationkleines Filmröllchen
2023-04-04Kernel: Stop using *LockRefPtr for Kernel::TimerAndreas Kling
2022-12-31Kernel/Graphics: Restore VirtIO GPU framebuffer console functionalityLiav A
2022-08-20Kernel: Make self-contained locking smart pointers their own classesAndreas Kling
2022-06-06Kernel/Graphics: Flush the entire buffer if using VirtIO consoleLiav A
2022-05-05Kernel/Graphics: Apply DisplayConnector design on the VirtIO driverLiav A
2022-04-20Kernel: Allow WorkQueue items allocation failures propagationLiav A
2021-10-27Kernel + WindowServer: Re-define the interface to framebuffer devicesLiav A
2021-10-27Kernel/Graphics: Rename VirtIO FrameBufferDevice => FramebufferDeviceLiav A
2021-10-22Kernel: Make FrameBufferDevice::try_to_set_resolution() return KResultAndreas Kling
2021-07-18Kernel: Put VirtIOGPU related types into a namespaceSahan Fernando