Andreas Kling
|
c922a7da09
Kernel: Rename ScopedSpinlock => SpinlockLocker
|
3 years ago |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
3 years ago |
sin-ack
|
4bfd6e41b9
Kernel: Make Kernel::VMObject allocation functions return KResultOr
|
3 years ago |
Andreas Kling
|
2cd8b21974
Kernel: Add convenience values to the Memory::Region::Access enum
|
3 years ago |
Andreas Kling
|
208147c77c
Kernel: Rename Process::space() => Process::address_space()
|
3 years ago |
Andreas Kling
|
cd5faf4e42
Kernel: Rename Range => VirtualRange
|
3 years ago |
Andreas Kling
|
93d98d4976
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
|
3 years ago |
Andreas Kling
|
a1d7ebf85a
Kernel: Rename Kernel/VM/ to Kernel/Memory/
|
3 years ago |
Brian Gianforcaro
|
ed996fcced
Kernel: Remove unused header includes
|
3 years ago |
Brian Gianforcaro
|
de9ff0af50
Kernel: Modify the IOCTL API to return KResult
|
4 years ago |
Brian Gianforcaro
|
9a04f53a0f
Kernel: Utilize AK::Userspace<T> in the ioctl interface
|
4 years ago |
Luke
|
2df4d977e2
Kernel: Return ENOMEM on allocation failures in FramebufferDevice::mmap
|
4 years ago |
Brian Gianforcaro
|
abe72ede7a
Kernel: Remove unused header includes in Graphics subtree
|
4 years ago |
Andreas Kling
|
88d490566f
Kernel: Rename various *VMObject::create*() => try_create()
|
4 years ago |
Tom
|
7fdf902e4a
Kernel: Implement buffer flipping for VirtIOGPU framebuffers
|
4 years ago |
Tom
|
38af4c29e6
WindowServer: Coalesce flushing buffers into one ioctl() call
|
4 years ago |
Hendiadyoin1
|
62f9377656
Kernel: Move special sections into Sections.h
|
4 years ago |
Liav A
|
c1a4dfeffb
Kernel/Graphics: Remove unnecessary derived FramebufferDevice classes
|
4 years ago |
Liav A
|
09d09b79b6
Kernel: Fix type, dectivate_writes => deactivate_writes
|
4 years ago |
Liav A
|
db268efa69
Kernel/Graphics: Choose VMObject considering enabled state when mmaping
|
4 years ago |
Liav A
|
87f8f892d8
Kernel: Fix framebuffer resolution modesetting after boot
|
4 years ago |
Liav A
|
02b73cb93d
Kernel/Graphics: Be more consistent about arguments passing
|
4 years ago |
Liav A
|
7995e115b8
Kernel/Graphics: Round size value when mapping real framebuffer
|
4 years ago |
Liav A
|
58d7eb36ad
Kernel/Graphics: Fix a method to be more accurate about its name
|
4 years ago |
Liav A
|
20743e8aed
Kernel/Graphics + SystemServer: Support text mode properly
|
4 years ago |
Liav A
|
6a728e2d76
Kernel: Introduce a new graphics subsystem
|
4 years ago |