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-13
Kernel: Remove PhysicalRegion::finalize_capacity()
Andreas Kling
2021-07-13
Kernel: Simplify the way PhysicalRegions are constructed
Andreas Kling
2021-07-13
Kernel: Make PhysicalZone an eternally allocated object
Andreas Kling
2021-07-13
Kernel: Remove unused used/free pages API's from PhysicalRegion
Andreas Kling
2021-07-13
Kernel: Remove API for requesting physical allocation alignment
Andreas Kling
2021-07-13
Kernel: Implement zone-based buddy allocator for physical memory
Andreas Kling
2021-07-13
Kernel: Kill user mode threads that are marked to die
Tom
2021-07-13
Revert "Kernel: Make sure threads which don't do any syscalls are t..."
Tom
2021-07-12
Kernel/Graphics: Move Bochs graphics related code into a separate folder
Liav A
2021-07-12
Kernel/Graphics: Remove unnecessary Bochs.h file
Liav A
2021-07-12
Kernel: Allow Lock to block from BlockCondition
Tom
2021-07-12
Kernel: Fix deadlock cancelling timer
Tom
2021-07-12
Kernel: Initialize threading and process management earlier
Tom
2021-07-12
Kernel: Remove "supervisor" bit from PhysicalPage
Andreas Kling
2021-07-12
Kernel: Fix allocating VMObject from page array
Tom
2021-07-12
Kernel: Move new process registration out of Space spinlock scope
Brian Gianforcaro
2021-07-12
Kernel: Avoid unnecessary context switch when no other thread is ready
Tom
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
[next]