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.cpp
Age
Commit message (
Expand
)
Author
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: Handle case of identical calls to HeapAllocate
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
kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respect...
Lioncash
2019-03-16
core: Move PageTable struct into Common.
bunnei
2019-03-04
vm_manager: Use range helpers in HeapAlloc() and HeapFree()
Lioncash
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-26
kernel/vm_manager: Reset region attributes when unmapping a VMA
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: 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: 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
vm_manager: Unstub GetTotalHeapUsage()
Lioncash
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: Convert loop into std::any_of()
Lioncash
2018-08-02
kernel/vm_manager: Use const where applicable
Lioncash
2018-08-02
kernel/vm_manager: Use the VAddr type alias in CarveVMA()
Lioncash
2018-07-18
Merge pull request #690 from lioncash/move
bunnei
2018-07-18
vm_manager: Add missing commas to string literal array elements in GetMemoryS...
Lioncash
2018-07-18
core/memory, core/hle/kernel: Use std::move where applicable
Lioncash
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-05-10
core: Implement multicore support.
bunnei
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
2018-04-27
core: Replace usages of LOG_GENERIC with new fmt-capable equivalents
Lioncash
2018-04-27
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-25
kernel: Migrate logging macros to fmt-compatible ones
Lioncash
2018-04-14
vm_manager: Increase GetTotalMemoryUsage value.
bunnei
2018-03-16
arm_interface: Support unmapping previously mapped memory.
bunnei
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-02-14
vm_manager: Silence formatting specifier warnings
Lioncash
[next]