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-30
Kernel: Surface errors when generating a process core dump :^)
Brian Gianforcaro
2021-11-30
Kernel: Handle string format errors in FileSystem APIs :^)
Brian Gianforcaro
2021-11-30
Kernel: Handle string format errors in Device::pseudo_path(..) :^)
Brian Gianforcaro
2021-11-30
Kernel: Handle string format errors in PCIDeviceAttributeSysFSComponent
Brian Gianforcaro
2021-11-30
Kernel: Handle string format errors in SlabAllocator stats :^)
Brian Gianforcaro
2021-11-30
Kernel: Handle string format errors in KCOVInstance :^)
Brian Gianforcaro
2021-11-30
Kernel: Handle string format error in page_fault_handler(..) :^)
Brian Gianforcaro
2021-11-30
Kernel: Add an error propagating KString::format(..) API :^)
Brian Gianforcaro
2021-11-30
Kernel: Register Virtio console ports with device management
Jelle Raaijmakers
2021-11-28
Kernel: Use peripheral addresses returned from MMIO to map prekernel mem
James Mintram
2021-11-28
Kernel: Refactor prekernel MMU to use a bump allocator
James Mintram
2021-11-28
Kernel: Rename Aarch64Asm -> ASM_wrapper and add Aarch64::Asm namespace
James Mintram
2021-11-28
Kernel: Rename Aarch64Registers -> Registers and add Aarch64 namespace
James Mintram
2021-11-28
Kernel: Set up and activate the MMU in the aarch64 perkernel
James Mintram
2021-11-28
Kernel: Move common aarch64 asm functions into kernel folder and NS
James Mintram
2021-11-28
Kernel: Split prekernel exception level code into its own file
James Mintram
2021-11-28
Kernel: Change prekernel to use shared SP across Exception Levels
James Mintram
2021-11-28
Kernel: Replace inline asm with typesafe static member functions
James Mintram
2021-11-28
Kernel: Remove unused header from Aarch64_asm_utils
James Mintram
2021-11-28
Kernel: Ignore AC97 non-completion interrupts
Jelle Raaijmakers
2021-11-28
Kernel: Add AC97_DEBUG macro
Jelle Raaijmakers
2021-11-28
Kernel: Log when a process exits with an unlocked veil
Sam Atkins
2021-11-27
Kernel/Audio: Implement 2 correctness fixes in AC97
Liav A
2021-11-28
Kernel/Storage: Restore booting from MBR partitions functionality
Liav A
2021-11-26
Kernel: Implement variable rate audio support for AC97 devices
Jelle Raaijmakers
2021-11-26
Kernel: Ensure KeyEvent::key sent to Userspace respects keyboard layout
macarc
2021-11-24
Kernel+UE+LibC: Remove unused dbgputch syscall
Ben Wiederhake
2021-11-24
Kernel: Fix `futex` syscall return values
Jelle Raaijmakers
2021-11-24
Kernel: Allow higher audio sample rates than 65kHZ (`u16`)
Jelle Raaijmakers
2021-11-23
Kernel: Allow writes larger than `PAGE_SIZE` to AC97 device
Jelle Raaijmakers
2021-11-23
Kernel: Add generic channel support to AC97
Jelle Raaijmakers
2021-11-23
Kernel: Make sys$mmap() interpret 0-alignment as page-sized alignment
Andreas Kling
2021-11-23
Kernel: Implement AC97 audio device driver
Jelle Raaijmakers
2021-11-23
Kernel: Teach DeviceManagement to handle multiple audio devices
Jelle Raaijmakers
2021-11-23
Kernel: Move SB16 to Audio subdirectory
Jelle Raaijmakers
2021-11-21
Kernel: Make sure OpenFileDescription is kept alive while read() blocks
Andreas Kling
2021-11-21
Kernel: Avoid repeated memory zeroing while generating coredumps
Andreas Kling
2021-11-21
Kernel: Remove bogus TODO in coredump generation
Andreas Kling
2021-11-21
Kernel: Make UserOrKernelBuffer::for_user_buffer() return ErrorOr<T>
Andreas Kling
2021-11-21
Kernel: Share code between DoubleBuffer's read() and peek()
Andreas Kling
2021-11-21
Everywhere: Fix spelling of "offsetted"
Andreas Kling
2021-11-21
Kernel+LibC: Fix misspelled "VERTICAL" in framebuffer ioctls
Andreas Kling
2021-11-20
Kernel+LibC: Fix ptrace for 64-bit
Itamar
2021-11-18
Kernel: Use DistinctNumeric for filesystem ID's
Andreas Kling
2021-11-18
Kernel: Make VirtualRangeAllocator setup functions propagate errors
Andreas Kling
2021-11-18
AK: Make RedBlackTree::try_insert() return ErrorOr<void> instead of bool
Andreas Kling
2021-11-18
Kernel: Propagate Vector append failures from Inode::apply_flock()
Andreas Kling
2021-11-17
Kernel: Automatically sync shared file mappings when unmapped
Andreas Kling
2021-11-17
Kernel: Allow mmap() with PROT_WRITE+MAP_SHARED
Andreas Kling
2021-11-17
Kernel+LibC: Add msync() system call
Andreas Kling
[next]