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-02-19
Kernel: Set new process name in `do_exec` before waiting for the tracer
Brian Gianforcaro
2022-02-19
Kernel: Increase i8042 IO attempt counts, again
Linus Groh
2022-02-19
Kernel: Only do i8042 existence check via probing as a fallback
Linus Groh
2022-02-19
Kernel: Fixed argument passing for profiling_enable syscall
Jakub Berkop
2022-02-18
Kernel: Don't enable write-combine for the Bochs framebuffer device
Tom
2022-02-18
Kernel: Add 'RegisterState' & 'KString::try_create' stubs for aarch64
Marco Cutecchia
2022-02-18
Kernel: Lock socket Mutex when servicing IPv4Socket ioctls
Idan Horowitz
2022-02-16
Kernel: Stop compiling AK::String and friends into the Kernel
Idan Horowitz
2022-02-16
Kernel+LibELF+LibVT: Remove unused AK::String header includes
Idan Horowitz
2022-02-16
AK+Kernel: Specialize Trie for NNOP<KString> and use it in UnveilNode
Idan Horowitz
2022-02-16
Kernel: Make Process::procfs_get_pledge_stats OOM-fallible
Idan Horowitz
2022-02-16
Kernel: Remove useless partition UUID length check
Idan Horowitz
2022-02-16
AK+Kernel: Return KString from MACAddress::to_string() in the Kernel
Idan Horowitz
2022-02-16
AK+Kernel: Return KString from IPv4Address::to_string() in the Kernel
Idan Horowitz
2022-02-15
AK+Kernel: OOM-harden most parts of Trie
Ali Mohammad Pur
2022-02-14
Kernel: Honor permission mode when creating new directories in DevTmpFS
Liav A
2022-02-14
Kernel/Audio: Ignore buffers with more than 4096 bytes of data in SB16
Liav A
2022-02-14
Kernel/Audio: Introduce a new design architecture for the subsystem
Liav A
2022-02-14
Kernel/Profiling: Add profiling to read syscall
Jakub Berkop
2022-02-14
Kernel: Use StringView::for_each_split_view() in sys$pledge
Idan Horowitz
2022-02-14
Kernel: Make Inode::set_shared_vmobject() OOM-fallible
Idan Horowitz
2022-02-14
Kernel: Evaluate block conditions only once on new mouse packets
Idan Horowitz
2022-02-14
Kernel: Make master TLS region WeakPtr construction OOM-fallible
Idan Horowitz
2022-02-13
Kernel: Remove dead code from ThreadSafeWeakPtr
Idan Horowitz
2022-02-13
Kernel: Remove make_weak_ptr()
Idan Horowitz
2022-02-13
Kernel: Use try_make_weak_ptr() instead of make_weak_ptr()
Idan Horowitz
2022-02-13
AK+Kernel: Add an OOM-fallible try variant make_weak_ptr()
Idan Horowitz
2022-02-13
AK+Kernel: Rename try_make_weak_ptr to make_weak_ptr_if_nonnull
Idan Horowitz
2022-02-13
Kernel: Expose maximum argument limit in sysconf
Andrew Kaster
2022-02-13
Kernel/VFS: Add FIXMEs about error codes leaking data from veiled paths
Max Wipfli
2022-02-13
Kernel/VFS: Validate paths against process veil in mkdir()
Max Wipfli
2022-02-13
Kernel/VFS: Clear out_parent if path is veiled
Max Wipfli
2022-02-13
Kernel: Fix deadlock when setting VirtIOGPU resolution
Sahan Fernando
2022-02-12
Kernel: Increase attempts count when waiting before doing i8042 IO
Liav A
2022-02-12
Kernel: Increase delay and attempts count when checking i8042 existence
Liav A
2022-02-11
Meta: Enable RELR relocations
Daniel Bertalan
2022-02-11
Kernel: Stop trying to write unmapped Process regions into CoreDumps
Idan Horowitz
2022-02-11
Kernel: Set up Regions before adding them to a Process's AddressSpace
Idan Horowitz
2022-02-11
Kernel: Make SharedInodeVMObject pages Bitmap allocation OOM-fallible
Idan Horowitz
2022-02-11
Kernel: Make AnonymousVMObject COW-Bitmap allocation OOM-fallible
Idan Horowitz
2022-02-11
AK: Make Bitmap construction OOM-fallible
Idan Horowitz
2022-02-11
Kernel/Net: Don't update TCP socket "last sent ACK" field too early
Andreas Kling
2022-02-11
Kernel/E1000: Bump RX/TX buffer count to 256/256
Andreas Kling
2022-02-11
Kernel: Make contiguous VM objects use "user physical pages" by default
Andreas Kling
2022-02-11
Kernel: Workaround QEMU hypervisor.framework CPUID max leaf bug
Idan Horowitz
2022-02-10
Kernel: Convert i8042 code to use the ErrorOr pattern more broadly
Liav A
2022-02-10
Kernel: Check i8042 existence before trying to use it
Liav A
2022-02-09
Kernel: Instantiate a TextModeConsole early on if there's no framebuffer
Liav A
2022-02-09
Kernel/Graphics: Don't assert when disabling TextModeConsole
Liav A
2022-02-09
Kernel/Graphics: Untie Text mode console from VGACompatibleAdapter class
Liav A
[next]