aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/vm_manager.cpp
AgeCommit message (Expand)Author
2018-11-17ldr_ro: Add error check for memory allocation failureZach Hilman
2018-11-13vm_manager: Unstub GetTotalHeapUsage()Lioncash
2018-11-13kernel/process: Migrate heap-related memory management out of the process cla...Lioncash
2018-10-25Kernel/Memory: Added a function to first a suitable guest address at which to...bunnei
2018-10-18svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemoryLioncash
2018-10-14svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svc...Lioncash
2018-09-24svc: Report correct memory-related values within some of the cases in svcGetI...Lioncash
2018-09-24memory: Dehardcode the use of a 36-bit address spaceLioncash
2018-09-24process/vm_manager: Amend API to allow reading parameters from NPDM metadataLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-02kernel/vm_manager: Convert loop into std::any_of()Lioncash
2018-08-02kernel/vm_manager: Use const where applicableLioncash
2018-08-02kernel/vm_manager: Use the VAddr type alias in CarveVMA()Lioncash
2018-07-18Merge pull request #690 from lioncash/movebunnei
2018-07-18vm_manager: Add missing commas to string literal array elements in GetMemoryS...Lioncash
2018-07-18core/memory, core/hle/kernel: Use std::move where applicableLioncash
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-05-10core: Implement multicore support.bunnei
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-04-27core: Replace usages of LOG_GENERIC with new fmt-capable equivalentsLioncash
2018-04-27general: Convert assertion macros over to be fmt-compatibleLioncash
2018-04-25kernel: Migrate logging macros to fmt-compatible onesLioncash
2018-04-14vm_manager: Increase GetTotalMemoryUsage value.bunnei
2018-03-16arm_interface: Support unmapping previously mapped memory.bunnei
2018-03-16svc: Use more correct values for GetInfo MapRegion and NewMapRegion.bunnei
2018-03-16MemoryState: Add additional memory states and improve naming.bunnei
2018-02-14vm_manager: Silence formatting specifier warningsLioncash
2018-01-27memory: Replace all memory hooking with Special regionsMerryMage
2018-01-18svc: Fix svcGetInfo MapRegionBaseAddr.bunnei
2018-01-16Merge pull request #52 from ogniK5377/fspbunnei
2018-01-16Added more svcGetInfo pairsDavid Marcec
2018-01-16clang-formatMerryMage
2018-01-01vm_manager: Stub out a bunch of interfaces used by svcGetInfo.bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-09-30core: Various changes to support 64-bit addressing.bunnei
2017-09-10Kernel/Memory: Give each Process its own page table.Subv
2017-05-24Kernel: Centralize error definitions in errors.hYuri Kunde Schlesner
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-05-26Memory: Added necessary headers and removed unnecessary headerMerryMage
2016-01-30Memory: Implement MMIOMerryMage
2015-08-16Kernel: Properly implement ControlMemory FREE and COMMITYuri Kunde Schlesner
2015-08-16VMManager: Introduce names for used ResultCodesYuri Kunde Schlesner
2015-08-16VMManager: Make LogLayout log level configurable as a parameterYuri Kunde Schlesner
2015-08-16VMManager: Change block offsets to size_tYuri Kunde Schlesner
2015-07-11Core: Properly configure address space when loading a binaryYuri Kunde Schlesner
2015-06-28Core: Cleanup core includes.Emmanuel Gil Peyrot
2015-05-27Kernel: Add VMManager to manage process address spacesYuri Kunde Schlesner