Lenny Maiorani
|
c6acf64558
Kernel: Change static constexpr variables to constexpr where possible
|
3 år sedan |
Andreas Kling
|
200589ba27
Kernel: Turn VirtIOGPU operation lock from mutex into spinlock
|
3 år sedan |
Andreas Kling
|
ca42621be1
Kernel: Protect FramebufferDevice with spinlock instead of mutex
|
3 år sedan |
Idan Horowitz
|
5146315a15
Kernel: Convert MemoryManager::allocate_user_physical_page to ErrorOr
|
3 år sedan |
Tom
|
03c45b1865
Kernel: Add ioctl to get the EDID from a framebuffer
|
3 år sedan |
Idan Horowitz
|
ec1f3abd34
Kernel: Use KString::formatted in FramebufferDevice::create_framebuffer
|
3 år sedan |
Brian Gianforcaro
|
24066ba5ef
Kernel: Use MUST + Vector::try_append instead of Vector::append
|
3 år sedan |
Brian Gianforcaro
|
54b9a4ec1e
Kernel: Handle promise violations in the syscall handler
|
3 år sedan |
Brian Gianforcaro
|
bad6d50b86
Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE()
|
3 år sedan |
Andreas Kling
|
9387271049
Everywhere: Fix spelling of "offsetted"
|
3 år sedan |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 år sedan |
Liav A
|
8554952690
Kernel + WindowServer: Re-define the interface to framebuffer devices
|
3 år sedan |
Liav A
|
c7eb761b7f
Kernel/Graphics: Re-order parameters in VirtIO GraphicsAdapter methods
|
3 år sedan |
Liav A
|
f476b49fd8
Kernel/Graphics: Merge VirtIO GraphicsAdapter and VirtIO GPU code
|
3 år sedan |
Liav A
|
fb0ed2ae46
Kernel/Graphics: Force VirtIO Framebuffer to inherit FramebufferDevice
|
3 år sedan |
Liav A
|
4815282a5f
Kernel/Graphics: Rename VirtIO FrameBufferDevice => FramebufferDevice
|
3 år sedan |