summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-11Kernel: Remove unused header includes in TTY subtreeBrian Gianforcaro
2021-07-11Kernel: Remove unused header includes in Storage subtreeBrian Gianforcaro
2021-07-11Kernel: Remove unused header includes in Arch subtreeBrian Gianforcaro
2021-07-11Kernel: Remove unused header includes in FileSystem subtreeBrian Gianforcaro
2021-07-11Kernel: Remove unused header includes in Net subtreeBrian Gianforcaro
2021-07-11Kernel: Remove unused header includes in Devices subtreeBrian Gianforcaro
2021-07-11Kernel: Remove unused header includes in Time subtreeBrian Gianforcaro
2021-07-11Kernel: Remove unused header includes in VM subtreeBrian Gianforcaro
2021-07-11Meta: Only try to use SDL when there are multiple displaysx-yl
2021-07-11Kernel: Fix condition on whether to initialize a display adapter or notLiav A
2021-07-11Kernel/Graphics: Move Intel graphics related code to a separate folderLiav A
2021-07-11SoundPlayer: Show the context menu right under the cursorKarol Kosek
2021-07-11Kernel: Print end-inclusive ranges in MemoryManager initializationAndrew Kaster
2021-07-11Userland+Tests: Convert test_io to be LibTest basedAndrew Kaster
2021-07-11Kernel: Fix TmpFS resize behavior around INT32_MAX for 32-bit systemsAndrew Kaster
2021-07-11Utilities+Tests: Convert test_efault to be LibTest basedAndrew Kaster
2021-07-11Kernel: Create and use USER_RANGE_CEILINGAndrew Kaster
2021-07-11Kernel: Add formatter for Kernel::RangeAndrew Kaster
2021-07-11Kernel: Rename VMObject::clone() => try_clone()Andreas Kling
2021-07-11Kernel: Rename Region::create_kernel_only() => try_create_kernel_only()Andreas Kling
2021-07-11Kernel: Make Region splitting OOM-safeAndreas Kling
2021-07-11Kernel: Make Region::try_create_user_accessible() OOM-safeAndreas Kling
2021-07-11Kernel: LoopbackAdapter::create() => try_create()Andreas Kling
2021-07-11Kernel: Make NetworkAdapter::class_name() return a StringViewAndreas Kling
2021-07-11Kernel: Make VMObject::class_name() return a StringViewAndreas Kling
2021-07-11Kernel: Rename various *VMObject::create*() => try_create()Andreas Kling
2021-07-11Kernel: Make SharedInodeVMObject allocation OOM-safeAndreas Kling
2021-07-11Kernel: Store VMObject physical pages in a FixedArrayAndreas Kling
2021-07-11AK: Add FixedArray::span()Andreas Kling
2021-07-11Kernel: Make VMObject vend physical page range as a spanAndreas Kling
2021-07-11AK: Bring back FixedArray<T>Andreas Kling
2021-07-11Kernel: Remove bogus VMObject resizing in VirtIOGPUAndreas Kling
2021-07-11Kernel: Remove unused MemoryManager::find_region_from_vaddr()Andreas Kling
2021-07-11DynamicLoader+LibC: Make _start a naked functionHendiadyoin1
2021-07-11Kernel: Remove unused MemoryManager::m_physical_page_entries_freeAndreas Kling
2021-07-11AK: Don't forget to kfree_sized() in ByteBufferAndreas Kling
2021-07-11Kernel: Remove some duplicate forward declarationsAndreas Kling
2021-07-11Kernel: Remove pointless ref-counting from PhysicalRegionAndreas Kling
2021-07-11Kernel: Return correct error numbers for the mkdir syscallMax Wipfli
2021-07-11Kernel: Remove krealloc()Andreas Kling
2021-07-11AK: Don't use realloc() in AK::ByteBufferAndreas Kling
2021-07-11Kernel: Remove some no-longer-needed C library functionsAndreas Kling
2021-07-11Kernel: VERIFY_NOT_REACHED in un-sized operator deleteAndreas Kling
2021-07-11Kernel: Use kfree_sized() in KStringAndreas Kling
2021-07-11AK: Use kfree_sized() in AK::VectorAndreas Kling
2021-07-11AK: Use kfree_sized() in AK::StringImplAndreas Kling
2021-07-11AK: Use kfree_sized() in AK::HashTableAndreas Kling
2021-07-11AK: Use kfree_sized() in AK::ByteBufferAndreas Kling
2021-07-11AK: Use kfree_sized() in AK::BitmapAndreas Kling
2021-07-11AK: Make kfree_sized() forward to kfree() in non-kernel code for nowAndreas Kling