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
2021-07-11
Kernel: Use "new (nothrow)" for SharedInodeVMObject
Andreas Kling
2021-07-11
Kernel: Standardize the header include style to 'include <Kernel/...>'
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in root kernel tree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Bus subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in ACPI subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Heap subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Graphics subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Interrupts subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in TTY subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Storage subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Arch subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in FileSystem subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Net subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Devices subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Time subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in VM subtree
Brian Gianforcaro
2021-07-11
Kernel: Fix condition on whether to initialize a display adapter or not
Liav A
2021-07-11
Kernel/Graphics: Move Intel graphics related code to a separate folder
Liav A
2021-07-11
Kernel: Print end-inclusive ranges in MemoryManager initialization
Andrew Kaster
2021-07-11
Kernel: Fix TmpFS resize behavior around INT32_MAX for 32-bit systems
Andrew Kaster
2021-07-11
Kernel: Create and use USER_RANGE_CEILING
Andrew Kaster
2021-07-11
Kernel: Add formatter for Kernel::Range
Andrew Kaster
2021-07-11
Kernel: Rename VMObject::clone() => try_clone()
Andreas Kling
2021-07-11
Kernel: Rename Region::create_kernel_only() => try_create_kernel_only()
Andreas Kling
2021-07-11
Kernel: Make Region splitting OOM-safe
Andreas Kling
2021-07-11
Kernel: Make Region::try_create_user_accessible() OOM-safe
Andreas Kling
2021-07-11
Kernel: LoopbackAdapter::create() => try_create()
Andreas Kling
2021-07-11
Kernel: Make NetworkAdapter::class_name() return a StringView
Andreas Kling
2021-07-11
Kernel: Make VMObject::class_name() return a StringView
Andreas Kling
2021-07-11
Kernel: Rename various *VMObject::create*() => try_create()
Andreas Kling
2021-07-11
Kernel: Make SharedInodeVMObject allocation OOM-safe
Andreas Kling
2021-07-11
Kernel: Store VMObject physical pages in a FixedArray
Andreas Kling
2021-07-11
Kernel: Make VMObject vend physical page range as a span
Andreas Kling
2021-07-11
Kernel: Remove bogus VMObject resizing in VirtIOGPU
Andreas Kling
2021-07-11
Kernel: Remove unused MemoryManager::find_region_from_vaddr()
Andreas Kling
2021-07-11
Kernel: Remove unused MemoryManager::m_physical_page_entries_free
Andreas Kling
2021-07-11
Kernel: Remove some duplicate forward declarations
Andreas Kling
2021-07-11
Kernel: Remove pointless ref-counting from PhysicalRegion
Andreas Kling
2021-07-11
Kernel: Return correct error numbers for the mkdir syscall
Max Wipfli
2021-07-11
Kernel: Remove krealloc()
Andreas Kling
2021-07-11
Kernel: Remove some no-longer-needed C library functions
Andreas Kling
2021-07-11
Kernel: VERIFY_NOT_REACHED in un-sized operator delete
Andreas Kling
2021-07-11
Kernel: Use kfree_sized() in KString
Andreas Kling
2021-07-11
Kernel: Add kfree_sized(), kfree() with a known allocation size
Andreas Kling
2021-07-11
Kernel: Use Forward.h headers more
Andreas Kling
2021-07-11
Kernel: Make KLexicalPath::basename() more compliant
Max Wipfli
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-07-11
Kernel: Rename ProcFSComponentsRegistrar => ProcFSComponentRegistry
Andreas Kling
2021-07-11
Kernel: Remove friend classes from ProcFSComponentsRegistrar
Andreas Kling
2021-07-11
Kernel: Rename SysFS related classes in BIOS code
Andreas Kling
[next]