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-09-20
Kernel: Ensure proper locking when mutating boot console cursor
Liav A
2022-09-20
Kernel: Mark Console::{hide,show}_cursor methods protected
Liav A
2022-09-20
Kernel/Graphics: Introduce support for QEMU isa-vga device
Liav A
2022-09-20
Kernel/PCI: Consider ACPI MCFG existence in IO probe test
Liav A
2022-09-20
Kernel/Graphics: Always ensure a console is set when initialization ends
Liav A
2022-09-20
Kernel/Storage: Force PIO mode for ISA IDE controllers
Liav A
2022-09-20
Kernel: Move x86-specific init sequence code to the x86/Arch directory
Liav A
2022-09-20
Kernel: Move x86-specific IRQ controller code to Arch/x86 directory
Liav A
2022-09-20
Kernel: Move PCI IDE driver code to the Arch/x86 directory
Liav A
2022-09-20
Kernel: Move x86 Bochs VBE code to the Arch/x86 directory
Liav A
2022-09-20
Kernel: Move x86-specific HID code to the Arch/x86 directory
Liav A
2022-09-20
Kernel: Don't compile ISA IDE controller code in non-x86 builds
Liav A
2022-09-20
Kernel/PCI: Convert PCI BAR number to a strong typed enum class
Liav A
2022-09-20
Kernel: Remove stale includes of x86 IO header file
Liav A
2022-09-20
Kernel: Move VMWare backdoor communication code to the x86 directory
Liav A
2022-09-20
Kernel: Move PCI initialization x86-specific code to the arch directory
Liav A
2022-09-20
Kernel: Don't blindly compile Bochs debug output code in ConsoleDevice
Liav A
2022-09-20
Kernel: Move PCSpeaker code to the x86-specific architecture directory
Liav A
2022-09-20
Kernel/PCI: Move IO based HostBridge code to x86 arch-specific directory
Liav A
2022-09-20
Kernel: Abstract platform-specific serial port access from kprintf
Liav A
2022-09-20
Kernel/x86: Move RTC and CMOS code to x86 arch-specific subdirectory
Liav A
2022-09-20
Kernel: Move CMOS code to the Kernel namespace
Liav A
2022-09-20
Kernel: Move IO delay code to x86 architecture subdirectory
Liav A
2022-09-20
Kernel: Put the RTC code in the Kernel namespace
Liav A
2022-09-20
Kernel: Convert NVMe code includes to absolute paths
Liav A
2022-09-20
Kernel: Abstracts x86 reboot and shutdown specific methods
Liav A
2022-09-20
Kernel/PCI: Don't use x86 initialization methods in non-x86 builds
Liav A
2022-09-20
Kernel: Move QEMU shutdown code to the x86 subdirectory
Liav A
2022-09-18
Kernel: Replace KString::must_create, fix init_args
Ben Wiederhake
2022-09-18
Kernel: Fix misplaced #include in ATA/Definitions.h
Ben Wiederhake
2022-09-18
Everywhere: Fix order of includes and #pragma once
Ben Wiederhake
2022-09-18
Kernel: Add missing include in API
Ben Wiederhake
2022-09-17
Kernel/USB: Hotplug multiple USB device crash hotfix
b14ckcat
2022-09-16
Kernel: Send SIGBUS to threads that use after valid Inode mmaped range
Liav A
2022-09-16
Kernel: Handle mmap requests on zero-length data file inodes safely
Liav A
2022-09-16
Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtual
Liav A
2022-09-16
Kernel/FileSystem: Mark ext2 inode block list non-const
Liav A
2022-09-16
Kernel/FileSystem: Mark ext2 inode lookup cache non-const
Liav A
2022-09-16
Everywhere: Remove a bunch of dead write-only variables
Tim Schumacher
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-09-13
Kernel: Use correct timestamp in sys$utimens()
Andreas Kling
2022-09-12
Kernel: Add basic aarch64 support to `MemoryManager`
Filiph Sandström
2022-09-12
Kernel: Add support for displaying critical output on aarch64
Filiph Sandström
2022-09-12
Kernel: Include `CommandLine` as a part of aarch64
Filiph Sandström
2022-09-12
Kernel: Include `DeviceManagement` as a part of aarch64
Filiph Sandström
2022-09-02
CMake: Quote all CMAKE_COMMAND occurences
demostanis
2022-08-31
Kernel: Buffer an entire region when generating coredumps
Tim Schumacher
2022-08-31
Kernel: Work using copies of specific region data during a coredump
Tim Schumacher
2022-08-30
Kernel/Storage: Introduce new boot device addressing modes
Liav A
2022-08-28
Kernel/USB: Rework UHCI interrupt transfer schedule
b14ckcat
[next]