summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
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
2023-02-10AK+Everywhere: Do not implicitly copy variables in TRY macrosTimothy Flynn
2023-02-10Everywhere: Remove needless copies of Error / ErrorOr instancesTimothy Flynn
2023-02-10Kernel: Explicitly copy Plan9FS read errors to registered delegatesTimothy Flynn
2023-02-10Kernel: Store socket errors as errno codes rather than ErrorOr valuesTimothy Flynn
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2023-02-08Kernel: Use `AK::Stream` to write packed binary dataTim Schumacher
2023-02-08Kernel: Modernize Error handling when serializing directory entriesTim Schumacher
2023-02-08Kernel: Update stored registers in a thread's tracer on SIGSTOPItamar
2023-02-08Kernel: Update registers in tracer when attaching to a stopped threadItamar
2023-02-08Kernel/aarch64: Execute first userspace processTimon Kruiper
2023-02-08Kernel/aarch64: Embed disk image into kernel binaryTimon Kruiper
2023-02-08Kernel/aarch64: Do not dump register state on every page faultTimon Kruiper
2023-02-08Kernel/aarch64: Make register dump output a bit nicerTimon Kruiper
2023-02-08Kernel/aarch64: Dump ESR_EL1 in dump_registers and remove backtracingTimon Kruiper
2023-02-08Kernel: Add optional userspace backtrace to Process::crashTimon Kruiper
2023-02-08Kernel/aarch64: Return correct values from RegisterState accessorsTimon Kruiper
2023-02-08Kernel/aarch64: Add TimeManagement fallback entropy source to Random.cppTimon Kruiper
2023-02-08Kernel/aarch64: Implement set_exec_state in ThreadRegistersTimon Kruiper
2023-02-08Kernel/aarch64: Set exception origin mode to SP_EL0 for userspace threadTimon Kruiper
2023-02-08Kernel/aarch64: Store Saved Program Status Register in ThreadRegistersTimon Kruiper
2023-02-08Kernel: Share CrashHandler.cpp between aarch64 and x86_64Timon Kruiper
2023-02-08Kernel/aarch64: Remove static from dump_registersTimon Kruiper
2023-02-08Kernel/aarch64: Set kernel_load_base and correctly calculate symbol addrTimon Kruiper
2023-02-08Kernel/aarch64: Handle exceptions from lower exception level (EL)Timon Kruiper