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-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
2022-01-09
Kernel: Harden Socket::pseudo_path(..) implementations against OOM
Brian Gianforcaro
2022-01-09
Everywhere: Add `serenity_dev_{makedev,major,minor}`
Michel Hermier
2022-01-09
Kernel: Use DMA helper everywhere
Pankaj Raghav
2022-01-09
Kernel: Overload DMA helper without Physical Page output parameter
Pankaj Raghav
2022-01-09
Kernel: Set Cacheable parameter to NO explicitly in DMA helpers
Pankaj Raghav
2022-01-08
Kernel/PCI: Split host bridge code from the Access singleton
Liav A
2022-01-08
AK+Everywhere: Make FixedArray OOM-safe
creator1creeper1
2022-01-08
Kernel: Fix broken disk cache behavior with O_DIRECT
Andreas Kling
2022-01-08
Kernel: Remove EWHYTHO error code :^)
Andreas Kling
2022-01-08
Kernel: Rename DiskCache::get() to ensure()
Andreas Kling
2022-01-08
Kernel: Remove redundant disk cache dirty flag in BlockBasedFileSystem
Andreas Kling
2022-01-08
Kernel: Unbreak ref counting hooks in ListedRefCounted & RefCounted
Andreas Kling
2022-01-08
Kernel: Dump memory regions when crashing in ring 0
Andreas Kling
2022-01-08
Kernel: Lock weak pointer revocation during listed-ref-counted unref
Andreas Kling
2022-01-08
AK+Kernel: Use requires expression when invoking ref counting hooks
Andreas Kling
2022-01-08
Kernel: Avoid potential memory info leak when doing mmap on /dev/mem
Liav A
[prev]
[next]