summaryrefslogtreecommitdiff
path: root/Kernel/VM
AgeCommit message (Expand)Author
2020-09-25Meta+Kernel: Make clang-format-10 cleanBen Wiederhake
2020-09-16Kernel: Return ENOMEM in more placesLuke
2020-09-13Kernel: Make copy_to/from_user safe and remove unnecessary checksTom
2020-09-12Kernel: Fix various forward declarationsBen Wiederhake
2020-09-09Kernel: Optimize single physical page allocation and randomize returnsTom
2020-09-08Refactor: Replace usages of FixedArray with Vector.asynts
2020-09-02Kernel: Handle committing pages in regions more gracefullyTom
2020-09-01Kernel: Fix memory purge clobbering mapped page directory in ensure_pteTom
2020-09-01Kernel: Remove assertion from Region::commitTom
2020-09-01Kernel: Only remap regions if memory was purged from themTom
2020-09-01Kernel: Preserve internal state in cloned PurgeableVMObjectsAndreas Kling
2020-08-30Kernel: Remove unused variable PhysicalRegion::m_lastAndreas Kling
2020-08-30Kernel: Make Heap implementation reusable, and make kmalloc expandableTom
2020-08-30Kernel: Unbreak building with extra debug macros, part 2Ben Wiederhake
2020-08-28Kernel: Release page tables when no longer neededTom
2020-08-26Kernel: Fix losing PTEsTom
2020-08-26Kernel: Protect looping over VMObject regionsTom
2020-08-25Kernel: Switch singletons to use new Singleton classTom
2020-08-25Kernel: Fix kmalloc memory corruptionTom
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: Move Singleton class to AK"Andreas Kling
2020-08-22Revert "Kernel: Fix regression where MemoryManager is initialized twice"Andreas Kling
2020-08-22Revert "AK: Get rid of make_singleton function"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-22AK: Get rid of make_singleton functionTom
2020-08-22Kernel: Fix regression where MemoryManager is initialized twiceTom
2020-08-22Kernel: Move Singleton class to AKTom
2020-08-21Kernel: Fix assertion when releasing contiguous memory regionTom
2020-08-21Kernel: Switch singletons to use new Singleton classTom
2020-08-16Kernel: Switch a comment to GiBNico Weber
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-08-13Kernel: Don't request a random u32 when all but 5 bits are immediately masked...Nico Weber
2020-08-02AK: Fix overflow and mixed-signedness issues in binary_search() (#2961)Muhammad Zahalqa
2020-07-30Kernel: Rename region_from_foo() => find_region_from_foo()Andreas Kling
2020-07-30Kernel: Move syscall implementations out of Process.cppAndreas Kling
2020-07-26Kernel: Switch to using AK::is and AK::downcastAndreas Kling
2020-07-26Refactor: Change the AK::binary_search signature to use AK::Span.asynts
2020-07-06Kernel: Aggregate TLB flush requests for Regions for SMPTom
2020-07-06Kernel: Minor MM optimization for SMPTom
2020-07-06Kernel: Add SMP IPI supportTom
2020-07-03Kernel: Consolidate features into CPUFeature enumTom
2020-07-03Kernel: Fix signal deliveryTom
2020-07-01Kernel: Add a quickmap region for each processorTom
2020-07-01Kernel: Turn Thread::current and Process::current into functionsTom
2020-07-01Kernel: List all CPUs in /proc/cpuinfoTom
2020-07-01Kernel: Implement software context switching and Processor structureTom
2020-06-27Kernel: Make Random work on CPUs without rdrandPeter Elliott
2020-06-04Kernel: Add mechanism to identity map the lowest 2MBTom