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-12-29
Kernel/aarch64: Implement dbgput{str,char} in kprintf.cpp
Timon Kruiper
2022-12-29
Kernel/aarch64: Add function to convert DFSC to StringView
Timon Kruiper
2022-12-29
Kernel: Remove debug printing of code segment
Timon Kruiper
2022-12-29
Kernel: Remove duplicate Processor::restore_in_critical
Timon Kruiper
2022-12-29
Kernel: Move ScopedCritical.cpp to Kernel base directory
Timon Kruiper
2022-12-29
Kernel/aarch64: Fix typo in RegisterState.h
Timon Kruiper
2022-12-28
Kernel: Add missing x86_64 files to CMakeLists.txt
Andreas Kling
2022-12-28
Kernel: Add missing Random.h include in x86_64/Processor.cpp
Andreas Kling
2022-12-28
Kernel+Userland: Remove uses of the __i386__ compiler macro
Andreas Kling
2022-12-28
Kernel: Remove the two remaining ARCH(I386) checks
Andreas Kling
2022-12-28
Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal
Liav A
2022-12-28
Kernel: Remove i686 support
Liav A
2022-12-28
LibC: Remove i686 support
Liav A
2022-12-28
Kernel+Userland: Remove dependency on i386-specific registers
Liav A
2022-12-26
Kernel: Add PMCCNTR_EL0, Performance Monitors Cycle Count Register
konrad
2022-12-26
Kernel: Add NZCV, Condition Flags
konrad
2022-12-26
Kernel: Add MIDR_EL1, Main ID Register
konrad
2022-12-26
Kernel: Add CNTFRQ_EL0, Counter-timer Frequency Register
konrad
2022-12-26
Kernel: Add MPIDR_EL1, Multiprocessor Affinity Register
konrad
2022-12-26
Kernel: Add ID_AA64ISAR0_EL1, Instruction Set Attribute Register 0
konrad
2022-12-26
Kernel/Graphics: Increase VirtIO GPU transfer buffer size to 4MiB
Stephan Unverwerth
2022-12-22
AK+Everywhere: Replace all Bitmap::must_create() uses with ::create()
Sam Atkins
2022-12-22
AK: Rename Bitmap::try_create() to ::create()
Sam Atkins
2022-12-21
Kernel/FileSystem: Prevent symlink creation in veiled directory paths
Liav A
2022-12-21
Kernel/aarch64: Add -mstrict-align flag to Kernel build
Timon Kruiper
2022-12-21
Kernel/aarch64: Add Fault Address Register (FAR_EL1)
Timon Kruiper
2022-12-21
Kernel: Use AK::is_power_of_two instead of AK::popcount in kmalloc_impl
Timon Kruiper
2022-12-21
Kernel/aarch64: Add function to convert Exception Class to StringView
Timon Kruiper
2022-12-19
Kernel/Graphics: Propagate errors properly around in the VirtIO driver
Liav A
2022-12-19
Kernel/Graphics: Disable double buffering for the VirtIO driver
Liav A
2022-12-19
Kernel: Properly propagate errors in VirtIOGPU 3D device initialization
Liav A
2022-12-17
AK+Everywhere: Move custom deleter capability to OwnPtr
Lenny Maiorani
2022-12-17
Kernel: Propagate errors in E1000NetworkAdapter
Baitinq
2022-12-17
Kernel/Plan9FS: Propagate errors in Plan9FSMessage::append_data
Freakness109
2022-12-16
Kernel: Propagate properly errors from ISAIDEController initialization
Liav A
2022-12-16
Kernel/Memory: Add option to annotate region mapping as immutable
Liav A
2022-12-16
Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscall
Liav A
2022-12-15
Kernel: Allocate VirtIOGPU context IDs from a bitmap, with ErrorOr
Sam Atkins
2022-12-15
Kernel: Remove unimplemented VirGL adapter's edid_feature_accepted()
Sam Atkins
2022-12-15
Kernel: Remove Badged `VirtIOGraphicsAdapter::allocate_FOO_id()` methods
Sam Atkins
2022-12-14
Kernel: Ignore an invalid QEMU multiboot entry
implicitfield
2022-12-14
Kernel: Start implementing `kmalloc_aligned` more efficiently
Tim Schumacher
2022-12-14
Kernel: Check against TCP packet size overflows in checksum calculation
Tim Schumacher
2022-12-14
Kernel: Convert TCP pseudo-headers through a union
Tim Schumacher
2022-12-14
Kernel: Add the auxiliary vector to the stack size validation
Agustin Gianni
2022-12-14
Everywhere: Stop shoving things into ::std and mentioning them as such
Ali Mohammad Pur
2022-12-13
Kernel: Propagate errors during network adapter detection/initialization
Andreas Kling
2022-12-12
Kernel: Use `size_t` to keep track of the number of pages in a region
Tim Schumacher
2022-12-11
Kernel: Bump maximum pthread stack size to 32MiB
sin-ack
2022-12-11
Kernel+LibC+LibELF: Set stack size based on PT_GNU_STACK during execve
sin-ack
[prev]
[next]