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-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
2022-01-12
Kernel: Convert ProcFS Process getters to try_serialize_absolute_path
Idan Horowitz
2022-01-12
Kernel: Use try_serialize_absolute_path in PerformanceEventBuffer
Idan Horowitz
2022-01-12
Kernel: Convert CoreDump to KString using try_serialize_absolute_path
Idan Horowitz
2022-01-12
Kernel: Use try_serialize_absolute_path in ProcFSOverallProcesses
Idan Horowitz
2022-01-12
Kernel: Convert Mount::absolute_path to ErrorOr<NonnullOwnPtr<KString>>
Idan Horowitz
2022-01-12
Kernel: Use Vector::try_append in Custody::try_serialize_absolute_path
Idan Horowitz
2022-01-12
Kernel: Convert CommandLine to KString
Idan Horowitz
2022-01-12
Kernel: Replace all usages of String::number with KString::number
Idan Horowitz
2022-01-12
Kernel: Add an error propagating KString::number() API
Idan Horowitz
2022-01-12
Kernel: Convert ProcessorInfo to KString
Idan Horowitz
2022-01-12
Kernel: Remove unused ProcessorInfo::m_processor field
Idan Horowitz
2022-01-12
Kernel: Rename ProcessorInfo::{m_brandstr => m_brand}
Idan Horowitz
2022-01-12
Kernel+LibC+LibCore+UE: Implement `fchmodat(2)`
Daniel Bertalan
2022-01-12
Kernel: Actually clear page slots in Region::clear_to_zero()
Andreas Kling
2022-01-12
Kernel: Don't release/relock spinlocks repeatedly during space teardown
Andreas Kling
2022-01-12
Kernel: Do less unnecessary work when tearing down process address space
Andreas Kling
2022-01-12
Kernel: Avoid potential allocation when enumerating cpu features
Brian Gianforcaro
2022-01-12
Kernel: Convert Processor::features_string() API to KString
Brian Gianforcaro
2022-01-12
Kernel: Harden DevPtsFSInode::traverse_as_directory against OOM
Brian Gianforcaro
2022-01-12
Kernel: Wait for the ATA busy bit to clear after switching channels
Andreas Kling
2022-01-12
Kernel: Clarify IDEChannel function that switches current channel
Andreas Kling
2022-01-11
AK+Kernel: Remove one_ref_left() footgun
Andreas Kling
2022-01-11
Kernel: Synchronize removals from TmpFS inode map
Andreas Kling
2022-01-11
Kernel: Make ListedRefCounted::unref() call optional list removal helper
Andreas Kling
[next]