Commit History

Author SHA1 Message Date
  Andreas Kling bdbff9df24 Kernel: Don't relock MM lock for every page when remapping region 3 years ago
  Hendiadyoin1 1cdace7898 Kernel: Add implied auto qualifiers in Memory 3 years ago
  Idan Horowitz 5f4a67434c Kernel: Move userspace virtual address range base to 0x10000 3 years ago
  Daniel Bertalan 4fc28bfe02 Kernel: Unmap Prekernel pages after they are no longer needed 3 years ago
  Idan Horowitz ff6b43734c Kernel: Add Region::clear_to_zero 3 years ago
  James Mintram eb33df0c30 Kernel: Add an x86 include check+error in x86/PageFault.h 3 years ago
  Andreas Kling 1f894cee59 Kernel: Automatically sync shared file mappings when unmapped 3 years ago
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 years ago
  Andreas Kling 25250590d0 Kernel: Take VMObject lock once in Region::remap_vmobject_page() 3 years ago
  Brian Gianforcaro 0223faf6f4 Kernel: Access MemoryManager static functions statically 3 years ago
  Andreas Kling 56a2594de7 Kernel: Make KString factories return KResultOr + use TRY() everywhere 3 years ago
  Andreas Kling e3a716ceff Kernel: Make Memory::Region::map() return KResult 3 years ago
  Andreas Kling f20d1f0cc6 Kernel: Use TRY() in Region 3 years ago
  Andreas Kling 68bf6db673 Kernel: Rename Spinlock::is_owned_by_current_thread() 3 years ago
  Andreas Kling 0b4671add7 Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread() 3 years ago
  Brian Gianforcaro 485f51690d Kernel: Always observe the return value of Region::map and remap 3 years ago
  Andreas Kling a930877f31 Kernel: Mape quickmap functions VERIFY that MM lock is held 3 years ago
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 years ago
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 years ago
  Idan Horowitz cf271183b4 Kernel: Make Process::current() return a Process& instead of Process* 3 years ago
  sin-ack 0a18425cbb Kernel: Make Memory::Region allocation functions return KResultOr 3 years ago
  sin-ack 4bfd6e41b9 Kernel: Make Kernel::VMObject allocation functions return KResultOr 3 years ago
  Andreas Kling f357fd91da Kernel: Don't hog MM lock in Memory::Region::clone() 4 years ago
  Andreas Kling 08b4d8f0de Kernel: Fix deadlock in ~Memory::Region() 4 years ago
  Andreas Kling 6283acb6b7 Kernel/SMP: Don't panic in inode fault if other CPU already paged it in 4 years ago
  Andreas Kling 00bbbdeda6 Kernel/SMP: Always take PageDirectory lock before the MemoryManager lock 4 years ago
  Andreas Kling 47bdd7c3a0 Kernel: Rename a very long enum to ShouldDeallocateVirtualRange 4 years ago
  Andreas Kling cdab5b2091 Kernel: Make identity mapping mechanism used during AP boot non-generic 4 years ago
  Andreas Kling cd5faf4e42 Kernel: Rename Range => VirtualRange 4 years ago
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 4 years ago