Cronologia Commit

Autore SHA1 Messaggio Data
  Liav A d6e122fd3a Kernel: Allow contiguous allocations in physical memory 5 anni fa
  Andreas Kling fa9fba6901 Kernel: Add missing #includes now that <AK/StdLibExtras.h> is smaller 5 anni fa
  Andreas Kling b1058b33fb AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*) 5 anni fa
  Andreas Kling c6693f9b3a Kernel: Simplify a bunch of dbg() and klog() calls 5 anni fa
  Liav A 0fc60e41dd Kernel: Use klog() instead of kprintf() 5 anni fa
  Andreas Kling ecdd9a5bc6 Kernel: Reduce code duplication a little bit in Region allocation 5 anni fa
  Andreas Kling 5e0c4d689f Kernel: Move ProcessPagingScope to its own files 5 anni fa
  Andreas Kling 88b334135b Kernel: Remove some Region construction helpers 5 anni fa
  Andreas Kling 07a26aece3 Kernel: Rename InodeVMObject => SharedInodeVMObject 5 anni fa
  Liav A d16b26f83a MemoryManager: Use dbg() instead of dbgprintf() 5 anni fa
  Andreas Kling 7ec758773c Kernel: Dump all kernel regions when we hit a page fault during IRQ 5 anni fa
  Andreas Kling f020081a38 Kernel: Put "Couldn't find user region" spam behind MM_DEBUG 5 anni fa
  Andreas Kling b298c01e92 Kernel: Log instead of crashing when getting a page fault during IRQ 5 anni fa
  Andreas Kling 59b9e49bcd Kernel: Don't trigger page faults during profiling stack walk 5 anni fa
  Andreas Kling d46071c08f Kernel: Assert on page fault during IRQ 5 anni fa
  Andreas Kling 48f7c28a5c Kernel: Replace "current" with Thread::current and Process::current 5 anni fa
  Andreas Kling 1d611e4a11 Kernel: Reduce header dependencies of MemoryManager and Region 5 anni fa
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 anni fa
  Andreas Kling c624d3875e Kernel: Use a shared physical page for zero-filled pages until written 5 anni fa
  Andreas Kling 27f0102bbe Kernel: Add getter and setter for the X86 CR3 register 5 anni fa
  Andreas Kling 6cbd72f54f AK: Remove bitrotted Traits::dump() mechanism 5 anni fa
  Liav A e559af2008 Kernel: Apply changes to use LibBareMetal definitions 5 anni fa
  Andreas Kling a9d7902bb7 x86: Simplify region unmapping a bit 5 anni fa
  Andreas Kling a27c5d2fb7 Kernel: Fail with EFAULT for any address+size that would wrap around 5 anni fa
  Andreas Kling c17f80e720 Kernel: AnonymousVMObject::create_for_physical_range() should fail more 5 anni fa
  Andreas Kling 8131875da6 Kernel: Remove outdated comment in MemoryManager 5 anni fa
  Andreas Kling f38cfb3562 Kernel: Tidy up debug logging a little bit 5 anni fa
  Liav A 200a5b0649 Kernel: Remove map_for_kernel() in MemoryManager 5 anni fa
  Andreas Kling a246e9cd7e Use uintptr_t instead of u32 when storing pointers as integers 5 anni fa
  Andreas Kling 6eab7b398d Kernel: Make ProcessPagingScope restore CR3 properly 5 anni fa