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-03-25
Kernel: Add support for Intel HDA
Jelle Raaijmakers
2023-03-25
Kernel: Mention right parent class for AC'97's `device_name`
Jelle Raaijmakers
2023-03-25
Revert "Revert "Kernel/Storage: Remove the ramdisk implementation""
Marco Cutecchia
2023-03-25
Revert "Kernel/aarch64: Embed disk image into kernel binary"
Marco Cutecchia
2023-03-25
Kernel: Add an SD card driver for the aarch64 port
Marco Cutecchia
2023-03-25
Kernel: Allow enabling high level detection on GPIOs
Marco Cutecchia
2023-03-25
Kernel: Use u64 instead of int for the bitfields of CPACR_EL1
Marco Cutecchia
2023-03-25
Kernel: Add missing include to Jail.h
Marco Cutecchia
2023-03-25
Kernel: Remove 2 duplicated listings of cpp files in CMakeLists.txt file
Liav A
2023-03-24
Kernel/Syscalls: Use copy_n_to_user when applicable
Pankaj Raghav
2023-03-24
Kernel/StdLib: Change try_copy_n_to_user to copy_n_to_user
Pankaj Raghav
2023-03-19
Kernel/Graphics: Use longer timeout settings in VirtIO GPU commands
Liav A
2023-03-19
Kernel: Simplify VirtIOGPU attach_physical_range_to_framebuffer method
Liav A
2023-03-19
Kernel/VirtIO: Ignore the VIRTIO_PCI_CAP_PCI_CFG configuration type
Liav A
2023-03-16
Kernel: Refactor AHCIController to propagate more errors
Julian Offenhäuser
2023-03-16
Kernel: Allow AHCIController::initialize() to fail
Julian Offenhäuser
2023-03-16
Kernel: Propagate errors in StorageController reset() and shutdown()
Julian Offenhäuser
2023-03-15
Kernel: Merge {get,set}_process_name syscalls to the prctl syscall
Liav A
2023-03-15
Kernel/Ramdisk: Propagate error during Ramdisk initialize
Pankaj Raghav
2023-03-15
Kernel/Storage: Use NonnullRefPtr for storage controllers
Pankaj Raghav
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-03-13
Kernel: Don't include Kernel/Arch/RegisterState from userspace
Andrew Kaster
2023-03-12
Kernel: Make the Jails' internal design a lot more sane
Liav A
2023-03-11
Kernel/Storage+Base: Fix boot_device_addressing document for NVMe
Pankaj Raghav
2023-03-11
Kernel: Add non standard value to sys$sysconf
Fabian Dellwing
2023-03-11
Kernel: Fix variable shadowing issue in PCIIDELegacyModeController
Julian Offenhäuser
2023-03-10
Kernel: Use RefPtr instead of LockRefPtr for File and subclasses
Andreas Kling
2023-03-09
Kernel: Switch LockRefPtr<Inode> to RefPtr<Inode>
Andreas Kling
2023-03-08
Kernel: Add missing include that broke the AARCH64 build
Marco Cutecchia
2023-03-08
Kernel: Fix mispellings of AARCH64 that broke the build
Marco Cutecchia
2023-03-08
Kernel/Storage: Remove indication for possible future support of ATAPI
Liav A
2023-03-08
Kernel: Remove ATAPI eject method from the AHCIPort class
Liav A
2023-03-08
Kernel/VirtIO: Ignore Configurations that have length of zero bytes
Liav A
2023-03-07
Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription
Andreas Kling
2023-03-06
Kernel: Remove two outdated FIXMEs about the file descriptor table mutex
Andreas Kling
2023-03-06
AK+Kernel: Remove all the Nonnull*PtrVector classes
Andreas Kling
2023-03-06
Kernel: Stop using NonnullLockRefPtrVector
Andreas Kling
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-05
Kernel: Move process coredump metadata modification to the prctl syscall
Liav A
2023-03-05
Kernel: Actually check Process unveil data when creating perfcore dump
Liav A
2023-03-05
Kernel+Userland: Add support for using the PCSpeaker with various tones
Liav A
2023-03-01
Kernel: Move TYPEDEF_* TTY macros to API/ttydefaults.h file
Liav A
2023-03-01
Kernel+LibC: Move the FD_SETSIZE declaration to API/POSIX/select.h file
Liav A
2023-03-01
Kernel: Remove includes to LibC stdarg definitions
Liav A
2023-03-01
Kernel: Remove heuristics for detecting malformed malloc memory access
Liav A
2023-02-25
Kernel: Mark sys$prctl() as not needing the big lock
Liav A
2023-02-24
Kernel+Userland: Refine preventing syscall annotations of Regions option
Liav A
[next]