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-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
2022-03-08
Kernel: Mark sys$fstat() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$fchdir() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$chdir() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$getcwd() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$realpath() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Put Process unveil state in a SpinlockProtected container
Andreas Kling
2022-03-08
Kernel: Put Process's current directory in a SpinlockProtected
Andreas Kling
2022-03-08
Kernel: Make SpinlockProtected constructor forward all arguments
Andreas Kling
2022-03-08
Kernel: Mark sys$anon_create() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Implement kmalloc_good_size for the new kmalloc
Idan Horowitz
2022-03-07
Kernel: Wrap HIDManagement keymap data in SpinlockProtected
Andreas Kling
2022-03-04
Kernel: Over-align the FPUState on the stack in sigreturn
Ali Mohammad Pur
2022-03-04
Kernel: Fix silly unintentional use of operator,
Ali Mohammad Pur
2022-03-04
Kernel: Save and restore FPU state on signal dispatch on i386/x86_64
Ali Mohammad Pur
2022-03-04
Kernel: Fill some siginfo and ucontext fields on SA_SIGINFO
Ali Mohammad Pur
2022-03-04
Kernel: Add support for SA_SIGINFO
Ali Mohammad Pur
2022-03-04
Kernel: Comment the living daylights out of signal trampoline/sigreturn
Ali Mohammad Pur
2022-03-04
Kernel: Make the signal trampoline stack alignment a bit more readable
Ali Mohammad Pur
[next]