Commit History

Author SHA1 Message Date
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 years ago
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 years ago
  Andreas Kling 7979b5a8bb Kernel: Port VMObject to ListedRefCounted 3 years ago
  Andreas Kling a154faebb7 Kernel: Use NonnullRefPtr<PhysicalPage> in PageDirectory::m_page_tables 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 95c8e421ae Kernel: Don't hog MM lock in find_region_from_vaddr() 3 years ago
  Andreas Kling 96c7b70de3 Kernel: Remove unused list of user regions in MemoryManager 3 years ago
  Andreas Kling 00bbbdeda6 Kernel/SMP: Always take PageDirectory lock before the MemoryManager lock 3 years ago
  Daniel Bertalan fa8507d1ce Kernel: Fix UB caused by taking a reference to a packed struct's member 3 years ago
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton 3 years ago
  Andreas Kling f770b9d430 Kernel: Fix bad search-and-replace renames 3 years ago
  Andreas Kling cdab5b2091 Kernel: Make identity mapping mechanism used during AP boot non-generic 3 years ago
  Andreas Kling 208147c77c Kernel: Rename Process::space() => Process::address_space() 3 years ago
  Andreas Kling b7476d7a1b Kernel: Rename Memory::Space => Memory::AddressSpace 3 years ago
  Andreas Kling cd5faf4e42 Kernel: Rename Range => VirtualRange 3 years ago
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 3 years ago
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ 3 years ago