Commit History

Author SHA1 Message Date
  Hendiadyoin1 e34eb3e36d Kernel: Remove unused String.h includes 3 years ago
  Andreas Kling a23edd42b8 Kernel: Store kernel memory regions in a RedBlackTree 3 years ago
  Idan Horowitz 4ca39c7110 Kernel: Move the expand_range_to_page_boundaries helper to MemoryManager 3 years ago
  James Mintram b08eb37b11 Kernel: Add an x86 include check+error in x86/TrapFrame.h 3 years ago
  James Mintram eb33df0c30 Kernel: Add an x86 include check+error in x86/PageFault.h 3 years ago
  James Mintram 17fb2adf61 Kernel: Add an x86 include check+error in x86/PageDirectory.h 3 years ago
  Andreas Kling f2d5548d7a Kernel: Add MemoryManager::copy_physical_page() 3 years ago
  Andrew Kaster fff265a9a9 Kernel: Suppress clang-tidy warning on declaration of s_mm_lock 3 years ago
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 years ago
  Andreas Kling 890c647e0f Kernel: Fix off-by-one in Memory::is_user_range() check 3 years ago
  Andreas Kling cd8d52e6ae Kernel: Improve API names for switching address spaces 3 years ago
  Andreas Kling 75564b4a5f Kernel: Make kernel region allocators return KResultOr<NOP<Region>> 3 years ago
  Andreas Kling 2f790cf78f Kernel: Make MM.commit_user_physical_pages() return KResultOr 3 years ago
  Brian Gianforcaro bb58a4d943 Kernel: Make all Spinlocks use u8 for storage, remove template 3 years ago
  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 96c7b70de3 Kernel: Remove unused list of user regions in MemoryManager 3 years ago
  Jean-Baptiste Boric 2c3b0baf76 Kernel: Move SpinLock.h into Locking/ 4 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 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