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-14
Kernel: Fix Process use-after-free in Thread finalization
Andreas Kling
2021-07-14
Kernel: Detect and display CPUID Hyper-V data
Jean-Baptiste Boric
2021-07-14
Kernel: Detect and display CPUID hypervisor signature
Jean-Baptiste Boric
2021-07-14
Kernel: Add support for hypervisor CPUID feature
Jean-Baptiste Boric
2021-07-14
Kernel/ProcFS: Allow a process directory to have a null Process pointer
Liav A
2021-07-14
Kernel: Convert MemoryManager to east-const style
Andreas Kling
2021-07-14
Kernel: Don't mix AT&T and Intel ASM syntax in `boot.S`
Daniel Bertalan
2021-07-14
Kernel: Allow passing null pointer to delete
Daniel Bertalan
2021-07-14
Kernel: Fix inverted check in VirtIOConsolePort
x-yl
2021-07-14
Kernel: Ignore subsequent calls to Process::die
Tom
2021-07-14
AK: Generalize ByteReader
Hendiadyoin1
2021-07-14
Kernel: Remove debug spam when PhysicalRegion::take_free_page() fails
Andreas Kling
2021-07-14
Kernel: Fix logic error in PhysicalRegion::contains()
Andreas Kling
2021-07-13
Kernel: Cut allocation size for physical buddy bitmaps in half
Andreas Kling
2021-07-13
Kernel: Re-add accidentally removed friendship
Andreas Kling
2021-07-13
Kernel: Remove some friendships and make some classes non-copy/moveable
Andreas Kling
2021-07-13
Kernel: Remove some unnecessary includes in VM/Physical*
Andreas Kling
2021-07-13
Kernel: Print a summary of physical zones during boot
Andreas Kling
2021-07-13
Kernel: Fix bogus address calculation in initialize_physical_pages()
Andreas Kling
2021-07-13
Kernel: Only loop through usable zones when allocating >1 physical page
Andreas Kling
2021-07-13
Kernel: Avoid O(n) loop over zones when allocating from PhysicalRegion
Andreas Kling
2021-07-13
Kernel: Make PhysicalRegion eternally allocated
Andreas Kling
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
[next]