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: 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
2022-01-11
Kernel: Remove empty Ext2FSInode::one_ref_left()
Andreas Kling
2022-01-11
Kernel: Remove empty ISO9660Inode::one_ref_left()
Andreas Kling
2022-01-11
Kernel: Allow preventing kmalloc and kfree
kleines Filmröllchen
2022-01-10
Kernel: Fix indentation in CMakeLists.txt
Linus Groh
2022-01-10
Kernel: Remove redundant hash map of page tables in PageDirectory
Andreas Kling
2022-01-10
Kernel: Don't relock MM lock for every page when remapping region
Andreas Kling
2022-01-09
Kernel: Add implied auto qualifiers in Memory
Hendiadyoin1
2022-01-09
Kernel: Make enumerate_disk_partitions function not const
Pankaj Raghav
2022-01-09
Kernel: Add add_partition function
Pankaj Raghav
2022-01-09
Kernel: Page-align AC'97 audio buffer descriptor list
Jelle Raaijmakers
[next]