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-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
2022-01-24
Prekernel: Implement `print_hex` UART function on aarch64
Jesse Buhagiar
2022-01-23
Kernel: Add ioctl to get the EDID from a framebuffer
Tom
2022-01-23
Kernel/Storage: Remove NVMeQueue DMA buffer create method
Liav A
2022-01-23
Kernel: Use generic string when allocating DMA buffer to NVMeQueue
Liav A
2022-01-23
Kernel/Storage: Use StringView when allocating DMA buffer in NVMeQueue
Liav A
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
[next]