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-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
2023-02-24
Kernel: Do 2 validations in annotate_mapping syscall outside a spinlock
Liav A
2023-02-24
Kernel: Properly lock Process protected data in the prctl syscall
Liav A
2023-02-24
Kernel/FileSystem: Simplify the ProcFS significantly
Liav A
2023-02-24
Kernel: Fix typo proccess => process in a name of Process method
Liav A
2023-02-24
AK+Kernel: Add includes before removing Kernel/ProcessExposed.h
Liav A
2023-02-24
Kernel+Userland: Unify declarations for KCOV in Kernel/API/kcov.h
Liav A
2023-02-24
Kernel+Userland: Move prctl numbers header file to Kernel/API directory
Liav A
2023-02-23
Kernel: Prevent out-of-bounds read/write in VirtIO GPU3DDevice::ioctl
Liav A
2023-02-21
Kernel: Support more clocks in sys$clock_getres()
Humberto Alves
2023-02-21
Kernel: Fix const-correctness issue in StorageManagement
Andreas Kling
2023-02-21
Kernel: Make NVMeQueue const-correct internally
Andreas Kling
2023-02-21
Kernel: Fix const-correctness of PCI::DeviceIdentifier usage
Andreas Kling
2023-02-21
Kernel: Make NNRP<PhysicalPage const> possible
Andreas Kling
2023-02-19
Kernel/IntelGraphics: Move PLL handling code to a different file
Liav A
2023-02-19
Kernel/Graphics: Return ENODEV if there's no valid EDID to return
Liav A
2023-02-19
Kernel/Graphics: Allow Intel DisplayConnector to not have console
Liav A
2023-02-19
Kernel/IntelGraphics: Move DisplayPlane enable code to derived classes
Liav A
2023-02-19
Kernel/IntelGraphics: Add Generation enum to the Definitions file
Liav A
2023-02-19
Kernel/IntelGraphics: Move pipe management to the Transcoder class
Liav A
2023-02-19
Kernel/Graphics: Introduce the IntelDisplayConnectorGroup class
Liav A
2023-02-19
Kernel+Userland: Add constants subdirectory at /sys/kernel directory
Liav A
2023-02-19
Kernel: Remove unnecessary include from SysFS PowerStateSwitch code
Liav A
[next]