index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
vm_manager.h
Age
Commit message (
Expand
)
Author
2019-09-04
kernel/vm_manager: Correct doxygen comment parameter tags for MapPhysicalMemo...
Lioncash
2019-07-19
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
2019-07-07
Remove unused member function declaration
Michael Scire
2019-07-07
physmem: add helpers, cleanup logic.
Michael Scire
2019-07-07
address review commentary
Michael Scire
2019-07-07
Implement MapPhysicalMemory/UnmapPhysicalMemory
Michael Scire
2019-07-06
kernel/vm_manager: Rename 'new map' to 'stack'
Lioncash
2019-07-03
kernel/vm_manager: Add overload of FindFreeRegion() that operates on a boundary
Lioncash
2019-06-09
kernel/svc: Amend naming for TotalMemoryUsage in svcGetInfo()
Lioncash
2019-04-16
kernel/vm_manager: Remove usages of global system accessors
Lioncash
2019-04-12
kernel/svc: Implement svcUnmapProcessCodeMemory
Lioncash
2019-04-12
kernel/svc: Implement svcMapProcessCodeMemory
Lioncash
2019-03-24
kernel/vm_manager: Handle shrinking of the heap size within SetHeapSize()
Lioncash
2019-03-24
kernel/vm_manager: Rename HeapAllocate to SetHeapSize
Lioncash
2019-03-24
kernel/vm_manager: Remove unused class variables
Lioncash
2019-03-24
kernel/vm_manager: Remove unnecessary heap_used data member
Lioncash
2019-03-24
kernel/vm_manager: Tidy up heap allocation code
Lioncash
2019-03-21
Merge pull request #2275 from lioncash/memflags
bunnei
2019-03-21
Merge pull request #1933 from DarkLordZach/cheat-engine
bunnei
2019-03-21
kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respect...
Lioncash
2019-03-21
kernel/vm_manager: Amend flag values for CodeMutable
Lioncash
2019-03-16
core: Move PageTable struct into Common.
bunnei
2019-03-05
vm_manager: Remove cheat-specific ranges from VMManager
Zach Hilman
2019-03-04
vm_manager: Add support for storing and getting main code region
Zach Hilman
2019-03-04
vm_manager: Provide address range checking functions for other memory regions
Lioncash
2019-03-04
svc: Migrate address range checking functions to VMManager
Lioncash
2018-12-19
vm_manager: Add member function for setting memory attributes across an addre...
Lioncash
2018-12-19
vm_manager: Add member function for checking a memory range adheres to certai...
Lioncash
2018-12-15
vm_manager: Rename meminfo_state to state
Lioncash
2018-12-15
vm_manager: Add backing functionality for memory attributes
Lioncash
2018-12-12
vm_manager: Correct ordering of last two struct members of MemoryInfo
Lioncash
2018-12-12
vm_manager: Amend the returned values for invalid memory queries in QueryMemo...
Lioncash
2018-12-12
vm_manager: Migrate memory querying to the VMManager interface
Lioncash
2018-12-12
vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.h
Lioncash
2018-12-12
vm_manager: Amend MemoryState enum members
Lioncash
2018-12-06
vm_manager: Make vma_map private
Lioncash
2018-11-17
ldr_ro: Add error check for memory allocation failure
Zach Hilman
2018-11-13
kernel/process: Migrate heap-related memory management out of the process cla...
Lioncash
2018-10-25
Kernel/Memory: Added a function to first a suitable guest address at which to...
bunnei
2018-10-18
svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory
Lioncash
2018-10-14
svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svc...
Lioncash
2018-09-24
svc: Report correct memory-related values within some of the cases in svcGetI...
Lioncash
2018-09-24
memory: Dehardcode the use of a 36-bit address space
Lioncash
2018-09-24
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-08-02
kernel/vm_manager: Use const where applicable
Lioncash
2018-04-27
core: Replace usages of LOG_GENERIC with new fmt-capable equivalents
Lioncash
2018-03-16
svc: Use more correct values for GetInfo MapRegion and NewMapRegion.
bunnei
2018-03-16
MemoryState: Add additional memory states and improve naming.
bunnei
2018-01-27
memory: Replace all memory hooking with Special regions
MerryMage
[next]