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-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
2022-03-04
Kernel: Reject sigaction() with SA_SIGINFO
Ali Mohammad Pur
2022-03-04
Kernel: Move signal handlers from being thread state to process state
Ali Mohammad Pur
2022-03-04
Kernel: Report AC'97 vendor and device ID
Jelle Raaijmakers
2022-03-03
Kernel: Fixed behavior of repeated calls to register_string
Jakub Berkop
2022-03-02
Kernel/Storage: Don't try to enumerate PCI adapters if PCI is disabled
Liav A
2022-03-02
Kernel/Graphics: Don't try to enumerate PCI adapters if PCI is disabled
Liav A
2022-03-02
Kernel/Audio: Don't try to enumerate PCI adapters if PCI is disabled
Liav A
2022-03-02
Kernel/Net: Don't try to enumerate PCI adapters if PCI is disabled
Liav A
2022-03-02
Kernel/PCI: Don't create /proc/pci if PCI is disabled
Liav A
2022-03-02
Kernel/PCI: Unify disable checks under PCI::Access::is_disabled method
Liav A
2022-03-02
Kernel: Change PCI access commandline option to also represent no access
Liav A
2022-03-01
Kernel: Respect actual framebuffer pitch
Andreas Kling
2022-02-28
Kernel: Add getrusage() syscall
Lucas CHOLLET
2022-02-27
Kernel: Whitespace and `Error` cleanup in `AC97`
Jelle Raaijmakers
2022-02-27
Kernel: Do not reset AC'97 PCM out on buffer completion
Jelle Raaijmakers
2022-02-27
Kernel: Read and report AC'97 codec revision
Jelle Raaijmakers
2022-02-27
Kernel: Make AC'97 initialization fallible
Jelle Raaijmakers
2022-02-27
Everywhere: Make JSON serialization fallible
Idan Horowitz
[next]