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
Age
Commit message (
Expand
)
Author
2022-03-18
Kernel: When receiving unexpected TCP flags, print the flags
Andreas Kling
2022-03-18
Kernel: Rename TCPFlags::PUSH => PSH
Andreas Kling
2022-03-18
Kernel: Mark `serenity_dev_` functions as static
Brian Gianforcaro
2022-03-18
Kernel/Graphics: Don't declare VGA changing-state methods as const
Liav A
2022-03-18
LibVT/Kernel: Make VT::Attribute::Flags enum class, use AK EnumBits
Brian Gianforcaro
2022-03-18
Kernel: Fix crash when opening GPU3DDevice without creating a context
Sahan Fernando
2022-03-18
Kernel: Don't initialize early framebuffer console if address is invalid
Liav A
2022-03-18
Kernel: Allow to disable early boot console
Liav A
2022-03-18
Kernel/Graphics: Move all VGA related methods to GraphicsManagement
Liav A
2022-03-18
Kernel: Zero initialize DoubleBuffer::InnerBuffer::size
Brian Gianforcaro
2022-03-18
Kernel: Default initialize AC97::m_codec_revision
Brian Gianforcaro
2022-03-18
Kernel: Zero initialize USBDevice::m_device_descriptor
Brian Gianforcaro
2022-03-18
Kernel: Rename locker variables in BMIDEChannel so they aren't shadowed
Brian Gianforcaro
2022-03-18
Kernel: Zero initialize all members in NVMeController
Brian Gianforcaro
2022-03-17
Everywhere: Switch from EnableIf to requires
Lenny Maiorani
2022-03-17
Kernel: Make number of RTL8168 rx/tx descriptors constexpr
Lenny Maiorani
2022-03-17
Kernel: Use default constructors/destructors
Lenny Maiorani
2022-03-16
Kernel: Define IF_NAMESIZE in net/if.h
Linus Groh
2022-03-15
AK+Kernel: Avoid double memory clearing of HashTable buckets
Daniel Bertalan
2022-03-14
Kernel: Try to reuse empty slabheaps before expanding the kmalloc-heap
Hendiadyoin1
2022-03-14
Kernel: Bail out earlier from Process::lookup_stacks_directory
Hendiadyoin1
2022-03-14
Kernel/PCI: Break early of controller iteration over devices in OOM case
Liav A
2022-03-14
Kernel/PCI: Don't hold spinlocks when doing fast device enumeration
Liav A
2022-03-14
Kernel: Fix buffer overflow in VirtIOGPU create_3d_resource(..)
Brian Gianforcaro
2022-03-14
Kernel: Sandbox each GPU3DDevice file description into own host context
Sahan Fernando
2022-03-12
Revert "Kernel: Use an ArmedScopeGuard to revert changes after failed mmap"
Brian Gianforcaro
2022-03-12
Revert "Kernel: Don't override FramebufferDevice's memory regions on mmap"
Brian Gianforcaro
2022-03-12
Kernel: Move aarch64 Prekernel into Kernel
Jakub V. Flasar
2022-03-12
Kernel: Create a stub mcontext for aarch64
Jakub V. Flasar
2022-03-09
Kernel: Mark sys$lseek() as not needing the big lock
Andreas Kling
2022-03-09
Kernel: Mark sys$emuctl() as not needing the big lock
Andreas Kling
2022-03-09
Kernel: Mark sys$chmod() as not needing the big lock
Andreas Kling
2022-03-09
Kernel: Mark sys$fchmod() as not needing the big lock
Andreas Kling
2022-03-09
Kernel: Mark sys$dup2() as not needing the big lock
Andreas Kling
2022-03-09
Kernel: Mark sys$ftruncate() as not needing the big lock
Andreas Kling
2022-03-09
Kernel: Mark sys$fstatvfs() as not needing the big lock
Andreas Kling
2022-03-09
Kernel: Disable GPU fencing for VirtIOGPU operations
Sahan Fernando
2022-03-09
Kernel: Implement basic VirGL device
Sahan Fernando
2022-03-09
Kernel: Use AK::to_underlying instead of static_cast in VirtIOGPU
Sahan Fernando
2022-03-09
LibC: Add ioctls for VirGL
Sahan Fernando
2022-03-08
Kernel: Remove an unused fd_set.h import
Tim Schumacher
2022-03-08
Kernel: Don't override FramebufferDevice's memory regions on mmap
Hendiadyoin1
2022-03-08
Kernel: Use an ArmedScopeGuard to revert changes after failed mmap
Hendiadyoin1
2022-03-08
Kernel: Panic if the init process dies
Daniel Bertalan
2022-03-08
Kernel/Graphics: Override first byte of the EDID in Intel Native driver
Liav A
2022-03-08
Kernel/Graphics: Print contents of offending EDID in Intel Native driver
Liav A
2022-03-08
Kernel: Expose PCI BAR addresses in sysfs
Liav A
2022-03-08
Kernel: Mark sys$fsync() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$readlink() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$stat() as not needing the big lock
Andreas Kling
[next]