Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling c624d3875e Kernel: Use a shared physical page for zero-filled pages until written hace 5 años
  Andreas Kling 27f0102bbe Kernel: Add getter and setter for the X86 CR3 register hace 5 años
  Andreas Kling 6cbd72f54f AK: Remove bitrotted Traits::dump() mechanism hace 5 años
  Liav A e559af2008 Kernel: Apply changes to use LibBareMetal definitions hace 5 años
  Andreas Kling a9d7902bb7 x86: Simplify region unmapping a bit hace 5 años
  Andreas Kling a27c5d2fb7 Kernel: Fail with EFAULT for any address+size that would wrap around hace 5 años
  Andreas Kling c17f80e720 Kernel: AnonymousVMObject::create_for_physical_range() should fail more hace 5 años
  Andreas Kling 8131875da6 Kernel: Remove outdated comment in MemoryManager hace 5 años
  Andreas Kling f38cfb3562 Kernel: Tidy up debug logging a little bit hace 5 años
  Liav A 200a5b0649 Kernel: Remove map_for_kernel() in MemoryManager hace 5 años
  Andreas Kling a246e9cd7e Use uintptr_t instead of u32 when storing pointers as integers hace 5 años
  Andreas Kling 6eab7b398d Kernel: Make ProcessPagingScope restore CR3 properly hace 5 años
  Andreas Kling 6fea316611 Kernel: Move all CPU feature initialization into cpu_setup() hace 5 años
  Andreas Kling 94ca55cefd Meta: Add license header to source files hace 5 años
  Andreas Kling 19c31d1617 Kernel: Always dump kernel regions when dumping process regions hace 5 años
  Andreas Kling 345f92d5ac Kernel: Remove two unused MemoryManager functions hace 5 años
  Andreas Kling 3e8b60c618 Kernel: Clean up MemoryManager initialization a bit more hace 5 años
  Andreas Kling ad1f79fb4a Kernel: Stop allocating page tables from the super pages pool hace 5 años
  Andreas Kling f71fc88393 Kernel: Re-enable protection of the kernel image in memory hace 5 años
  Andreas Kling 59b584d983 Kernel: Tidy up the lowest part of the address space hace 5 años
  Andreas Kling 7e6f0efe7c Kernel: Move Multiboot memory map parsing to its own function hace 5 años
  Andreas Kling ba8275a48e Kernel: Clean up ensure_pte() hace 5 años
  Andreas Kling e362b56b4f Kernel: Move kernel above the 3GB virtual address mark hace 5 años
  Liav A d2b41010c5 Kernel: Change Region allocation helpers hace 5 años
  Andreas Kling 62c45850e1 Kernel: Page allocation should not use memset_user() when zeroing hace 5 años
  Andreas Kling 8e7420ddf2 Kernel: Harden memory mapping of the kernel image hace 5 años
  Andreas Kling 9eef39d68a Kernel: Start implementing x86 SMAP support hace 5 años
  Andreas Kling 0f9800ca57 Kernel: Make the loop that marks the bottom 1MB NX a little less busy hace 5 años
  Andreas Kling 32ec1e5aed Kernel: Mask kernel addresses in backtraces and profiles hace 5 años
  Andreas Kling 3dcec260ed Kernel: Validate the full range of user memory passed to syscalls hace 5 años