Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 055726ecf5 Kernel: Remove unused MemoryManager::find_region_from_vaddr() il y a 4 ans
  Andreas Kling 112c7f9a5b Kernel: Remove unused MemoryManager::m_physical_page_entries_free il y a 4 ans
  Andreas Kling b2cd9b2c88 Kernel: Remove pointless ref-counting from PhysicalRegion il y a 4 ans
  Tom c1006a3689 Kernel: Return an already destructed PhysicalPage to the allocators il y a 4 ans
  Tom 87dc4c3d2c Kernel: Move PhysicalPage classes out of the heap into an array il y a 4 ans
  Tom ad5d9d648b Kernel: Use PAE to allow accessing all physical memory beyond 4GB il y a 4 ans
  Hendiadyoin1 65566d6868 Kernel: Make and use KERNEL_BASE il y a 4 ans
  Gunnar Beutner f285241cb8 Kernel: Rename Thread::tss to Thread::regs and add x86_64 support il y a 4 ans
  Gunnar Beutner 38fca26f54 Kernel: Add stubs for missing x86_64 functionality il y a 4 ans
  Hendiadyoin1 62f9377656 Kernel: Move special sections into Sections.h il y a 4 ans
  Brian Gianforcaro 864b1a65e3 Kernel: Make ContiguousVMObject factory API OOM safe il y a 4 ans
  Andreas Kling fc9ce22981 Kernel: Use KString for Region names il y a 4 ans
  Brian Gianforcaro 2045782a6e Kernel: Switch VMObject to IntrusiveList from InlineLinkedList il y a 4 ans
  Brian Gianforcaro e6f73d69a2 Kernel: Switch Region to IntrusiveList from InlineLinkedList il y a 4 ans
  Brian Gianforcaro 1415b2cfc3 Kernel: Do not allocate AnonymousVMObject's under spin lock il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Andreas Kling c6b7b98b64 Kernel: Don't consider kernel memory regions for syscall origin check il y a 4 ans
  Idan Horowitz 2c93123daf Kernel: Replace process' regions vector with a Red Black tree il y a 4 ans
  Andreas Kling 54f6b52f71 Kernel: Don't dump regions twice when crashing due to bad access il y a 4 ans
  Hendiadyoin1 0d934fc991 Kernel::CPU: Move headers into common directory il y a 4 ans
  Andreas Kling ef1e5db1d0 Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) il y a 4 ans
  Andreas Kling 96fb3d4a11 Kernel: Add MemoryManager::set_page_writable_direct() il y a 4 ans
  Andreas Kling b007bc07b7 Kernel: Convert klog() => dmesgln() in MemoryManager il y a 4 ans
  Brian Gianforcaro eaef57443c Kernel: Make MemoryManager API type-safe for Region::Access enum il y a 4 ans
  Andreas Kling adb2e6be5f Kernel: Make the kernel compile & link for x86_64 il y a 4 ans
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY il y a 4 ans
  Andreas Kling fdf03852c9 Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions il y a 4 ans
  Andreas Kling 6136faa4eb Kernel: Add .unmap_after_init section for code we don't need after init il y a 4 ans
  Brian Gianforcaro 7482cb6531 Kernel: Avoid some un-necessary copies coming from range based for loops il y a 4 ans
  Andreas Kling d8013c60bb Kernel: Add mechanism to make some memory read-only after init finishes il y a 4 ans