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-19
Kernel/PCI: Don't try to enumerate 255 functions on the host bridge
Liav A
2022-01-19
Kernel/PCI: Start enumeration in specified start bus of the PCI domain
Liav A
2022-01-19
Kernel/PCI: Don't hardcode Address domain to 0 when enumerating devices
Liav A
2022-01-19
Kernel/PCI: Don't cast a domain number to u16
Liav A
2022-01-18
Kernel: Don't populate the ACPI SysFS directory with a disabled ACPI
Idan Horowitz
2022-01-18
Kernel: Create the time page region before initializing the timers
Idan Horowitz
2022-01-18
Kernel: Add individual struct definitions for NVMeSubmission
Pankaj Raghav
2022-01-18
Kernel: Fix m_ready_timeout calculation in NVMe
Pankaj Raghav
2022-01-18
Kernel: Remove delay during NVMe reset and start controller
Pankaj Raghav
2022-01-18
Kernel: Add UNMAP_AFTER_INIT to NVMe member functions
Pankaj Raghav
2022-01-18
Kernel: Fix typo in Socket::getsockopt tracing
Brian Gianforcaro
2022-01-17
Kernel: Remove non existent friend class from Process.h
Brian Gianforcaro
2022-01-16
Kernel: Make Process::m_list_node non-mutable
Andreas Kling
2022-01-16
Kernel: Use an IntrusiveRedBlackTree for kernel regions
Andreas Kling
2022-01-16
Kernel: Don't access directory table of uninitialized PageDirectory
creator1creeper1
2022-01-15
Kernel: Wait for NVMe controller to change enabled state
Tom
2022-01-16
Kernel: Use kernelputstr instead of dbgln when printing backtraces
Idan Horowitz
2022-01-16
Kernel: Make Processor::capture_stack_trace fallible using ErrorOr
Idan Horowitz
2022-01-16
Kernel: Specify inline capacity of return type in capture_stack_trace
Idan Horowitz
2022-01-16
Kernel: Remove useless return value from procfs_get_thread_stack
Idan Horowitz
2022-01-15
Kernel: Remove infallible VMObject resource factory functions
creator1creeper1
2022-01-15
Kernel: Make SharedInodeVMObject construction OOM-aware
creator1creeper1
2022-01-15
Kernel: Make PrivateInodeVMObject construction OOM-aware
creator1creeper1
2022-01-15
Kernel: Make InodeVMOBject construction OOM-aware
creator1creeper1
2022-01-15
Kernel: Make AnonymousVMObject construction OOM-aware
creator1creeper1
2022-01-15
Kernel: Make VMOBject construction OOM-aware
creator1creeper1
2022-01-15
Kernel: Don't remap already non-writable regions when they become CoW
Andreas Kling
2022-01-15
Kernel: Don't bother with page tables for PROT_NONE mappings
Andreas Kling
2022-01-15
Kernel: Use move() in Region::try_clone() to avoid a VMObject::unref()
Andreas Kling
2022-01-15
Kernel: Only register kernel regions with MemoryManager
Andreas Kling
2022-01-15
Kernel: Remove old "region lookup cache" optimization
Andreas Kling
2022-01-15
Kernel: Always remove PageDirectories from the cr3 map on destruction
Idan Horowitz
2022-01-14
Kernel/TmpFS: Remove inode map from TmpFS
Andreas Kling
2022-01-13
Kernel: Wrap much of sys$execve() in a block scope
Andreas Kling
2022-01-13
Kernel: Perform exec-into-new-image directly in sys$execve()
Andreas Kling
2022-01-13
LibELF: Accept Span instead of Pointer+Size in validate_program_headers
Idan Horowitz
2022-01-13
LibELF: Use StringBuilders instead of Strings for the interpreter path
Idan Horowitz
2022-01-13
Kernel: Make map_typed() & map_typed_writable() fallible using ErrorOr
Idan Horowitz
2022-01-13
Kernel: Make map_bios() and map_ebda() fallible using ErrorOr
Idan Horowitz
2022-01-13
Kernel: Stop leaking executable path in successful sys$execve()
Andreas Kling
2022-01-13
Kernel: Skip unnecessary TLB flush when growing kmalloc heap
Andreas Kling
2022-01-13
Kernel: Don't flush TLB after creating brand-new mappings
Andreas Kling
2022-01-13
Kernel: Remove String use-after-free in generate_auxiliary_vector
Idan Horowitz
2022-01-13
Kenrel: Use a KString for Ext2FSDirectoryEntry::name
Idan Horowitz
2022-01-13
Kernel: Add a KString::bytes() helper
Idan Horowitz
2022-01-13
Kernel: Remove unused AK/String.h include from CommandLine.h
Idan Horowitz
2022-01-13
Kernel: Fix OOB write in sys$uname
Idan Horowitz
2022-01-13
Kernel: Convert hostname to KString
Idan Horowitz
2022-01-13
Kernel: Replace {KString => String}::formatted in determine_boot_device
Idan Horowitz
2022-01-13
Kernel: Use KString::formatted in FramebufferDevice::create_framebuffer
Idan Horowitz
[next]