summaryrefslogtreecommitdiff
path: root/Kernel/Arch
AgeCommit message (Expand)Author
2022-12-08Kernel/aarch64: Initialize components that are already workingFiliph Sandström
2022-12-03Kernel: Implement PIT::set_periodic() and PIT::set_non_periodic()Vitriol1744
2022-11-29LibC: Use uintptr_t for __stack_chk_guardKeegan Saunders
2022-11-24Kernel: Use AK::Time for InodeMetadata timestamps instead of time_tAndreas Kling
2022-11-19Kernel: Add MAX_CPU_COUNT global constantAndreas Kling
2022-11-19Kernel: Rename GenericInterruptHandler "invoking count" to "call count"Andreas Kling
2022-11-18Kernel: Fix includes when building aarch64Steffen Rusitschka
2022-11-08Everywhere: Clean up "in in" comment typosNico Weber
2022-11-08Kernel: Split the Ext2FileSystem.{cpp,h} files into smaller componentsLiav A
2022-11-08Kernel: Split the ProcFS core file into smaller componentsLiav A
2022-11-08Kernel: Split the SysFS core files into smaller componentsLiav A
2022-11-05Kernel: Add support for jailsLiav A
2022-11-03Everywhere: Clean up "the the" comment typosNico Weber
2022-11-01Kernel: Remove unused #includesGunnar Beutner
2022-11-01Kernel: Decrease number of captured variables for lambdaGunnar Beutner
2022-10-26Kernel/aarch64: Unify building kernel source files in CMakeLists.txtTimon Kruiper
2022-10-26Kernel: Stub more functions to progress aarch64 buildTimon Kruiper
2022-10-26Kernel/aarch64: Branch to local halt function instead of C++ oneTimon Kruiper
2022-10-26Kernel: Move PAGE_MASK define to the shared CPU.h headerTimon Kruiper
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: 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-18Kernel/aarch64: Stub more functions to be able to build Scheduler.cppTimon Kruiper
2022-10-18Kernel: Reintroduce `Mutex.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: Add even more AARCH64 stubsGunnar Beutner
2022-10-18Kernel: Add more AARCH64 stubsGunnar Beutner
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-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: Add formal Processor::verify_no_spinlocks_held() APIBrian Gianforcaro
2022-10-15Kernel: Fix build error on AARCH64Gunnar Beutner
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+LibC: Add registers for AARCH64 in __mcontextGunnar Beutner
2022-10-13Kernel: Add StdLib.cpp and UserOrKernelBuffer.cpp to aarch64 buildTimon Kruiper
2022-10-09Kernel: Don't truncate physical memory space PDE pointersLiav A
2022-10-09Kernel: Do not mark `.ro_after_init` as `NOLOAD`Tim Schumacher
2022-10-04AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most placesNico Weber