summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/vm_manager.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ldr_ro: Add error check for memory allocation failureZach Hilman2018-11-181-1/+2
* kernel/process: Migrate heap-related memory management out of the process class and into the vm managerLioncash2018-11-131-0/+15
* Kernel/Memory: Added a function to first a suitable guest address at which to allocate a region of a given size.bunnei2018-10-261-0/+8
* svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemoryLioncash2018-10-181-0/+3
* svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svcGetInfo()Lioncash2018-10-151-0/+12
* svc: Report correct memory-related values within some of the cases in svcGetInfo()Lioncash2018-09-251-9/+6
* memory: Dehardcode the use of a 36-bit address spaceLioncash2018-09-251-0/+3
* process/vm_manager: Amend API to allow reading parameters from NPDM metadataLioncash2018-09-241-2/+82
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-2/+2
* kernel/vm_manager: Use const where applicableLioncash2018-08-021-4/+4
* core: Replace usages of LOG_GENERIC with new fmt-capable equivalentsLioncash2018-04-271-1/+1
* svc: Use more correct values for GetInfo MapRegion and NewMapRegion.bunnei2018-03-161-9/+0
* MemoryState: Add additional memory states and improve naming.bunnei2018-03-161-10/+19
* memory: Replace all memory hooking with Special regionsMerryMage2018-01-271-3/+3
* svc: Fix svcGetInfo MapRegionBaseAddr.bunnei2018-01-191-0/+3
* vm_manager: Use a more reasonable MAX_ADDRESS size.bunnei2018-01-031-5/+4
* vm_manager: Stub out a bunch of interfaces used by svcGetInfo.bunnei2018-01-011-0/+18
* hle: Fix QueryMemory response for MemoryInfo.bunnei2017-10-201-11/+8
* Merge remote-tracking branch 'upstream/master' into nxbunnei2017-10-101-1/+5
|\
| * Kernel/Memory: Give each Process its own page table.Subv2017-09-101-1/+5
* | core: Various changes to support 64-bit addressing.bunnei2017-09-301-10/+10
|/
* Kernel: Centralize error definitions in errors.hYuri Kunde Schlesner2017-05-251-8/+0
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+0
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-10/+11
* Memory: Implement MMIOMerryMage2016-01-301-1/+4
* Kernel: Properly implement ControlMemory FREE and COMMITYuri Kunde Schlesner2015-08-161-3/+21
* VMManager: Introduce names for used ResultCodesYuri Kunde Schlesner2015-08-161-0/+8
* VMManager: Make LogLayout log level configurable as a parameterYuri Kunde Schlesner2015-08-161-1/+1
* VMManager: Change block offsets to size_tYuri Kunde Schlesner2015-08-161-2/+2
* Core: Properly configure address space when loading a binaryYuri Kunde Schlesner2015-07-121-1/+5
* Core: Cleanup core includes.Emmanuel Gil Peyrot2015-06-281-1/+0
* Kernel: Add VMManager to manage process address spacesYuri Kunde Schlesner2015-05-271-0/+200