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-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
2023-02-15
Everywhere: Change all XXX into FIXME or remove as appropriate
Ben Wiederhake
2023-02-15
Kernel/aarch64: Implement Thread Local Storage
Timon Kruiper
2023-02-15
Kernel/aarch64: Remove tpidr_el0 from RegisterState
Timon Kruiper
2023-02-15
Kernel/aarch64: Add implementations for safe_memset and safe_strnlen
Timon Kruiper
2023-02-15
Kernel/aarch64: Implement storing and restoring floating-point registers
Timon Kruiper
2023-02-15
Kernel/aarch64: Do not trap floating-point instructions
Timon Kruiper
2023-02-15
Kernel/aarch64: Handle SVC exception by calling syscall_handler
Timon Kruiper
2023-02-12
AK: Add conversion functions for packed DOS time format
Ollrogge
2023-02-10
Kernel: Remove old ‘main id register accessorʼ for Aarch64
konrad
2023-02-10
Kernel: Migrate ‘main id registerʼ access in Aarch64 MMIO
konrad
2023-02-10
Kernel: Provide better types in MIDR register accessor for Aarch64
konrad
2023-02-10
AK: Add a new method to propagate errno while printing errors in Kernel
Liav A
2023-02-10
Kernel: Return proper errno codes from Coredump::write_regions method
Liav A
2023-02-10
Kernel/Net: Propagate proper errno codes from determine_network_device
Liav A
2023-02-10
Kernel/VirtIOGPU: Propagate proper errno codes from query_and_set_edid
Liav A
[next]