提交历史

作者 SHA1 备注 提交日期
  Gunnar Beutner 36e36507d5 Everywhere: Prefer using {:#x} over 0x{:x} 4 年之前
  Gunnar Beutner 31f30e732a Everywhere: Prefix hexadecimal numbers with 0x 4 年之前
  Gunnar Beutner be795d5812 Prekernel: Use physical addresses for some of the BootInfo parameters 4 年之前
  Gunnar Beutner dd42093b93 Kernel: Move boot info declarations to a header file 4 年之前
  Brian Gianforcaro 85e95105c6 Kernel: Mark read only RegisterState function parameters as const 4 年之前
  Brian Gianforcaro 27e1120dff Kernel: Move syscall precondition validates to MM 4 年之前
  Brian Gianforcaro 308396bca1 Kernel: No lock validate_user_stack variant, switch to Space as argument 4 年之前
  Gunnar Beutner a364f5c7b7 Kernel: Make sure super pages are in the first 16MiB of physical memory 4 年之前
  Gunnar Beutner 5ff1416076 Kernel: Rename bootloader to prekernel 4 年之前
  Gunnar Beutner 7e94b090fe Kernel: Introduce basic pre-kernel environment 4 年之前
  Gunnar Beutner f0c4941beb Kernel: Fix 64-bit address truncation in MemoryManager::ensure_pte() 4 年之前
  Gunnar Beutner b708b23b13 Kernel: Add support for kernel addresses other than 3-4GB 4 年之前
  Brian Gianforcaro d879709ec7 Kernel: Convert the PhysicalPage bool parameter to an enum 4 年之前
  Gunnar Beutner cbdb488578 Kernel: Move end_of_kernel_image after the .ksyms section 4 年之前
  Andreas Kling dc26c02379 Kernel: Convert MemoryManager to east-const style 4 年之前
  Andreas Kling bf5e4326ac Kernel: Fix bogus address calculation in initialize_physical_pages() 4 年之前
  Andreas Kling 959ceb4424 Kernel: Remove PhysicalRegion::finalize_capacity() 4 年之前
  Andreas Kling 5171249540 Kernel: Simplify the way PhysicalRegions are constructed 4 年之前
  Andreas Kling 6ea5db20ff Kernel: Remove unused used/free pages API's from PhysicalRegion 4 年之前
  Andreas Kling be90e51355 Kernel: Remove API for requesting physical allocation alignment 4 年之前
  Andreas Kling ba87571366 Kernel: Implement zone-based buddy allocator for physical memory 4 年之前
  Andreas Kling c2792212f4 Kernel: Remove "supervisor" bit from PhysicalPage 4 年之前
  Andrew Kaster da0095855e Kernel: Print end-inclusive ranges in MemoryManager initialization 4 年之前
  Andreas Kling d85bce57b3 Kernel: Rename Region::create_kernel_only() => try_create_kernel_only() 4 年之前
  Andreas Kling 88d490566f Kernel: Rename various *VMObject::create*() => try_create() 4 年之前
  Andreas Kling 055726ecf5 Kernel: Remove unused MemoryManager::find_region_from_vaddr() 4 年之前
  Andreas Kling 112c7f9a5b Kernel: Remove unused MemoryManager::m_physical_page_entries_free 4 年之前
  Andreas Kling b2cd9b2c88 Kernel: Remove pointless ref-counting from PhysicalRegion 4 年之前
  Tom c1006a3689 Kernel: Return an already destructed PhysicalPage to the allocators 4 年之前
  Tom 87dc4c3d2c Kernel: Move PhysicalPage classes out of the heap into an array 4 年之前