summaryrefslogtreecommitdiff
path: root/Kernel/VM/MemoryManager.h
AgeCommit message (Expand)Author
2020-11-11Kernel: Protect the PageDirectory from concurrent accessTom
2020-11-01Kernel: Flush TLB when quick-mapping PD/PT that was mapped on other CPUTom
2020-09-25Meta+Kernel: Make clang-format-10 cleanBen Wiederhake
2020-09-13Kernel: Make copy_to/from_user safe and remove unnecessary checksTom
2020-09-02Kernel: Handle committing pages in regions more gracefullyTom
2020-09-01Kernel: Fix memory purge clobbering mapped page directory in ensure_pteTom
2020-08-30Kernel: Make Heap implementation reusable, and make kmalloc expandableTom
2020-08-28Kernel: Release page tables when no longer neededTom
2020-08-26Kernel: Protect looping over VMObject regionsTom
2020-08-25Kernel: Make PhysicalPage not movable and use atomic ref countingTom
2020-08-22Revert "Kernel: Switch singletons to use new Singleton class"Andreas Kling
2020-08-22Revert "Kernel: Fix regression where MemoryManager is initialized twice"Andreas Kling
2020-08-22Revert "Kernel: Make PhysicalPage not movable and use atomic ref counting"Andreas Kling
2020-08-22Kernel: Make PhysicalPage not movable and use atomic ref countingTom
2020-08-22Kernel: Fix regression where MemoryManager is initialized twiceTom
2020-08-21Kernel: Switch singletons to use new Singleton classTom
2020-07-30Kernel: Rename region_from_foo() => find_region_from_foo()Andreas Kling
2020-07-06Kernel: Add SMP IPI supportTom
2020-07-03Kernel: Fix signal deliveryTom
2020-07-01Kernel: Add a quickmap region for each processorTom
2020-07-01Kernel: Implement software context switching and Processor structureTom
2020-06-04Kernel: Add mechanism to identity map the lowest 2MBTom
2020-05-26Kernel: Create page structures correctly in boot.setaIneLp
2020-05-08Kernel: Add for_each_vmobject_of_type<T>Andreas Kling
2020-05-08Kernel: Use NonnullRefPtrVector<T> instead of Vector<RefPtr<T>> someAndreas Kling
2020-04-13Kernel: Switch the first-8MB-of-upper-3GB pseudo mappings to 4KB pagesAndreas Kling
2020-03-08Kernel: Allow contiguous allocations in physical memoryLiav A
2020-03-02Kernel: MemoryManager should create cacheable regions by defaultAndreas Kling
2020-03-01Kernel: Reduce code duplication a little bit in Region allocationAndreas Kling
2020-03-01Kernel: Move ProcessPagingScope to its own filesAndreas Kling
2020-02-21Kernel: Don't trigger page faults during profiling stack walkAndreas Kling
2020-02-16Kernel: Add forward declaration headerAndreas Kling
2020-02-16Kernel: Reduce header dependencies of MemoryManager and RegionAndreas Kling
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-02-15Kernel: Use a shared physical page for zero-filled pages until writtenAndreas Kling
2020-01-21Kernel: Remove map_for_kernel() in MemoryManagerLiav A
2020-01-19Kernel: Make ProcessPagingScope restore CR3 properlyAndreas Kling
2020-01-19Kernel: Assert that copy_to/from_user() are called with user addressesAndreas Kling
2020-01-19Kernel: Let's say that everything < 3GB is user virtual memoryAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-18Kernel: Always dump kernel regions when dumping process regionsAndreas Kling
2020-01-18Kernel: Remove two unused MemoryManager functionsAndreas Kling
2020-01-18Kernel: Clean up MemoryManager initialization a bit moreAndreas Kling
2020-01-17Kernel: Stop allocating page tables from the super pages poolAndreas Kling
2020-01-17Kernel: Re-enable protection of the kernel image in memoryAndreas Kling
2020-01-17Kernel: Tidy up the lowest part of the address spaceAndreas Kling
2020-01-17Kernel: Move Multiboot memory map parsing to its own functionAndreas Kling
2020-01-17Kernel: Move kernel above the 3GB virtual address markAndreas Kling
2020-01-14Kernel: Change Region allocation helpersLiav A
2020-01-02Kernel: Mask kernel addresses in backtraces and profilesAndreas Kling