提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 02a95a196f Kernel: Use AddressSpace region tree for range allocation 3 年之前
  James Mintram 627fd231d5 Kernel: Make Region.cpp compile on aarch64 3 年之前
  Idan Horowitz 8030e2a88f Kernel: Make AnonymousVMObject COW-Bitmap allocation OOM-fallible 3 年之前
  Andreas Kling d85f062990 Revert "Kernel: Only update page tables for faulting region" 3 年之前
  Andreas Kling 1c5ffaae41 Kernel: Only update page tables for faulting region 3 年之前
  Andreas Kling 3845c90e08 Kernel: Remove unnecessary includes from Thread.h 3 年之前
  Idan Horowitz 5146315a15 Kernel: Convert MemoryManager::allocate_user_physical_page to ErrorOr 3 年之前
  Tom 6e46e21c42 Kernel: Implement Page Attribute Table (PAT) support and Write-Combine 3 年之前
  Andreas Kling 094b88e6a5 Kernel: Don't remap already non-writable regions when they become CoW 3 年之前
  Andreas Kling c6adefcfc0 Kernel: Don't bother with page tables for PROT_NONE mappings 3 年之前
  Andreas Kling 9ddccbc6da Kernel: Use move() in Region::try_clone() to avoid a VMObject::unref() 3 年之前
  Andreas Kling 8e0387e674 Kernel: Only register kernel regions with MemoryManager 3 年之前
  Andreas Kling 5f71925aa4 Kernel: Actually clear page slots in Region::clear_to_zero() 3 年之前
  Andreas Kling d8206c1059 Kernel: Don't release/relock spinlocks repeatedly during space teardown 3 年之前
  Andreas Kling 2323cdd914 Kernel: Do less unnecessary work when tearing down process address space 3 年之前
  Andreas Kling bdbff9df24 Kernel: Don't relock MM lock for every page when remapping region 3 年之前
  Hendiadyoin1 1cdace7898 Kernel: Add implied auto qualifiers in Memory 3 年之前
  Idan Horowitz 5f4a67434c Kernel: Move userspace virtual address range base to 0x10000 3 年之前
  Daniel Bertalan 4fc28bfe02 Kernel: Unmap Prekernel pages after they are no longer needed 3 年之前
  Idan Horowitz ff6b43734c Kernel: Add Region::clear_to_zero 3 年之前
  James Mintram eb33df0c30 Kernel: Add an x86 include check+error in x86/PageFault.h 3 年之前
  Andreas Kling 1f894cee59 Kernel: Automatically sync shared file mappings when unmapped 3 年之前
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 年之前
  Andreas Kling 25250590d0 Kernel: Take VMObject lock once in Region::remap_vmobject_page() 3 年之前
  Brian Gianforcaro 0223faf6f4 Kernel: Access MemoryManager static functions statically 3 年之前
  Andreas Kling 56a2594de7 Kernel: Make KString factories return KResultOr + use TRY() everywhere 3 年之前
  Andreas Kling e3a716ceff Kernel: Make Memory::Region::map() return KResult 3 年之前
  Andreas Kling f20d1f0cc6 Kernel: Use TRY() in Region 3 年之前
  Andreas Kling 68bf6db673 Kernel: Rename Spinlock::is_owned_by_current_thread() 3 年之前
  Andreas Kling 0b4671add7 Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread() 3 年之前