summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
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
2022-10-12Kernel: Make the ACPI DSDT table accessibleminus
2022-10-10Everywhere: Replace uses of __serenity__ with AK_OS_SERENITYAndrew Kaster
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
2022-10-03Kernel: Do not require 'proc' promise in getsid() and getpgid()Timothy Flynn
2022-10-03Kernel/Storage: Remove the ramdisk implementationLiav A
2022-10-01Kernel/aarch64: Use adopt_lock_ref to instantiate an InterruptControllerLiav A
2022-10-01Kernel/aarch64: Get framebuffer data from BootFramebufferConsoleTimon Kruiper
2022-10-01Kernel/aarch64: Remove specific aarch64 code in BootFramebufferConsoleTimon Kruiper
2022-10-01Kernel/aarch64: Put correct memory size in multiboot_mmapTimon Kruiper
2022-10-01Kernel/aarch64: Set up pointer to kernel page directoryTimon Kruiper
2022-10-01Kernel/aarch64: Set up quickmap infrastructure in initial page tablesTimon Kruiper
2022-10-01Kernel/aarch64: Only identity map kernel image, instead of all of RAMTimon Kruiper
2022-10-01Kernel: Make PageDirectory.h architecture specificTimon Kruiper
2022-10-01Kernel: Add ability to dump backtrace from provided frame pointerTimon Kruiper
2022-10-01Kernel/aarch64: Implement tlb flushingTimon Kruiper
2022-10-01Kernel: Don't reserve Low Memory (0-1MB) on non-x86 architecturesTimon Kruiper
2022-10-01Kernel/aarch64: Stub Inode::{read,write}_bytesTimon Kruiper
2022-09-30Kernel: Fix a comment typoNico Weber
2022-09-26Kernel: Fix typo in comment in Ext2FileSystem::read_bytes_locked methodLiav A
2022-09-26Kernel/FileSystem: Remove the locking of a Inode mutex in InodeVMObjectsLiav A
2022-09-26Kernel: Send SIGBUS to threads that use after valid Inode mmaped rangeLiav A
2022-09-25Kernel: Stop using 'int's for indices in interrupt handlingIdan Horowitz
2022-09-25Kernel: Simplify InterruptManagement::switch_to_pic_mode()Idan Horowitz
2022-09-25Kernel: Store IRQControllers in NonnullRefPtrs instead of RefPtrsIdan Horowitz
2022-09-25Kernel: Use InterruptManagement::m_interrupt_controllers::append()Idan Horowitz
2022-09-25Kernel: Remove unused InterruptManagement::m_smp_enabledIdan Horowitz
2022-09-24Kernel+Userland: Provide bytes count for a DisplayConnector framebufferLiav A
2022-09-24Kernel: By default, don't dump regions when a userspace crash happenskleines Filmröllchen