Age | Commit message (Expand) | Author |
---|---|---|
2021-09-08 | Kernel: Use an IntrusiveRedBlackTree for storing the cr3 mappings | Idan Horowitz |
2021-09-05 | Kernel: Tidy up Memory::AddressSpace construction | Andreas Kling |
2021-08-22 | Kernel: Rename SpinLock => Spinlock | Andreas Kling |
2021-08-15 | Kernel: Use NonnullRefPtr<PhysicalPage> in PageDirectory::m_page_tables | Andreas Kling |
2021-08-06 | Kernel: Make identity mapping mechanism used during AP boot non-generic | Andreas Kling |
2021-08-06 | Kernel: Rename Process::space() => Process::address_space() | Andreas Kling |
2021-08-06 | Kernel: Rename Memory::Space => Memory::AddressSpace | Andreas Kling |
2021-08-06 | Kernel: Rename Range => VirtualRange | Andreas Kling |
2021-08-06 | Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace | Andreas Kling |
2021-08-06 | Kernel: Rename Kernel/VM/ to Kernel/Memory/ | Andreas Kling |