Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 2f790cf78f Kernel: Make MM.commit_user_physical_pages() return KResultOr há 3 anos atrás
  Luke Wilde 01af7d1ae1 Kernel: Don't use {:p} when printing out invalid userspace stack pointer há 3 anos atrás
  Andreas Kling 68bf6db673 Kernel: Rename Spinlock::is_owned_by_current_thread() há 3 anos atrás
  Andreas Kling 0b4671add7 Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread() há 3 anos atrás
  Brian Gianforcaro 485f51690d Kernel: Always observe the return value of Region::map and remap há 3 anos atrás
  Andreas Kling a930877f31 Kernel: Mape quickmap functions VERIFY that MM lock is held há 3 anos atrás
  Andreas Kling dea93a8bb9 Kernel: Rename Processor::id() => current_id() há 3 anos atrás
  Andreas Kling d60635cb9d Kernel: Convert Processor::in_irq() to static current_in_irq() há 3 anos atrás
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker há 3 anos atrás
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock há 3 anos atrás
  Andreas Kling 7979b5a8bb Kernel: Port VMObject to ListedRefCounted há 3 anos atrás
  Andreas Kling a154faebb7 Kernel: Use NonnullRefPtr<PhysicalPage> in PageDirectory::m_page_tables há 3 anos atrás
  sin-ack 0a18425cbb Kernel: Make Memory::Region allocation functions return KResultOr há 3 anos atrás
  sin-ack 4bfd6e41b9 Kernel: Make Kernel::VMObject allocation functions return KResultOr há 3 anos atrás
  Andreas Kling 95c8e421ae Kernel: Don't hog MM lock in find_region_from_vaddr() há 3 anos atrás
  Andreas Kling 96c7b70de3 Kernel: Remove unused list of user regions in MemoryManager há 3 anos atrás
  Andreas Kling 00bbbdeda6 Kernel/SMP: Always take PageDirectory lock before the MemoryManager lock há 3 anos atrás
  Daniel Bertalan fa8507d1ce Kernel: Fix UB caused by taking a reference to a packed struct's member há 4 anos atrás
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton há 4 anos atrás
  Andreas Kling f770b9d430 Kernel: Fix bad search-and-replace renames há 4 anos atrás
  Andreas Kling cdab5b2091 Kernel: Make identity mapping mechanism used during AP boot non-generic há 4 anos atrás
  Andreas Kling 208147c77c Kernel: Rename Process::space() => Process::address_space() há 4 anos atrás
  Andreas Kling b7476d7a1b Kernel: Rename Memory::Space => Memory::AddressSpace há 4 anos atrás
  Andreas Kling cd5faf4e42 Kernel: Rename Range => VirtualRange há 4 anos atrás
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace há 4 anos atrás
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ há 4 anos atrás