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-23
Kernel/Storage: Don't declare NVMeQueue constructor explicit
Liav A
2022-01-23
Kernel/Storage: Remove duplicate private declaration in NVMeQueue class
Liav A
2022-01-23
Kernel/Storage: Declare NVMeQueue handle_irq virtual as it should be
Liav A
2022-01-23
Kernel: Use ErrorOr in BlockBased and Ext2 filesystem raw read and write
David Briggs
2022-01-23
Kernel: Add missing #include <AK/Badge.h> to MemoryManager.h
Marco Cutecchia
2022-01-23
Kernel: Add CommandLine option to disable or enable the PC speaker
Liav A
2022-01-23
Kernel: Implement beep functionality in virtual consoles
Liav A
2022-01-23
Kernel/Devices: Introduce the Device Control Device
Liav A
2022-01-23
Kernel/Graphics: Send correct parameters to text console clear method
Liav A
2022-01-23
Kernel/PCI: Add basic support for the VMD PCI bridge device
Liav A
2022-01-23
Kernel: Allow program headers to align on multiples of `PAGE_SIZE`
Jelle Raaijmakers
2022-01-21
Kernel: Ensure that CommandLine is initialized before choosing PanicMode
Liav A
2022-01-21
Kernel: Stop using LibKeyboard's CharacterMap in HIDManagement
Idan Horowitz
2022-01-21
Kernel/PCI: Verify Access is not initialized before initializing it
Liav A
2022-01-21
Kernel: Use KString instead of String in InodeWatcher::Event's path
Idan Horowitz
2022-01-21
Kernel: Replace {String => KString}::formatted in ACPISysFSDirectory
Idan Horowitz
2022-01-21
Kernel: Use KString instead of String in Ext2FSInode's lookup cache
Idan Horowitz
2022-01-21
Kernel: Make ACPI reboot OOM-fallible
Idan Horowitz
2022-01-21
Kernel: Make VirtIO::Queue construction fallible
Idan Horowitz
2022-01-21
Kernel: Stop adopting non-heap memory into OwnPtrs in VirtIO::Queues
Idan Horowitz
2022-01-21
Kernel: Make Memory::RingBuffer construction fallible
Idan Horowitz
2022-01-20
Kernel: Add horizontal mouse scroll support
Dmitry Petrov
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
[next]