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
2022-01-28
Kernel: Remove unimplemented AHCIPort::is_hot_pluggable declaration
Idan Horowitz
2022-01-28
Kernel: Convert MemoryManager::allocate_user_physical_page to ErrorOr
Idan Horowitz
2022-01-28
Kernel: Make allocate_supervisor_physical_page OOM-fallible
Idan Horowitz
2022-01-28
Kernel: Make allocate_contiguous_supervisor_physical_pages OOM-fallible
Idan Horowitz
2022-01-28
Kernel: Use memset instead of fast_u32_fill in MemoryManager zero fills
Idan Horowitz
2022-01-28
Kernel: Make UHCIController::spawn_port_process OOM-fallible
Idan Horowitz
2022-01-28
Kernel: Rename UHCIController::{spawn_port_proc => spawn_port_process}
Idan Horowitz
2022-01-27
Kernel: Don't mess with thread state in Process::do_exec()
Andreas Kling
2022-01-26
Kernel: Make VirtIO::ConsolePort construction OOM-fallible
Idan Horowitz
2022-01-26
Kernel: Add try_create_device overload for static factory functions
Idan Horowitz
2022-01-26
Kernel: Remove unimplemented is_device_event_queue_ready_to_read method
Idan Horowitz
2022-01-26
Kernel: Add missing nothrow tag to DeviceManagement::try_create_device
Idan Horowitz
2022-01-26
Kernel: Ignore allocation failures during thread finalization
Idan Horowitz
2022-01-26
Kernel: Remove always-false Thread::drop_thread_count boolean parameter
Idan Horowitz
2022-01-26
Kernel: Make VirtualRangeAllocator::carve_from_region OOM-fallible
Idan Horowitz
2022-01-26
Kernel/Storage: Dump detected devices and partitions before PANIC()'ing
Linus Groh
2022-01-26
Kernel/Storage: Add device null check in AHCIPort::handle_interrupt()
Linus Groh
2022-01-26
Kernel: Add tracing to help catch thread blocking with incorrect state
Brian Gianforcaro
2022-01-26
Kernel: Return error from sys$execve() when called with zero arguments
Brian Gianforcaro
2022-01-26
Kernel: Enable Write-Combine for FramebufferDevice
Tom
2022-01-26
Kernel: Implement Page Attribute Table (PAT) support and Write-Combine
Tom
2022-01-26
Kernel: Ignore allocation failures when appending threads to coredump
Idan Horowitz
2022-01-26
Kernel: Handle OOM failures in find_shebang_interpreter_for_executable
Idan Horowitz
2022-01-26
Kernel: Eliminate allocations from generate_auxiliary_vector
Idan Horowitz
2022-01-26
Kernel: Make AddressSpace::find_regions_intersecting OOM-fallible
Idan Horowitz
2022-01-26
Kernel: Make pledge serialization in /proc/all generation OOM-fallible
Idan Horowitz
2022-01-26
Kernel: Fail gracefully due to OOM on HashTable set in sys$setgroups
Idan Horowitz
2022-01-26
Kernel: Make Inode::register_watcher() OOM-fallible
Idan Horowitz
2022-01-26
Kernel: Make InodeWatcher inode registration completely OOM-fallible
Idan Horowitz
2022-01-26
Kernel: Make AddressSpace::amount_clean_inode() OOM-fallible
Idan Horowitz
2022-01-26
Kernel: Make StorageDevice partial block writes OOM-fallible
Idan Horowitz
2022-01-25
Kernel: Perform DeviceManagement initialization after MM is initialized
Idan Horowitz
2022-01-25
Kernel: Use PARTUUID: instead of PARTUUID= as the partition uuid prefix
Idan Horowitz
2022-01-25
Kernel: Use u64 instead of size_t in the STORAGE_DEVICE_GET_SIZE ioctl
Idan Horowitz
2022-01-25
Kernel: Use u64 instead of u32 and u16 in StorageDevice::{read, write}
Idan Horowitz
2022-01-25
Kernel: Stop using unsigned when adjusting offsets in DiskPartition
Idan Horowitz
2022-01-25
Kernel: Use u64 instead of size_t for BlockBasedFileSystem::read_block
Idan Horowitz
2022-01-25
Kernel: Use u64 instead of size_t for BlockBasedFileSystem::write_block
Idan Horowitz
2022-01-25
Kernel: Use u64 instead of size_t for File::can_write offset
Idan Horowitz
2022-01-25
Kernel: Use u64 instead of size_t for File::can_read offset
Idan Horowitz
2022-01-25
Kernel: Fix index calculation in NVMeQueue submit_sync_sqe function
Pankaj Raghav
2022-01-25
AK: Standardize the behaviour of GenericLexer::consume_until overloads
Idan Horowitz
2022-01-25
Kernel: Replace String with NonnullOwnPtr<KString> in sys$getkeymap
Idan Horowitz
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-24
Kernel: Don't send crash signal to process itself when it has no handler
Andreas Kling
2022-01-24
Kernel: Include slabheaps in kmalloc statistics
Idan Horowitz
2022-01-24
Kernel: Make DiskCache::ensure OOM-fallible using ErrorOr
Idan Horowitz
2022-01-24
Kernel+Toolchain: Use `.init_array` section for global constructors
Daniel Bertalan
2022-01-24
Prekernel: Handle synchronous EL1 exceptions in C++ on aarch64
Jesse Buhagiar
2022-01-24
Prekernel: Install EL1 vector table at boot on aarch64
Jesse Buhagiar
[next]