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-17
Kernel: Declare VM/RangeAllocator trivial destructor as default
Brian Gianforcaro
2021-07-17
Kernel: Remove stale include from VM/RangeAllocator.cpp
Brian Gianforcaro
2021-07-17
Kernel: Convert RangeAllocator VERIFY to proper error handling
Brian Gianforcaro
2021-07-17
LibC: Use 64-bit stack smash value for 64-bit mode
Peter Bindels
2021-07-17
Kernel: Make PAGE_MASK architecture independent
Hediadyoin1
2021-07-17
Kernel: Initialize TimeManagement before using KernelRNG
Tom
2021-07-17
Kernel: Remove TimeManagement::initialized that wasn't implemented
Tom
2021-07-16
Kernel+AK: Generate compile-time error for non-sized `delete`
Daniel Bertalan
2021-07-16
Kernel: Implement aligned `operator new` and use it
Daniel Bertalan
2021-07-16
Kernel: Tell the compiler about `operator new`'s alignment
Daniel Bertalan
2021-07-16
Kernel: Rename functions to be less confusing
Tom
2021-07-16
Kernel: Release big lock when blocking on another lock
Tom
2021-07-16
Kernel: Fix some Lock problems and VERIFY statements
Tom
2021-07-16
Kernel: Make the page table for the kernel image larger
Gunnar Beutner
2021-07-16
Kernel: Make resizing the page tables for the kernel image easier
Gunnar Beutner
2021-07-16
Kernel: Move end_of_kernel_image after the .ksyms section
Gunnar Beutner
2021-07-16
Kernel: Support specifying a 64-bit KERNEL_BASE address
Gunnar Beutner
2021-07-16
Kernel: Avoid unnecessary jump in the boot code
Gunnar Beutner
2021-07-16
Kernel: Avoid hard-coding kernel virtual base
Gunnar Beutner
2021-07-16
Kernel: Remove stale forward declaration of BochsFramebufferDevice
Liav A
2021-07-16
Kernel: Fix bogus check in Thread::WaitBlockCondition::finalize()
Andreas Kling
2021-07-16
AK+Kernel: Implement and use EnumBits has_any_flag()
Timothy
2021-07-16
Kernel: Return ENOMEM on allocation failures in FramebufferDevice::mmap
Luke
2021-07-16
Kernel/Ext2FS: Don't hog inode lock in traverse_as_directory()
Andreas Kling
2021-07-16
Kernel/Ext2FS: Don't hog FS lock when calling base class flush_writes()
Andreas Kling
2021-07-16
Kernel/Ext2FS: Uncache unknown inode indices when flushing writes
Andreas Kling
2021-07-16
Kernel: Don't hog file system lock when doing BlockBasedFileSystem I/O
Andreas Kling
2021-07-16
Kernel: Don't explicitly seek before I/O in BlockBasedFileSystem
Andreas Kling
2021-07-16
Kernel: Add FileDescription read/write API that bypasses current offset
Andreas Kling
2021-07-16
Kernel/Ext2FS: Don't hog both locks in Ext2FSInode::lookup()
Andreas Kling
2021-07-15
Kernel: Optionally dump scheduler state with stack traces
Tom
2021-07-15
Kernel: Make new kernel build process work on macOS
Gunnar Beutner
2021-07-15
Kernel: Convert RangeAllocator to using a RedBlackTree internally
Andreas Kling
2021-07-15
Kernel: Hoist VERIFY from a loop in RangeAllocator::allocate_specific()
Andreas Kling
2021-07-15
Kernel: Remove unnecessary locking in RangeAllocator::contains()
Andreas Kling
2021-07-15
Kernel: Convert RangeAllocator to east-const style
Andreas Kling
2021-07-15
Kernel: Handle OOM when adding memory regions to Spaces :^)
Idan Horowitz
2021-07-14
Kernel: Make kernel symbols available much earlier in the boot process
Gunnar Beutner
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
[next]