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
/
VirtIOGPU
Age
Commit message (
Expand
)
Author
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-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-09-29
Kernel/PCI: Propagate usage of DeviceIdentifier everywhere
Liav A
2021-09-29
Kernel: Rename two PCI components
Liav A
2021-09-28
AK: Add missing AK/Types.h include to VirtIO/Protocol.h
Hendiadyoin1
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-07
Kernel/PCI: Simplify the entire subsystem
Liav A
2021-09-06
Kernel: Use TRY() in Graphics::VirtIOGPU::FrameBufferDevice
Andreas Kling
2021-09-06
Kernel: Make kernel region allocators return KResultOr<NOP<Region>>
Andreas Kling
2021-09-05
Kernel: Make copy_{from,to}_user() return KResult and use TRY()
Andreas Kling
2021-09-04
Kernel/VirtIO: Defer initialization of device out of the constructor
Liav A
2021-08-31
Kernel/VirtIO: Remove redundant VirtIO word from filenames
Liav A
2021-08-31
Kernel/VirtIO: Move everything into the VirtIO namespace
Liav A
2021-08-31
Kernel/VirtIO: Remove the m_class_name member
Liav A
2021-08-23
Kernel: Rename PCI::DeviceController => PCI::Device
Liav A
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-15
Kernel: Make Kernel::VMObject allocation functions return KResultOr
sin-ack
2021-08-13
Kernel: Move VirtIO code into the Bus source folder
Liav A
2021-08-06
Kernel: Add convenience values to the Memory::Region::Access enum
Andreas Kling
2021-08-06
Kernel: Rename Process::space() => Process::address_space()
Andreas Kling
2021-08-06
Kernel: Rename Range => VirtualRange
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
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-22
Kernel: Consolidate API for creating AnonymousVMObject with given pages
Andreas Kling
2021-07-22
Everywhere: Prefer using {:#x} over 0x{:x}
Gunnar Beutner
2021-07-21
Kernel: VirtIO framebuffer should clamp pending dirty rects if needed
Tom
2021-07-18
Kernel: Clean up VirtIOGPU class interfaces
Sahan Fernando
2021-07-18
Kernel: Replace VirtIOGPU reinterpret casts with AK::BinaryBufferWriter
Sahan Fernando
2021-07-18
Kernel: Improve debug prints for VirtIOGPU device config events
Sahan Fernando
2021-07-18
Kernel: Rename VirtIOGPU/VirtIOGPU.cpp to VirtIOGPU/GPU.cpp
Sahan Fernando
2021-07-18
Kernel: Put VirtIOGPU related types into a namespace
Sahan Fernando
2021-07-18
Kernel: Rename Locker => MutexLocker
Andreas Kling
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-11
Kernel: Remove unused header includes in Graphics subtree
Brian Gianforcaro
2021-07-11
Kernel: Rename VMObject::clone() => try_clone()
Andreas Kling
2021-07-11
Kernel: Rename various *VMObject::create*() => try_create()
Andreas Kling
[prev]
[next]