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: Replace "folder" => "directory" everywhere
Andreas Kling
2021-07-17
Kernel: Remove Inode::directory_entry_count()
Andreas Kling
2021-07-17
Kernel: Count remaining children in VirtualFileSystem::rmdir() manually
Andreas Kling
2021-07-17
Kernel/DevFS: Use KString for DevFSDeviceInode::m_name
Andreas Kling
2021-07-17
Kernel/DevFS: Use KString for DevFSLinkInode::m_link
Andreas Kling
2021-07-17
Kernel: Add an API for turning a UserOrKernelBuffer into a KString
Andreas Kling
2021-07-17
Kernel/DevFS: Use KString for DevFSLinkInode::m_name
Andreas Kling
2021-07-17
Kernel/DevFS: Make DevFSInode::name() return StringView
Andreas Kling
2021-07-17
Kernel: Make Inode::create_child() take the name as a StringView
Andreas Kling
2021-07-17
Kernel/DevFS: Remove some unnecessary inode locking
Andreas Kling
2021-07-17
Kernel: Rename Inode::m_lock => m_inode_lock
Andreas Kling
2021-07-17
Kernel: Remove unused Inode::is_shared_vmobject()
Andreas Kling
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-17
Kernel: Make FileSystem::class_name() return a StringView
Andreas Kling
2021-07-17
Kernel: Remove double RedBlackTree lookup in VM/Space region removal
Brian Gianforcaro
2021-07-17
Kernel: Convert the PhysicalPage bool parameter to an enum
Brian Gianforcaro
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
[next]