Andreas Kling
|
ca42621be1
Kernel: Protect FramebufferDevice with spinlock instead of mutex
|
3 yıl önce |
Tom
|
4383b26faa
Kernel: Enable Write-Combine for FramebufferDevice
|
3 yıl önce |
Tom
|
03c45b1865
Kernel: Add ioctl to get the EDID from a framebuffer
|
3 yıl önce |
Brian Gianforcaro
|
54b9a4ec1e
Kernel: Handle promise violations in the syscall handler
|
3 yıl önce |
Brian Gianforcaro
|
bad6d50b86
Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE()
|
3 yıl önce |
Guilherme Goncalves
|
33b78915d3
Kernel: Propagate overflow errors from Memory::page_round_up
|
3 yıl önce |
sin-ack
|
69ef211925
Kernel+LibC: Move errno definitions to Kernel/API/POSIX
|
3 yıl önce |
Andreas Kling
|
9387271049
Everywhere: Fix spelling of "offsetted"
|
3 yıl önce |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 yıl önce |
Liav A
|
8554952690
Kernel + WindowServer: Re-define the interface to framebuffer devices
|
3 yıl önce |
Liav A
|
78e724a899
Kernel/Graphics: Rename GraphicsDevice => GenericGraphicsAdapter
|
3 yıl önce |
Liav A
|
f476b49fd8
Kernel/Graphics: Merge VirtIO GraphicsAdapter and VirtIO GPU code
|
3 yıl önce |
Liav A
|
fb0ed2ae46
Kernel/Graphics: Force VirtIO Framebuffer to inherit FramebufferDevice
|
3 yıl önce |
Liav A
|
aee4786d8e
Kernel: Introduce the DeviceManagement singleton
|
3 yıl önce |
Liav A
|
f5de4f24b2
Kernel/Devices: Defer creation of SysFS component after the constructor
|
3 yıl önce |
Liav A
|
21b6d84ff0
Kernel/Devices: Remove required_mode and device_name methods
|
3 yıl önce |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 yıl önce |
Andreas Kling
|
17a12c8a30
Kernel: Use TRY() in FramebufferDevice
|
3 yıl önce |
Andreas Kling
|
75564b4a5f
Kernel: Make kernel region allocators return KResultOr<NOP<Region>>
|
3 yıl önce |
Andreas Kling
|
48a0b31c47
Kernel: Make copy_{from,to}_user() return KResult and use TRY()
|
3 yıl önce |
Andreas Kling
|
c922a7da09
Kernel: Rename ScopedSpinlock => SpinlockLocker
|
3 yıl önce |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
3 yıl önce |
sin-ack
|
4bfd6e41b9
Kernel: Make Kernel::VMObject allocation functions return KResultOr
|
3 yıl önce |
Andreas Kling
|
2cd8b21974
Kernel: Add convenience values to the Memory::Region::Access enum
|
3 yıl önce |
Andreas Kling
|
208147c77c
Kernel: Rename Process::space() => Process::address_space()
|
3 yıl önce |
Andreas Kling
|
cd5faf4e42
Kernel: Rename Range => VirtualRange
|
3 yıl önce |
Andreas Kling
|
93d98d4976
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
|
3 yıl önce |
Andreas Kling
|
a1d7ebf85a
Kernel: Rename Kernel/VM/ to Kernel/Memory/
|
3 yıl önce |
Brian Gianforcaro
|
ed996fcced
Kernel: Remove unused header includes
|
4 yıl önce |
Brian Gianforcaro
|
de9ff0af50
Kernel: Modify the IOCTL API to return KResult
|
4 yıl önce |