提交历史

作者 SHA1 备注 提交日期
  Idan Horowitz a9e436c4a3 Kernel: Replace usages of SIGSTKFLT with SIGSEGV 3 年之前
  James Mintram eb33df0c30 Kernel: Add an x86 include check+error in x86/PageFault.h 3 年之前
  Andreas Kling f2d5548d7a Kernel: Add MemoryManager::copy_physical_page() 3 年之前
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 年之前
  Liav A 026687816d Kernel: Fix restrictions in is_allowed_to_mmap_to_userspace function 3 年之前
  Nico Weber 5a951d6258 Kernel: Fix a few typos 3 年之前
  Liav A 86fa5d71c0 Kernel/Memory: Add more super pages to satisfy contiguous allocations 3 年之前
  Brian Gianforcaro abc523a5ab Kernel: Specify a lock rank for s_mm_lock 3 年之前
  Andreas Kling 56a2594de7 Kernel: Make KString factories return KResultOr + use TRY() everywhere 3 年之前
  Andreas Kling cd8d52e6ae Kernel: Improve API names for switching address spaces 3 年之前
  Andreas Kling e3a716ceff Kernel: Make Memory::Region::map() return KResult 3 年之前
  Andreas Kling 75564b4a5f Kernel: Make kernel region allocators return KResultOr<NOP<Region>> 3 年之前
  Andreas Kling f4a9a0d561 Kernel: Make VirtualRangeAllocator return KResultOr<VirtualRange> 3 年之前
  Andreas Kling 2f790cf78f Kernel: Make MM.commit_user_physical_pages() return KResultOr 3 年之前
  Luke Wilde 01af7d1ae1 Kernel: Don't use {:p} when printing out invalid userspace stack pointer 3 年之前
  Andreas Kling 68bf6db673 Kernel: Rename Spinlock::is_owned_by_current_thread() 3 年之前
  Andreas Kling 0b4671add7 Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread() 3 年之前
  Brian Gianforcaro 485f51690d Kernel: Always observe the return value of Region::map and remap 3 年之前
  Andreas Kling a930877f31 Kernel: Mape quickmap functions VERIFY that MM lock is held 3 年之前
  Andreas Kling dea93a8bb9 Kernel: Rename Processor::id() => current_id() 3 年之前
  Andreas Kling d60635cb9d Kernel: Convert Processor::in_irq() to static current_in_irq() 3 年之前
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 年之前
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 年之前
  Andreas Kling 7979b5a8bb Kernel: Port VMObject to ListedRefCounted 3 年之前
  Andreas Kling a154faebb7 Kernel: Use NonnullRefPtr<PhysicalPage> in PageDirectory::m_page_tables 3 年之前
  sin-ack 0a18425cbb Kernel: Make Memory::Region allocation functions return KResultOr 3 年之前
  sin-ack 4bfd6e41b9 Kernel: Make Kernel::VMObject allocation functions return KResultOr 3 年之前
  Andreas Kling 95c8e421ae Kernel: Don't hog MM lock in find_region_from_vaddr() 3 年之前
  Andreas Kling 96c7b70de3 Kernel: Remove unused list of user regions in MemoryManager 3 年之前
  Andreas Kling 00bbbdeda6 Kernel/SMP: Always take PageDirectory lock before the MemoryManager lock 3 年之前