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-30
Kernel/Interrupts: Initialize two spurious handlers when PIC is disabled
Liav A
2022-01-30
Kernel: Use a constexpr declaration for the disabled PIC IRQ base
Liav A
2022-01-30
Kernel: Don't mark current thread as inactive after successful exec()
Andreas Kling
2022-01-30
Kernel: Release page directory and MM locks sooner in space finalization
Andreas Kling
2022-01-30
Kernel: Take scheduler lock before block lock in unblock_from_mutex()
Andreas Kling
2022-01-30
Kernel: Remove unused bool return values from scheduler functions
Andreas Kling
2022-01-30
Kernel: Simplify x86 IOPL sanity check
Andreas Kling
2022-01-30
Kernel: VERIFY that Scheduler::context_switch() always has a from-thread
Andreas Kling
2022-01-30
Kernel: Enforce that Thread::unblock_from_mutex() doesn't happen in IRQ
Andreas Kling
2022-01-30
Kernel: Update terminology around Thread's "blocking mutex"
Andreas Kling
2022-01-30
Kernel: Make Thread::State an `enum class` and use it consistently
Andreas Kling
2022-01-30
Kernel: Don't dispatch signals in Thread::block_impl()
Andreas Kling
2022-01-30
Kernel: Don't dispatch signals in Processor::enter_current()
Andreas Kling
2022-01-30
Kernel: Remove unnecessary includes from Thread.h
Andreas Kling
2022-01-30
Kernel: Move Thread::block<BlockerType>() out of the Thread.h header
Andreas Kling
2022-01-30
Kernel: Support PS/2 right super key
Jelle Raaijmakers
2022-01-29
Kernel: Use HashCompatible HashMap lookups instead of specifying a hash
Idan Horowitz
2022-01-29
Kernel: Make {Nonnull,}OwnPtr<KString> hash compatible with StringView
Idan Horowitz
2022-01-29
Everywhere: Remove redundant inline keyword
Lenny Maiorani
2022-01-29
Kernel: Stop using HashMap in Mutex
Idan Horowitz
2022-01-29
Kernel: Optimize StorageDevice read and write function
Pankaj Raghav
2022-01-29
Kernel: Add block_size_log helper to BlockDevice
Pankaj Raghav
2022-01-29
Kernel: Cache blocks_per_page in StorageDevice class
Pankaj Raghav
2022-01-29
Kernel: Remove the assumption of 512 block size in read/write_block
Pankaj Raghav
2022-01-29
AK+Kernel: Implement UUID mixed endianness support
Liav A
2022-01-29
Kernel: Only lock process file descriptor table once in sys$poll()
Andreas Kling
2022-01-29
Kernel: Switch process file descriptor table from spinlock to mutex
Andreas Kling
2022-01-29
Kernel: Convert process file descriptor table to a SpinlockProtected
Andreas Kling
2022-01-28
Kernel: Allocate entire SelectBlocker::FDVector at once
Andreas Kling
2022-01-28
Kernel: Move kernel region checks from x86 page fault handler to MM
Andreas Kling
2022-01-28
Kernel: Quickly reject userspace addresses in kernel_region_from_vaddr()
Andreas Kling
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
[next]