summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2023-02-25Kernel: Mark sys$prctl() as not needing the big lockLiav A
2023-02-24Kernel+Userland: Refine preventing syscall annotations of Regions optionLiav A
2023-02-24Kernel: Do 2 validations in annotate_mapping syscall outside a spinlockLiav A
2023-02-24Kernel: Properly lock Process protected data in the prctl syscallLiav A
2023-02-24Kernel/FileSystem: Simplify the ProcFS significantlyLiav A
2023-02-24Kernel: Fix typo proccess => process in a name of Process methodLiav A
2023-02-24AK+Kernel: Add includes before removing Kernel/ProcessExposed.hLiav A
2023-02-24Kernel+Userland: Unify declarations for KCOV in Kernel/API/kcov.hLiav A
2023-02-24Kernel+Userland: Move prctl numbers header file to Kernel/API directoryLiav A
2023-02-23Kernel: Prevent out-of-bounds read/write in VirtIO GPU3DDevice::ioctlLiav A
2023-02-21Kernel: Support more clocks in sys$clock_getres()Humberto Alves
2023-02-21Kernel: Fix const-correctness issue in StorageManagementAndreas Kling
2023-02-21Kernel: Make NVMeQueue const-correct internallyAndreas Kling
2023-02-21Kernel: Fix const-correctness of PCI::DeviceIdentifier usageAndreas Kling
2023-02-21Kernel: Make NNRP<PhysicalPage const> possibleAndreas Kling
2023-02-19Kernel/IntelGraphics: Move PLL handling code to a different fileLiav A
2023-02-19Kernel/Graphics: Return ENODEV if there's no valid EDID to returnLiav A
2023-02-19Kernel/Graphics: Allow Intel DisplayConnector to not have consoleLiav A
2023-02-19Kernel/IntelGraphics: Move DisplayPlane enable code to derived classesLiav A
2023-02-19Kernel/IntelGraphics: Add Generation enum to the Definitions fileLiav A
2023-02-19Kernel/IntelGraphics: Move pipe management to the Transcoder classLiav A
2023-02-19Kernel/Graphics: Introduce the IntelDisplayConnectorGroup classLiav A
2023-02-19Kernel+Userland: Add constants subdirectory at /sys/kernel directoryLiav A
2023-02-19Kernel: Remove unnecessary include from SysFS PowerStateSwitch codeLiav A
2023-02-19Kernel/FileSystem: Don't assume flags for root filesystem mount flagsLiav A
2023-02-19Kernel/FileSystem: Fix check of read offset for the RAMFSInode codeLiav A
2023-02-19Kernel/FileSystem: Add check of read offset for the FATInode codeLiav A
2023-02-19Kernel: Support sending filedescriptors with sendmsg(2) and SCM_RIGHTSPeter Elliott
2023-02-19Kernel: Change polarity of weak ownership between Inode and LocalSocketPeter Elliott
2023-02-19Kernel: Support F_DUPFD_CLOEXEC command to fcntl(2)Peter Elliott
2023-02-18Kernel: Dont crash if power states gets set to an invalid valueUndefine
2023-02-18Kernel/aarch64: Disable memory access alignment checkTimon Kruiper
2023-02-18Kernel/aarch64: Call handle_crash on unknown exceptionsTimon Kruiper
2023-02-17Revert "Kernel: Migrate ‘main id registerʼ access in Aarch64 MMIO"Andrew Kaster
2023-02-17Revert "Kernel: Remove old ‘main id register accessorʼ for Aarch64"Andrew Kaster
2023-02-15Everywhere: Change all XXX into FIXME or remove as appropriateBen Wiederhake
2023-02-15Kernel/aarch64: Implement Thread Local StorageTimon Kruiper
2023-02-15Kernel/aarch64: Remove tpidr_el0 from RegisterStateTimon Kruiper
2023-02-15Kernel/aarch64: Add implementations for safe_memset and safe_strnlenTimon Kruiper
2023-02-15Kernel/aarch64: Implement storing and restoring floating-point registersTimon Kruiper
2023-02-15Kernel/aarch64: Do not trap floating-point instructionsTimon Kruiper
2023-02-15Kernel/aarch64: Handle SVC exception by calling syscall_handlerTimon Kruiper
2023-02-12AK: Add conversion functions for packed DOS time formatOllrogge
2023-02-10Kernel: Remove old ‘main id register accessorʼ for Aarch64konrad
2023-02-10Kernel: Migrate ‘main id registerʼ access in Aarch64 MMIOkonrad
2023-02-10Kernel: Provide better types in MIDR register accessor for Aarch64konrad
2023-02-10AK: Add a new method to propagate errno while printing errors in KernelLiav A
2023-02-10Kernel: Return proper errno codes from Coredump::write_regions methodLiav A
2023-02-10Kernel/Net: Propagate proper errno codes from determine_network_deviceLiav A
2023-02-10Kernel/VirtIOGPU: Propagate proper errno codes from query_and_set_edidLiav A