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
2021-11-14
Kernel: Convert Process-related const member functions to static
Andrew Kaster
2021-11-14
Kernel: Make OpenFileDescriptions::max_open() static and constexpr
Andrew Kaster
2021-11-14
Kernel: Suppress clang-tidy warning on declaration of s_mm_lock
Andrew Kaster
2021-11-14
Kernel: Mark private members of SharedCommittedCowPages as private
Andrew Kaster
2021-11-14
Kernel: Remove redundant return statement from Spinlock::lock()
Andrew Kaster
2021-11-14
Kernel: Stop truncating PageTableEntry::raw(), and make set_bit private
Andrew Kaster
2021-11-14
Kernel: Resolve clang-tidy readability-qualified-auto warning
Andrew Kaster
2021-11-14
Kernel: Resolve clang-tidy readability-make-member-function-const
Andrew Kaster
2021-11-14
Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings
Andrew Kaster
2021-11-14
AK+Kernel: Suppress clang-tidy warnings from the cert-* category
Andrew Kaster
2021-11-13
Kernel/AHCI: Simplify wait and timeout pattern significantly
Liav A
2021-11-13
Kernel/AHCI: Remove unnecessary AHCIPort class member
Liav A
2021-11-13
Kernel/Storage: Don't use interrupts when resetting SATA AHCI devices
Liav A
2021-11-13
Kernel/Storage: Don't use interrupts when identifying AHCI devices
Liav A
2021-11-13
Kernel/Storage: Move all ATA related code to a new subdirectory
Liav A
2021-11-13
Kernel+LibC: Pass off_t to pread() via a pointer
Daniel Bertalan
2021-11-12
Kernel: Drain I8042 PS/2 keyboard output after enabling
Jelle Raaijmakers
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-11
Kernel/Ext2FS: Propagate HashMap errors instead of panicking
Andreas Kling
2021-11-11
AK: Make HashTable and HashMap try_* functions return ErrorOr<T>
Andreas Kling
2021-11-10
Kernel/Ext2FS: Propagate errors from block list computation functions
Andreas Kling
2021-11-10
Kernel: Propagate Vector append errors in two places in Ext2FS
Andreas Kling
2021-11-10
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
Andreas Kling
2021-11-10
AK: Make Vector::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-10
AK+Everywhere: Stop including Vector.h from StringView.h
Andreas Kling
2021-11-10
Kernel: Make (f)statvfs report filesystem ID correctly
Ben Wiederhake
2021-11-10
Kernel: Fix TOCTOU in fstatvfs
Ben Wiederhake
2021-11-10
AK+Kernel: Make BitmapView read-only
Ben Wiederhake
2021-11-10
Everywhere: Remove unused AK/Bitmap includes
Ben Wiederhake
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-11-08
Kernel: Expose inode information in /proc/pid/fds
Ben Wiederhake
2021-11-06
Kernel: Initialize regs.fs in Processor::init_context
AMACB
2021-11-05
Kernel: Return ENOTIMPL when trying to read from SysFS inodes
Liav A
2021-11-04
Kernel: Process available VMWare mouse events immediately
Jelle Raaijmakers
2021-11-04
Kernel: Clean up VMWareMouseDevice and VMWareBackdoor
Jelle Raaijmakers
2021-11-03
Revert "Kernel: Prevent VMWareMouseDevice from handling invalid mouse packets"
Andreas Kling
2021-11-02
Kernel: Move TTY subsystem to use KString instead of `AK::String`
Brian Gianforcaro
2021-11-02
Kernel: Remove duplicate constructor from TTY/VirtualConsole
Brian Gianforcaro
2021-11-02
Kernel: Switch BIOSSysFSComponent constructor to AK::StringView
Brian Gianforcaro
2021-10-31
Kernel: Do not try opening the same file when dumping perfcore
SeekingBlues
2021-10-31
Kernel: Don't crash on writes to ProcFS
Ben Wiederhake
2021-10-31
Kernel: Draw picture on screen when booting Raspberry Pi
Marcin Undak
2021-10-31
Kernel: Add very simple PPM parser for Aarch64
Marcin Undak
2021-10-31
Kernel: Add Framebuffer class for Raspberry Pi
Marcin Undak
2021-10-31
Kernel: Refactor Aarch64 MailBox class
Marcin Undak
2021-10-31
Kernel: Add temporary debug printing utilities for Aarch64
Marcin Undak
2021-10-31
Kernel: Remove misleading FIXME in DevTmpFS
Ben Wiederhake
2021-10-31
Kernel: Clarify ambiguous {File,Description}::absolute_path
Ben Wiederhake
2021-10-31
Kernel: Enable early-returns from VFS::for_each_mount
Ben Wiederhake
[next]