История коммитов

Автор SHA1 Сообщение Дата
  Andreas Kling 9da62f52a1 Kernel: Use the Multiboot memory map info to inform our paging setup. 6 лет назад
  Andreas Kling 736092a087 Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h} 6 лет назад
  Andreas Kling e42c3b4fd7 Kernel: Rename LinearAddress => VirtualAddress. 6 лет назад
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. 6 лет назад
  Andreas Kling 49768524d4 VM: Get rid of KernelPagingScope. 6 лет назад
  Andreas Kling baaede1bf9 Kernel: Make the Process allocate_region* API's understand "int prot". 6 лет назад
  Andreas Kling bcc6ddfb6b Kernel: Let PageDirectory own the associated RangeAllocator. 6 лет назад
  Andreas Kling 87b54a82c7 Kernel: Let Region keep a Range internally. 6 лет назад
  Andreas Kling 4a6fcfbacf Kernel: Use a RangeAllocator for kernel-only virtual space allocation too. 6 лет назад
  Andreas Kling 176f683f66 Kernel: Move Inode to its own files. 6 лет назад
  Andreas Kling 01ffcdfa31 Kernel: Encapsulate the Region's COW map a bit better. 6 лет назад
  Andreas Kling 7c10a93d48 Kernel: Make allocate_kernel_region() commit the region automatically. 6 лет назад
  Andreas Kling c8a216b107 Kernel: Allocate kernel stacks for threads using the region allocator. 6 лет назад
  Andreas Kling 3f6408919f AK: Improve smart pointer ergonomics a bit. 6 лет назад
  Andreas Kling b9738fa8ac Kernel: Move VM-related files into Kernel/VM/. 6 лет назад