summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2022-10-24Kernel/FileSystem: Remove hardcoded unveil path of /usr/lib/Loader.soLiav A
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-10-24Kernel: Add definitions for SO_SNDLOWAT and SO_RCVLOWATGunnar Beutner
2022-10-24Kernel: Add definition for MSB_EORGunnar Beutner
2022-10-24Kernel: Add support for MSG_NOSIGNAL and properly send SIGPIPEGunnar Beutner
2022-10-23Kernel/Graphics: Handle correctly unknown ioctls on a DisplayConnectorLiav A
2022-10-22Kernel/FileSystem: Discard safely filesystems when unmounted last timeLiav A
2022-10-22Kernel: Append root filesystem to the VFS FileBackedFileSystem listLiav A
2022-10-22Kernel: Introduce support for using FileSystem object in multiple mountsLiav A
2022-10-22Kernel/FileSystem: Add a few missing includesLiav A
2022-10-22Kernel+USB: Move descriptor bookkeeping into seperate structure(s)Jesse Buhagiar
2022-10-22Kernel+Base: Introduce MS_NOREGULAR mount flagLiav A
2022-10-22Kernel: Remove the DevTmpFS classLiav A
2022-10-22Kernel: Add support for device nodes in TmpFSLiav A
2022-10-20Kernel/aarch64: Stub enough functions to build Random.cppTimon Kruiper
2022-10-20Kernel/aarch64: Store a pointer to the current Thread on ProcessorTimon Kruiper
2022-10-20Kernel/aarch64: Force kmalloc to return 16 byte aligned pointersTimon Kruiper
2022-10-20Kernel/aarch64: Stub enough functions to build Process.cppTimon Kruiper
2022-10-20Kernel/aarch64: Stub WaitQueueBlocker::unblock to build WaitQueue.cppTimon Kruiper
2022-10-20Kernel/aarch64: Stub more functions to build Thread.cppTimon Kruiper
2022-10-19Kernel: Don't assume paths to children PID directories in ProcFS codeLiav A
2022-10-18Kernel/aarch64: Stub more functions to be able to build Scheduler.cppTimon Kruiper
2022-10-18Kernel: Call Processor::are_interrupts_enabled in Scheduler::idle_loopTimon Kruiper
2022-10-18Kernel: Reintroduce `ScopedAddressSpaceSwitcher` to aarch64 buildJesse Buhagiar
2022-10-18Kernel: Reintroduce `Mutex.cpp` to aarch64 buildJesse Buhagiar
2022-10-18Kernel: Reintroduce `Credentials.cpp` to aarch64 buildJesse Buhagiar
2022-10-18Kernel: Add more stubs for the Thread classJesse Buhagiar
2022-10-18Kernel: Prevent atomic read/write from failing on nullptrJesse Buhagiar
2022-10-18Kernel: Include `KBufferBuilder.cpp` in aarch64 buildJesse Buhagiar
2022-10-18Kernel: Add even more AARCH64 stubsGunnar Beutner
2022-10-18Kernel: Add more AARCH64 stubsGunnar Beutner
2022-10-18Kernel/USB: Refactor USB Pipeb14ckcat
2022-10-18Kernel/USB: Adjust USB Pipe bufferb14ckcat
2022-10-17Kernel/aarch64: Initialize TimeManagement in init.cppTimon Kruiper
2022-10-17Kernel: Implement TimeManagement for aarch64Timon Kruiper
2022-10-17Kernel/aarch64: Implement HardwareTimer for RPi::TimerTimon Kruiper
2022-10-17Kernel: Correctly calculate delta_ticks when 64-bit counter wraps aroundTimon Kruiper
2022-10-17Kernel/aarch64: Add implementation for Processor::current_in_irqTimon Kruiper
2022-10-17Kernel/aarch64: Add implementation of Processor::is_bootstrap_processorTimon Kruiper
2022-10-17Kernel: Move InterruptDisabler out of Arch directoryTimon Kruiper
2022-10-17Kernel: Mark Version.h as a dependency of Kernel rather than ALLAndrew Kaster
2022-10-16Kernel: Use more fine-grained content data block granularity in TmpFSLiav A
2022-10-16Kernel: Add more stubs needed for Thread.cppGunnar Beutner
2022-10-16Kernel: Don't directly include <Kernel/Arch/x86/TrapFrame.h>Gunnar Beutner
2022-10-16Kernel: Add VALIDATE_IS_AARCH64 guard macroGunnar Beutner
2022-10-16Kernel: Replace VERIFY_NOT_REACHED with TODO_AARCH64Gunnar Beutner
2022-10-16Kernel/SysFS: Expose file size of ACPI tables in /sys/firmware/acpiLiav A
2022-10-16Kernel: Initialize primitive class member of ACPISysFSComponent to zeroLiav A
2022-10-16Kernel: Add formal Processor::verify_no_spinlocks_held() APIBrian Gianforcaro
2022-10-16Kernel: Remove unused /proc/devices nodeLiav A