summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
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
2022-10-15Kernel: Fix build error on AARCH64Gunnar Beutner
2022-10-14Kernel: Add support for the FAT32 filesystemUndefine
2022-10-14Kernel: Move Scheduler current time method to the TimeManagement codeLiav A
2022-10-14Kernel: Abstract platform-specific current time methods from SchedulerLiav A
2022-10-14Kernel: Read version and git commit hash from baked-in version infokleines Filmröllchen
2022-10-14Kernel: Move sys$uname to use TypedTransferkleines Filmröllchen
2022-10-14Kernel: Bake version information into the Kernelkleines Filmröllchen
2022-10-14Kernel+LibC: Add registers for AARCH64 in __mcontextGunnar Beutner
2022-10-14Kernel: Remove -nodefaultlibs compiler optionsGunnar Beutner
2022-10-14Kernel: Implement userspace support for syscalls on AARCH64Gunnar Beutner
2022-10-13Kernel: Add StdLib.cpp and UserOrKernelBuffer.cpp to aarch64 buildTimon Kruiper
2022-10-12Kernel: Only use the TSC when it is invariantMarkus Pfeifenberger