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-01-16
Kernel: Use kernelputstr instead of dbgln when printing backtraces
Idan Horowitz
2022-01-16
Kernel: Make Processor::capture_stack_trace fallible using ErrorOr
Idan Horowitz
2022-01-16
Kernel: Specify inline capacity of return type in capture_stack_trace
Idan Horowitz
2022-01-16
Kernel: Remove useless return value from procfs_get_thread_stack
Idan Horowitz
2022-01-15
Kernel: Remove infallible VMObject resource factory functions
creator1creeper1
2022-01-15
Kernel: Make SharedInodeVMObject construction OOM-aware
creator1creeper1
2022-01-15
Kernel: Make PrivateInodeVMObject construction OOM-aware
creator1creeper1
2022-01-15
Kernel: Make InodeVMOBject construction OOM-aware
creator1creeper1
2022-01-15
Kernel: Make AnonymousVMObject construction OOM-aware
creator1creeper1
2022-01-15
Kernel: Make VMOBject construction OOM-aware
creator1creeper1
2022-01-15
Kernel: Don't remap already non-writable regions when they become CoW
Andreas Kling
2022-01-15
Kernel: Don't bother with page tables for PROT_NONE mappings
Andreas Kling
2022-01-15
Kernel: Use move() in Region::try_clone() to avoid a VMObject::unref()
Andreas Kling
2022-01-15
Kernel: Only register kernel regions with MemoryManager
Andreas Kling
2022-01-15
Kernel: Remove old "region lookup cache" optimization
Andreas Kling
2022-01-15
Kernel: Always remove PageDirectories from the cr3 map on destruction
Idan Horowitz
2022-01-14
Kernel/TmpFS: Remove inode map from TmpFS
Andreas Kling
2022-01-13
Kernel: Wrap much of sys$execve() in a block scope
Andreas Kling
2022-01-13
Kernel: Perform exec-into-new-image directly in sys$execve()
Andreas Kling
2022-01-13
LibELF: Accept Span instead of Pointer+Size in validate_program_headers
Idan Horowitz
2022-01-13
LibELF: Use StringBuilders instead of Strings for the interpreter path
Idan Horowitz
2022-01-13
Kernel: Make map_typed() & map_typed_writable() fallible using ErrorOr
Idan Horowitz
2022-01-13
Kernel: Make map_bios() and map_ebda() fallible using ErrorOr
Idan Horowitz
2022-01-13
Kernel: Stop leaking executable path in successful sys$execve()
Andreas Kling
2022-01-13
Kernel: Skip unnecessary TLB flush when growing kmalloc heap
Andreas Kling
2022-01-13
Kernel: Don't flush TLB after creating brand-new mappings
Andreas Kling
2022-01-13
Kernel: Remove String use-after-free in generate_auxiliary_vector
Idan Horowitz
2022-01-13
Kenrel: Use a KString for Ext2FSDirectoryEntry::name
Idan Horowitz
2022-01-13
Kernel: Add a KString::bytes() helper
Idan Horowitz
2022-01-13
Kernel: Remove unused AK/String.h include from CommandLine.h
Idan Horowitz
2022-01-13
Kernel: Fix OOB write in sys$uname
Idan Horowitz
2022-01-13
Kernel: Convert hostname to KString
Idan Horowitz
2022-01-13
Kernel: Replace {KString => String}::formatted in determine_boot_device
Idan Horowitz
2022-01-13
Kernel: Use KString::formatted in FramebufferDevice::create_framebuffer
Idan Horowitz
2022-01-13
Kernel: Use StringView instead of String in RingBuffer's constructor
Idan Horowitz
2022-01-13
Kernel: Use StringView::to_uint instead of String::to_uint in ProcFS
Idan Horowitz
2022-01-13
Kernel: Use StringView literals instead of empty Strings in ProcFS
Idan Horowitz
2022-01-13
Kernel: Make Process::dump_perfcore OOM-fallible using KString
Idan Horowitz
2022-01-12
Revert "Kernel: Use a StringView for Ext2FSDirectoryEntry::name"
Idan Horowitz
2022-01-12
Kernel: Make Thread::backtrace() fallible using KString
Idan Horowitz
2022-01-12
Kernel: Move NonnullRefPtrVector<NVMeQueue>s instead of copying them
Idan Horowitz
2022-01-12
Kernel: Convert NVMeNameSpace::try_create() to KString
Idan Horowitz
2022-01-12
Kernel: Convert IPv4SocketTuple::to_string() to KString
Idan Horowitz
2022-01-12
Kernel: Move IPv4SocketTuple into the Kernel namespace
Idan Horowitz
2022-01-12
Kernel: Replace usages of String::formatted with KString in sys$exec
Idan Horowitz
2022-01-12
Kernel: Remove outdated FIXME comment in sys$sethostname
Idan Horowitz
2022-01-12
Kernel: Convert Inode event APIs to use StringViews instead of Strings
Idan Horowitz
2022-01-12
Kernel: Use a StringView for Ext2FSDirectoryEntry::name
Idan Horowitz
2022-01-12
Kernel: Make PerformanceEventBuffer::add_process fallible with ErrorOr
Idan Horowitz
2022-01-12
Kernel: Remove the Custody::absolute_path() API
Idan Horowitz
[next]