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
2023-01-05
Kernel: Add dmesgln_pci logging for Kernel::PCI
Evan Smal
2023-01-02
Kernel: Remove unused includes of Kernel/Debug.h
Ben Wiederhake
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
2022-12-31
Kernel/Graphics: Restore VirtIO GPU framebuffer console functionality
Liav A
2022-12-28
Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal
Liav A
2022-12-28
Kernel: Remove i686 support
Liav A
2022-12-26
Kernel/Graphics: Increase VirtIO GPU transfer buffer size to 4MiB
Stephan Unverwerth
2022-12-22
AK+Everywhere: Replace all Bitmap::must_create() uses with ::create()
Sam Atkins
2022-12-19
Kernel/Graphics: Propagate errors properly around in the VirtIO driver
Liav A
2022-12-19
Kernel/Graphics: Disable double buffering for the VirtIO driver
Liav A
2022-12-19
Kernel: Properly propagate errors in VirtIOGPU 3D device initialization
Liav A
2022-12-15
Kernel: Allocate VirtIOGPU context IDs from a bitmap, with ErrorOr
Sam Atkins
2022-12-15
Kernel: Remove unimplemented VirGL adapter's edid_feature_accepted()
Sam Atkins
2022-12-15
Kernel: Remove Badged `VirtIOGraphicsAdapter::allocate_FOO_id()` methods
Sam Atkins
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-03
Everywhere: Clean up "the the" comment typos
Nico Weber
2022-10-26
Kernel: Move bar0_space_size declaration out of arch-specific ifdefs
Timon Kruiper
2022-10-23
Kernel/Graphics: Handle correctly unknown ioctls on a DisplayConnector
Liav A
2022-10-01
Kernel/aarch64: Get framebuffer data from BootFramebufferConsole
Timon Kruiper
2022-10-01
Kernel/aarch64: Remove specific aarch64 code in BootFramebufferConsole
Timon Kruiper
2022-09-24
Kernel+Userland: Provide bytes count for a DisplayConnector framebuffer
Liav A
2022-09-23
Kernel: Introduce the IOWindow class
Liav A
2022-09-23
Kernel/Graphics: Move x86-specific support for VGA to Arch/x86 directory
Liav A
2022-09-20
Kernel: Ensure proper locking when mutating boot console cursor
Liav A
2022-09-20
Kernel: Mark Console::{hide,show}_cursor methods protected
Liav A
2022-09-20
Kernel/Graphics: Introduce support for QEMU isa-vga device
Liav A
2022-09-20
Kernel/Graphics: Always ensure a console is set when initialization ends
Liav A
2022-09-20
Kernel: Move x86 Bochs VBE code to the Arch/x86 directory
Liav A
2022-09-20
Kernel/PCI: Convert PCI BAR number to a strong typed enum class
Liav A
2022-09-20
Kernel: Remove stale includes of x86 IO header file
Liav A
2022-09-20
Kernel: Move IO delay code to x86 architecture subdirectory
Liav A
2022-08-24
Kernel: Simplify the File memory-mapping API
Andreas Kling
2022-08-24
Kernel: Wrap process address spaces in SpinlockProtected
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-20
AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel
Andreas Kling
2022-08-19
Kernel: Require lock rank for Spinlock construction
kleines Filmröllchen
2022-08-14
Kernel: Move TrapFrame into its own header on aarch64
Filiph Sandström
2022-07-24
Kernel/SysFS: Fix parent directory hierarchy with symbolic links
Liav A
2022-07-23
Kernel+Userland: Add ioctl to set process ownership of DisplayConnector
Liav A
2022-07-23
Kernel/Graphics: Remove out-of-context comment note
Liav A
2022-07-22
Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_'
Linus Groh
2022-07-19
Kernel+Userland: Remove GRAPHICS_IOCTL_GET_HEAD_EDID ioctl
Liav A
2022-07-19
Kernel/Devices: Abstract SysFS Device add/remove methods more properly
Liav A
2022-07-19
Kernel/SysFS: Add exposing interface for DisplayConnectors
Liav A
2022-07-15
Kernel/Graphics: Remove GenericGraphicsAdapter::vga_compatible method
Liav A
2022-07-13
Kernel/Graphics: Allocate VGA window region according to the usual rules
Liav A
2022-07-13
Kernel/Graphics: Rename m_vga_region => m_vga_window_region
Liav A
2022-07-13
Kernel/Graphics: Rename TextModeConsole => VGATextModeConsole
Liav A
2022-07-13
Kernel/Graphics: Remove unnecessary VGAConsole class abstraction
Liav A
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
[next]