Cronologia Commit

Autore SHA1 Messaggio Data
  Andreas Kling 4e2802bf91 Kernel: Move region dumps from dmesg to debug log 4 anni fa
  Andreas Kling c4db224c94 Kernel: Convert klog() => dmesgln() / dbgln() in MemoryManager 4 anni fa
  Andreas Kling 0dbb22e9e0 Kernel: Remove a handful of unused things in VM/ directory 4 anni fa
  Andreas Kling f1b5def8fd Kernel: Factor address space management out of the Process class 4 anni fa
  Andreas Kling b2cba3036e Kernel: Remove unused MemoryManager::validate_range() 4 anni fa
  Liav A 5ab1864497 Kernel: Introduce the MemoryDevice 4 anni fa
  Tom affb4ef01b Kernel: Allow specifying a physical alignment when allocating 4 anni fa
  Tom 250a310454 Kernel: Release MM lock while yielding from inode page fault handler 4 anni fa
  Andreas Kling e67402c702 Kernel: Remove Range "valid" state and use Optional<Range> instead 4 anni fa
  Tom e2f9e557d3 Kernel: Make Processor::id a static function 4 anni fa
  Andreas Kling a131927c75 Kernel: sys$munmap() region splitting did not preserve "shared" flag 4 anni fa
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. 4 anni fa
  asynts 1a3a0836c0 Everywhere: Use CMake to generate AK/Debug.h. 4 anni fa
  Jean-Baptiste Boric ec056f3bd1 Kernel: Parse boot modules from Multiboot specification 4 anni fa
  Jean-Baptiste Boric 3cbe805486 Kernel: Move kmalloc heaps and super pages inside .bss segment 4 anni fa
  Jean-Baptiste Boric 5cd1217b6e Kernel: Remove trace log in MemoryManager::deallocate_user_physical_page() 4 anni fa
  Lenny Maiorani e6f907a155 AK: Simplify constructors and conversions from nullptr_t 4 anni fa
  Andreas Kling f7435dd95f Kernel: Remove MM_DEBUG debug spam code 4 anni fa
  Sahan Fernando 9bf76a85c8 Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf 4 anni fa
  Sahan Fernando 099b83fd28 Everywhere: Fix incorrect uses of String::format and StringBuilder::appendf 4 anni fa
  asynts 723effd051 Everywhere: Replace a bundle of dbg with dbgln. 4 anni fa
  Tom 901ef3f1c8 Kernel: Specify default memory order for some non-synchronizing Atomics 4 anni fa
  Tom 0d44ee6f2b Kernel: Ignore TLB flush requests for user addresses of other processes 4 anni fa
  Tom 476f17b3f1 Kernel: Merge PurgeableVMObject into AnonymousVMObject 4 anni fa
  Tom b2a52f6208 Kernel: Implement lazy committed page allocation 4 anni fa
  Tom bc5d6992a4 Kernel: Memory purging improvements 4 anni fa
  Andreas Kling 7c3b6b10e4 Kernel: Remove the limited use of AK::TypeTraits we had in the kernel 4 anni fa
  Andreas Kling ed5c26d698 AK: Remove custom %w format string specifier 4 anni fa
  Liav A afba614d68 Kernel: Don't skip if found free page to allocate from a super region 4 anni fa
  Tom 5b38132e3c Kernel: Protect the PageDirectory from concurrent access 4 anni fa