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-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
2023-02-19
Kernel/FileSystem: Don't assume flags for root filesystem mount flags
Liav A
2023-02-19
Kernel/FileSystem: Fix check of read offset for the RAMFSInode code
Liav A
2023-02-19
Kernel/FileSystem: Add check of read offset for the FATInode code
Liav A
2023-02-19
Kernel: Support sending filedescriptors with sendmsg(2) and SCM_RIGHTS
Peter Elliott
2023-02-19
Kernel: Change polarity of weak ownership between Inode and LocalSocket
Peter Elliott
2023-02-19
Kernel: Support F_DUPFD_CLOEXEC command to fcntl(2)
Peter Elliott
2023-02-18
Kernel: Dont crash if power states gets set to an invalid value
Undefine
2023-02-18
Kernel/aarch64: Disable memory access alignment check
Timon Kruiper
2023-02-18
Kernel/aarch64: Call handle_crash on unknown exceptions
Timon Kruiper
2023-02-17
Revert "Kernel: Migrate ‘main id registerʼ access in Aarch64 MMIO"
Andrew Kaster
2023-02-17
Revert "Kernel: Remove old ‘main id register accessorʼ for Aarch64"
Andrew Kaster
[next]