Histórico de Commits

Autor SHA1 Mensagem Data
  Idan Horowitz a9e436c4a3 Kernel: Replace usages of SIGSTKFLT with SIGSEGV há 3 anos atrás
  James Mintram eb33df0c30 Kernel: Add an x86 include check+error in x86/PageFault.h há 3 anos atrás
  Andreas Kling f2d5548d7a Kernel: Add MemoryManager::copy_physical_page() há 3 anos atrás
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> há 3 anos atrás
  Liav A 026687816d Kernel: Fix restrictions in is_allowed_to_mmap_to_userspace function há 3 anos atrás
  Nico Weber 5a951d6258 Kernel: Fix a few typos há 3 anos atrás
  Liav A 86fa5d71c0 Kernel/Memory: Add more super pages to satisfy contiguous allocations há 3 anos atrás
  Brian Gianforcaro abc523a5ab Kernel: Specify a lock rank for s_mm_lock há 3 anos atrás
  Andreas Kling 56a2594de7 Kernel: Make KString factories return KResultOr + use TRY() everywhere há 3 anos atrás
  Andreas Kling cd8d52e6ae Kernel: Improve API names for switching address spaces há 3 anos atrás
  Andreas Kling e3a716ceff Kernel: Make Memory::Region::map() return KResult há 3 anos atrás
  Andreas Kling 75564b4a5f Kernel: Make kernel region allocators return KResultOr<NOP<Region>> há 3 anos atrás
  Andreas Kling f4a9a0d561 Kernel: Make VirtualRangeAllocator return KResultOr<VirtualRange> há 3 anos atrás
  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á 4 anos atrás
  Andreas Kling dea93a8bb9 Kernel: Rename Processor::id() => current_id() há 4 anos atrás
  Andreas Kling d60635cb9d Kernel: Convert Processor::in_irq() to static current_in_irq() há 4 anos atrás
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker há 4 anos atrás
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock há 4 anos atrás
  Andreas Kling 7979b5a8bb Kernel: Port VMObject to ListedRefCounted há 4 anos atrás
  Andreas Kling a154faebb7 Kernel: Use NonnullRefPtr<PhysicalPage> in PageDirectory::m_page_tables há 4 anos atrás
  sin-ack 0a18425cbb Kernel: Make Memory::Region allocation functions return KResultOr há 4 anos atrás
  sin-ack 4bfd6e41b9 Kernel: Make Kernel::VMObject allocation functions return KResultOr há 4 anos atrás
  Andreas Kling 95c8e421ae Kernel: Don't hog MM lock in find_region_from_vaddr() há 4 anos atrás
  Andreas Kling 96c7b70de3 Kernel: Remove unused list of user regions in MemoryManager há 4 anos atrás
  Andreas Kling 00bbbdeda6 Kernel/SMP: Always take PageDirectory lock before the MemoryManager lock há 4 anos atrás