index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Graphics
Age
Commit message (
Expand
)
Author
2022-02-13
Kernel: Fix deadlock when setting VirtIOGPU resolution
Sahan Fernando
2022-02-09
Kernel: Instantiate a TextModeConsole early on if there's no framebuffer
Liav A
2022-02-09
Kernel/Graphics: Don't assert when disabling TextModeConsole
Liav A
2022-02-09
Kernel/Graphics: Untie Text mode console from VGACompatibleAdapter class
Liav A
2022-02-09
Kernel: Change static constexpr variables to constexpr where possible
Lenny Maiorani
2022-02-04
Kernel: Disable BootFramebufferConsole when drivers create a new one
Tom
2022-02-04
Kernel: Set up an initial boot framebuffer console
Tom
2022-02-04
Kernel: Separate GenericFramebufferConsole implementation
Tom
2022-02-03
Kernel: Turn VirtIOGPU operation lock from mutex into spinlock
Andreas Kling
2022-02-03
Kernel: Protect FramebufferDevice with spinlock instead of mutex
Andreas Kling
2022-01-28
Kernel: Convert MemoryManager::allocate_user_physical_page to ErrorOr
Idan Horowitz
2022-01-26
Kernel: Enable Write-Combine for FramebufferDevice
Tom
2022-01-25
Kernel: Use u64 instead of size_t for File::can_write offset
Idan Horowitz
2022-01-25
Kernel: Use u64 instead of size_t for File::can_read offset
Idan Horowitz
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-23
Kernel: Add ioctl to get the EDID from a framebuffer
Tom
2022-01-23
Kernel/Graphics: Send correct parameters to text console clear method
Liav A
2022-01-13
Kernel: Make map_typed() & map_typed_writable() fallible using ErrorOr
Idan Horowitz
2022-01-13
Kernel: Use KString::formatted in FramebufferDevice::create_framebuffer
Idan Horowitz
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
2022-01-06
Kernel: Only use multiboot framebuffer details if present
Tom
2022-01-06
Kernel: Add option to force using only the bootloader framebuffer
Tom
2022-01-05
Kernel: Use MUST + Vector::try_append instead of Vector::append
Brian Gianforcaro
2021-12-29
Kernel: Handle promise violations in the syscall handler
Brian Gianforcaro
2021-12-29
Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE()
Brian Gianforcaro
2021-12-29
Kernel: Fix info leak from padding in GenericFramebufferDevice::ioctl
Brian Gianforcaro
2021-12-28
Kernel: Propagate overflow errors from Memory::page_round_up
Guilherme Goncalves
2021-12-28
Kernel: Remove the kmalloc_eternal heap :^)
Andreas Kling
2021-12-18
Kernel: Use copy_typed_from_user() in more places :^)
Andreas Kling
2021-12-16
Kernel+LibC: Move errno definitions to Kernel/API/POSIX
sin-ack
2021-12-11
Kernel: Remove unused String.h includes
Hendiadyoin1
2021-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-11-21
Everywhere: Fix spelling of "offsetted"
Andreas Kling
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-27
Kernel + WindowServer: Re-define the interface to framebuffer devices
Liav A
2021-10-27
Kernel/Graphics: Rename GraphicsDevice => GenericGraphicsAdapter
Liav A
2021-10-27
Kernel/Graphics: Re-order parameters in VirtIO GraphicsAdapter methods
Liav A
2021-10-27
Kernel/Graphics: Merge VirtIO GraphicsAdapter and VirtIO GPU code
Liav A
2021-10-27
Kernel/Graphics: Convert type method => bool vga compatible method
Liav A
2021-10-27
Kernel/Graphics: Force VirtIO Framebuffer to inherit FramebufferDevice
Liav A
2021-10-27
Kernel/Graphics: Rename VirtIO FrameBufferDevice => FramebufferDevice
Liav A
2021-10-25
Kernel: Separate framebuffers from bootmode
Ben Wiederhake
2021-10-22
Kernel: Make FrameBufferDevice::try_to_set_resolution() return KResult
Andreas Kling
2021-10-03
Kernel: Use `operator ""sv` in all class_name() implementations
Brian Gianforcaro
2021-10-01
Kernel: Move x86 IO instructions code into the x86 specific folder
Liav A
2021-10-01
Kernel: Remove IO.h include from a bunch of places
Liav A
2021-09-29
Kernel/PCI: Remove Address from enumeration callback
Liav A
2021-09-29
Kernel/PCI: Propagate usage of DeviceIdentifier everywhere
Liav A
2021-09-29
Kernel: Rename two PCI components
Liav A
2021-09-29
Kernel/PCI: Cache more details about PCI devices when enumerating them
Liav A
[prev]
[next]