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
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
2021-09-28
AK: Add missing AK/Types.h include to VirtIO/Protocol.h
Hendiadyoin1
2021-09-27
Kernel/Graphics: Modernize somewhat the code of BochsGraphicsAdapter
Liav A
2021-09-27
Kernel/Graphics: Ensure we set BGR format of bochs-display if supported
Liav A
2021-09-27
Kernel/Graphics: Force BGR format when modesetting the bochs-display
Liav A
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: Make TextModeConsole store VGA window base as VirtualAddress
Andreas Kling
2021-09-08
Kernel: Remove some unused code in Graphics::TextModeConsole
Andreas Kling
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: Use TRY() in FramebufferDevice
Andreas Kling
2021-09-06
Kernel: Make kernel region allocators return KResultOr<NOP<Region>>
Andreas Kling
2021-09-05
Kernel: Make all Spinlocks use u8 for storage, remove template
Brian Gianforcaro
2021-09-05
Kernel: Switch static_asserts of a type size to AK::AssertSize
Brian Gianforcaro
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-09-03
Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
Daniel Bertalan
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-08
Kernel: Remove unused "VGA font" memory region in GraphicsManagement
Andreas Kling
2021-08-08
Everywhere: Replace AK::Singleton => Singleton
Andreas Kling
2021-08-07
Kernel: Move SpinLock.h into Locking/
Jean-Baptiste Boric
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-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-08-06
Kernel: Make a helper in the Intel graphics driver return StringView
Andreas Kling
2021-08-01
Kernel: Remove unused header includes
Brian Gianforcaro
2021-07-27
Prekernel: Export some multiboot parameters in our own BootInfo struct
Gunnar Beutner
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-24
Kernel: Put a note about the unconditional unblanking of bochs-display
Liav A
2021-07-22
Kernel: Consolidate API for creating AnonymousVMObject with given pages
Andreas Kling
[next]