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
2023-01-24
Kernel: Add KERNEL_MAPPING_BASE to Sections.h and use it in Prekernel
Timon Kruiper
2023-01-21
Kernel+Libraries: Don't include limits.h from LibELF/Validation.h
Andrew Kaster
2023-01-21
Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/API
Andrew Kaster
2023-01-21
Everywhere: Remove string.h include from AK/Traits.h and resolve fallout
Andrew Kaster
2023-01-21
Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h
Andrew Kaster
2023-01-21
Kernel+LibC: Move name length constants to Kernel/API from limits.h
Andrew Kaster
2023-01-21
Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIX
Andrew Kaster
2023-01-20
Kernel: Remove `dbgln` when unregistering an unhandled x86_64 interrupt
Jelle Raaijmakers
2023-01-20
Kernel: Simplify (un)registering interrupt logic
Jelle Raaijmakers
2023-01-18
Kernel: Make a slightly better demo for Aarch64 multiprocessing
konrad
2023-01-18
Kernel: Detect Aarch64 virtual address bit width with CPU ID registers
konrad
2023-01-18
Kernel: Detect Aarch64 physical address bit width with CPU ID registers
konrad
2023-01-18
Kernel: Add and use accessors to read from Aarch64 CPU ID registers
konrad
2023-01-18
Kernel: Print Aarch64 CPU features during CPU initialization
konrad
2023-01-18
Kernel: Split Aarch64 CPU setup into two stages
konrad
2023-01-18
Kernel: Add Aarch64 CPU feature detection
konrad
2023-01-18
Kernel: Introduce stages in Aarch64 CPU initialization phase
konrad
2023-01-18
Kernel: Add CPUFeature enumeration for Aarch64 CPUs
konrad
2023-01-18
Kernel: Use a descriptive name for x86-64 `cpu_feature_to_string_view`
konrad
2023-01-16
Kernel: Fix uninitialized member variable in FATFS Filesystem
Brian Gianforcaro
2023-01-15
Everywhere: Fully qualify IsLvalueReference in TRY() macros
Andrew Kaster
2023-01-14
Meta: Fix copyright header in Kernel/Syscalls/jail.cpp file
Liav A
2023-01-13
AK+Everywhere: Disallow returning a reference from a fallible expression
Timothy Flynn
2023-01-13
AK: Add support for "debug only" formatters
MacDue
2023-01-13
Kernel/Net: Get the correct interface type in SIOCGIFHWADDR ioctl
Arda Cinar
2023-01-13
Kernel: Remove outdated FIXME in the DeviceManagement code
Liav A
2023-01-13
Kernel: Require "stdio" pledge promise when calling get_root_session_id
Liav A
2023-01-12
Kernel: AK: Fix ignored .to_string() errors in IPv4Socket
MacDue
2023-01-10
Kernel+LibCore: Make %sid path parsing not take ages
Andreas Kling
2023-01-09
Kernel/FileSystem: Fix kernel panic during FS init or mount failure
Taj Morton
2023-01-08
Kernel: Remove the NE2000 PCI network adapter driver
Liav A
2023-01-07
Kernel/Graphics: Introduce a new mechanism to initialize a PCI device
Liav A
2023-01-07
Kernel/Graphics: Allocate 16 MiB framebuffer if failed allocating larger
Liav A
2023-01-07
Kernel: Make Device::after_inserting to return ErrorOr<void>
Liav A
2023-01-07
Kernel: Remove the RTL8139 PCI network adapter driver
Liav A
2023-01-07
Kernel/Net: Introduce a new mechanism to initialize a PCI device
Liav A
2023-01-07
Kernel/Net: Allocate regions before invoking the RTL8139 constructor
Liav A
2023-01-07
Kernel/Net: Allocate regions before invoking Intel driver constructors
Liav A
2023-01-07
Kernel: Mark Process::jail() method as const
Liav A
2023-01-06
Kernel: Add helper function to check if a Process is in jail
Liav A
2023-01-06
Kernel: Restore setting i8042 scan code set to scan code set 2 sequence
Liav A
2023-01-06
Kernel: Make i8042 controller initialization sequence more robust
Liav A
2023-01-05
Kernel/SysFS: Don't refresh/set-values inside the Jail spinlock scope
Liav A
2023-01-05
Kernel: Repair build for aarch64
Ben Wiederhake
2023-01-05
Kernel/aarch64: Remove counterproductive `volatile`
Nico Weber
2023-01-05
Kernel: Convert 2 instances of `dbgln` to `dmesgln_pci` in AC'97
Jelle Raaijmakers
2023-01-05
Kernel: Add dmesgln_pci logging for Kernel::PCI
Evan Smal
2023-01-04
Everywhere: Make global `inline` functions not `static`
Nico Weber
2023-01-04
Everywhere: Remove some redundant `inline` keywords
Nico Weber
2023-01-04
Kernel/FileSystem: Fix handling of FAT names that don't fill an entry
Taj Morton
[prev]
[next]