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
/
FramebufferDevice.h
Age
Commit message (
Expand
)
Author
2022-03-12
Revert "Kernel: Don't override FramebufferDevice's memory regions on mmap"
Brian Gianforcaro
2022-03-08
Kernel: Don't override FramebufferDevice's memory regions on mmap
Hendiadyoin1
2022-02-18
Kernel: Don't enable write-combine for the Bochs framebuffer device
Tom
2022-02-03
Kernel: Protect FramebufferDevice with spinlock instead of mutex
Andreas Kling
2022-01-23
Kernel: Add ioctl to get the EDID from a framebuffer
Tom
2021-12-28
Kernel: Remove the kmalloc_eternal heap :^)
Andreas Kling
2021-12-11
Kernel: Remove unused String.h includes
Hendiadyoin1
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: Merge VirtIO GraphicsAdapter and VirtIO GPU code
Liav A
2021-10-27
Kernel/Graphics: Force VirtIO Framebuffer to inherit FramebufferDevice
Liav A
2021-10-03
Kernel: Use `operator ""sv` in all class_name() implementations
Brian Gianforcaro
2021-09-17
Kernel: Introduce the DeviceManagement singleton
Liav A
2021-09-11
Kernel/Devices: Defer creation of SysFS component after the constructor
Liav A
2021-09-08
Kernel/Devices: Remove required_mode and device_name methods
Liav A
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-05
Kernel: Make all Spinlocks use u8 for storage, remove template
Brian Gianforcaro
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-15
Kernel: Make Kernel::VMObject allocation functions return KResultOr
sin-ack
2021-08-07
Kernel: Move SpinLock.h into Locking/
Jean-Baptiste Boric
2021-08-06
Kernel: Rename Range => VirtualRange
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-08-06
Kernel: Fix handful of remaining "return -EFOO" mistakes
Andreas Kling
2021-07-27
Kernel: Modify the IOCTL API to return KResult
Brian Gianforcaro
2021-07-27
Kernel: Utilize AK::Userspace<T> in the ioctl interface
Brian Gianforcaro
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-06-25
Kernel: Abstract FramebufferConsole away from contiguous physical range
Sahan Fernando
2021-05-27
Kernel/Graphics: Remove unnecessary derived FramebufferDevice classes
Liav A
2021-05-21
Kernel: Fix type, dectivate_writes => deactivate_writes
Liav A
2021-05-21
Kernel/Graphics: Choose VMObject considering enabled state when mmaping
Liav A
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
2021-05-16
Kernel: Introduce a new graphics subsystem
Liav A